Note: | If you are running the Windows Server 2008 r2 operating system with the User Account Control security feature enabled, the command prompt you use to run the startup.bat service must be launched with full Administrator privileges. To launch the command prompt with full Administrator privileges, navigate to All Programs > Accessories, right-click on the Command Prompt listing, and select the Run as Administrator option. If you are not logged into the operating system with Administrator privileges, you will be prompted to supply Administrator credentials. |
switch | Description | |||
-port | Specifies the port on which the server listens for HTTP requests. If you add a wrapper.app.parameter property to custom_wrapper.conf for the -port switch, you must also add a wrapper.app.parameter property in which you specify the TCP/IP port number to use. The first wrapper.app.parameter property specifies that you want to override the port by using the -port switch, and the next wrapper.app.parameter property specifies the port number to use. For example: wrapper.app.parameter.7=-port wrapper.app.parameter.8=8080
| |||
-home | Specifies the server's home directory. If you add a wrapper.app.parameter property to custom_wrapper.conf for the -home switch, you must also add a wrapper.app.parameter property in which you specify the complete path for the home directory. The first wrapper.app.parameter property specifies that you want to override the home directory by specifying the -home switch, and the next wrapper.app.parameter property specifies the complete path for the home directory. For example: wrapper.app.parameter.9=-home wrapper.app.parameter.10=D:\wmtest\server
| |||
-debug | Specifies the level of detail you want the server to maintain in its server log for this session. The -debug switch overrides the value specified for the Default facility on the Settings > Logging page and assigned to watt.debug.level. If you add a wrapper.app.parameter property to custom_wrapper.conf for the -debug switch, you must also add a wrapper.app.parameter property in which you specify the level of detail you want to record in the log. You can specify the following levels: | |||
Specify... | To record... | |||
Fatal | Fatal messages only. | |||
Error | Error and fatal messages. | |||
Warn | Warning, error, and fatal messages. | |||
Info | Informational, warning, error, and fatal messages. | |||
Debug | Debug, informational, warning, error, and fatal messages. | |||
Trace | Trace, debug, informational, warning, error, and fatal messages. | |||
The first wrapper.app.parameter property specifies that you want to override the debug level by specifying the -debug switch, and the next wrapper.app.parameter property specifies the level of detail you want to record in the log. For example: wrapper.app.parameter.11=-debug wrapper.app.parameter.12=fatal
| ||||
-log | Specifies where you want the server to write its server log information for this session. If you add a wrapper.app.parameter property to custom_wrapper.conf for the -log switch, you must also add a wrapper.app.parameter property in which you specify the destination of the log information. You can specify the following destinations: | |||
Option | Description | |||
filename | Specify the fully qualified path to the file in which you want the server to write server log information for this session. The default is serveryyyymmdd.log. | |||
none | Display server log information on the computer screen. When you use this option, the server records a timestamp in the journal log file, but does not record any other log information in the file. | |||
The first wrapper.app.parameter property specifies that you want to override the destination of the log information by specifying the -log switch, and the next wrapper.app.parameter property specifies either the complete path for the home directory or none. For example: wrapper.app.parameter.13=-log wrapper.app.parameter.14=none
| ||||
-quiesce | Specifies that Integration Server starts the server in quiesce mode. When you add a wrapper.app.parameter property to custom_wrapper.conf for the -quiesce switch, Integration Server starts in quiesce mode. The -quiesce switch does not require an additional wrapper.app.parameter property. For example: wrapper.app.parameter.15=-quiesce For more information about quiesce mode, see Quiescing the Server for Maintenance. |
Note: | The startup.bat/sh and shutdown.bat/sh scripts contained in the Integration Server_directory \instances\instance_name\bin directory are deprecated. Software AG recommends the use of the scripts contained in the Software AG_directory \profiles\IS_instance_name\bin directory. If you will manage Integration Server through Command Central, you must use the scripts located in the Software AG_directory \profiles\IS_instance_name\bin directory. |
For Windows: | startup.bat |
For UNIX: | startup.sh |