Application Platform 10.3 | Developing with Application Platform in Designer | Getting Started with Application Platform Development | Creating a Server Definition | Creating an Integration Server Definition
 
Creating an Integration Server Definition
This section describes the steps for creating an Integration Server definition in Application Platform.
*To create an Integration Server definition
1. Go to the Servers view at the bottom of the App Platform perspective.
2. Click the link for creating a new server or right-click anywhere in the Servers view, select New, and click Server.
3. In the Define a New Server page of the New Server dialog box, specify values in the provided fields.
The following table describes what you have to specify for each setting.
For this setting
Specify
Select the server type
The type of server to be added. For Integration Server select webMethods Integration Server under the Software AG directory.
Server’s host name
The host name or address of the Integration Server, to which you publish projects. If you have created a runtime with a local Integration Server, keep the value of this field to localhost.
Default: localhost
Server name
The name of the Integration Server, to which you publish projects.
Default: webMethods Integration Server at host_name
Server runtime environment
The server runtime environment to be used by the Integration Server. All server runtime environments that you have added for Application Platform are listed here.
4. Click Next.
5. If you have changed the server properties during installation, specify the values for the provided settings. Otherwise, keep the default values.
The following table describes what you have to specify for each setting.
For this setting
Specify
Instance name for Integration Server
The instance name of the Integration Server on the specified address. Integration Server allows multiple instances on the same machine. The default value of this field is default.
Server Port
The port number of the primary port of Integration Server.
Default: 5555
Server Debug Port
The port number that is used by Integration Server when you debug an Application Platform project in Designer.
Default: 9191
Server JMX RMI Port
The port number that is used for monitoring Integration Server remotely using a JMX agent.
Default: 8075
Server Connection Mode
The connection mode to be used when connecting to the Integration Server. The following modes are available:
*Debug - Default. This mode depends on your runtime environment, as follows:
*If you have configured a runtime environment with a local Integration Server, Designer will automatically start debugging the servers in the Servers view. For example, if you restart Designer, the server instance in the Servers view will automatically start debugging.
*If you have configured a runtime environment with a remote Integration Server, you must start the server in debug mode from the machine, where the server is installed. For information about starting Integration Server in debug mode, see webMethods Integration Agent Administrator's Guide.
*No Action - In this mode Designer will not synchronize the state of the Servers view with the server. If Designer is started and a server is running, the Servers view will indicate the server is stopped. In this case you must execute the Start or Debug action in the Servers view. Additionally, if the status of the server changes while Designer is still running, the change will not be indicated in Designer.
*Run - In this mode Designer will automatically set the server status to “started” and you will not be able to debug applications remotely, while Designer is connected to the server.
6. Click Next.
7. To add the projects that you want to configure on the server, select the name of a project in the Available field and click Add.
8. Click Finish.
Related Topics