WebSphere profile name |
In the
drop-down list, select the name of the profile of WebSphere Application Server. A profile
is the set of files that define the runtime environment. For information on
creating a profile, see Creating a profile. This option is available only when
running a local server and not available when running a remote server.
|
Server connection type and admin port |
Use
the radio button to select whether to use the remote method invocation (RMI)
or Simple Object Access Protocol (SOAP) port for communication
between the development environment and the server. These ports are used for
making Java™ Management Extensions (JMX) connections with the
server. The RMI (ORB bootstrap) port is designed to improve performance
and communication with the server. The default setting of the RMI port is
port 2809 and selected when working with a local server.
The
SOAP connector port is designed to be more firewall compatible. The default
setting of the SOAP port is port 8880 and selected
when working with a remote server.
|
Run server with resources within the workspace |
This check box enables you to run your application from within the
workbench without publishing to the server. As a result, your application
will not get copied to the server under the installedApp folder (x:/profiles/profile_name/installedApps,
where x is the installation directory where WebSphere Application Server is installed).
This option is available only when running a local server and not available
when running a remote server. For local servers, this check box is enabled
by default. If this check box is clear, the workbench runs the server with
resource on the server. This publishes your application on the targeted server.
As a result, the enterprise application (EAR) file is automatically published
to the server by expanding into the installedApps folder (x:/profiles/profile_name/installedApps,
where x is the installation directory where WebSphere Application Server is installed).
|
Security is enabled on this server |
Enables
the security feature that comes with WebSphere Application Server. When
security is not enabled, all other security settings are ignored. For more
details about this security option, see Specifying
administrative settings to a secured WebSphere Application Server v6.x. |
Server name |
Specify the name of the server
instance of WebSphere Application
Server. The server name is the same as the server-level name in the server
configuration. The server instance with the given instance name must already
be created on the server. If the target server is a Network Deployment (ND)
server, use the server name of the deployment manager, for example dmgr. |