Application Platform 10.3 | Developing with Application Platform in Designer | Managing Servers | Configuring My webMethods Server for Application Platform Projects | Configuring Launch Configuration Settings for My webMethods Server
 
Configuring Launch Configuration Settings for My webMethods Server
 
Configuring the My webMethods Server Source
Configuring Common My webMethods Server Settings
Use the following procedure to configure the server launch configurations for My webMethods Server.
*To configure the launch configuration settings for My webMethods Server
1. In Designer, go to the Servers view and double-click the My webMethods Server you want to configure.
2. In the General Information section, click Open Launch Configuration.
3. Configure the settings on the Connect tab of the Edit Configuration dialog box.
The following table describes what you have to specify for each setting.
For this setting
Specify
Project
Optional. The project configured here is used only for source lookup.
To select a project, type its name, or click Browse.
Connection Type
Specify how Designer connects to the virtual machine. The following options are available:
*Standard (Socket Attach) - Default. Attaches the virtual machine at a specific location.
*Standard (Socket Listen) - Creates a launch that will listen for incoming connections from a remote virtual machine. If you select this option, you must also specify a port number in the Port field to identify where the launch will listen.
Host
The IP address or domain name of the host where the Java program is running.
Default: localhost
Port
The port where the remote virtual machine accepts connections. You must specify a value here if you have selected the Standard (Socket Listen) connection type.
Default: 8000
Allow termination of remote VM
Select the check box if you want to be able to terminate the VM, to which you are connecting, from Designer. Clear the check box if you do not require to terminate the VM from Designer.
Default: check box is cleared
4. Optionally, click the Source tab and define the location of the source files that Designer uses to display the source when debugging your Java applications.
5. Optionally, click the Common tab and define general information about the launch configuration.
6. Click Apply, and then click OK.
Related Topics