Configuring AppWave Service

From AppWave
Jump to: navigation, search

Go Up to AppWave Configuration and Administration


In most cases, the standard configuration of the AppWave service will meet your needs, but in some circumstances you may want to customize the Windows service configuration.

To access the Embarcadero AppWave Service on the Windows desktop, click Start > All Programs > Embarcadero AppWave X.X > Configure AppWave Service.

Embarcadero AppWave Service Tabs

This section offers more infomation about the different tabs of the Embarcadero AppWave Service.

General Tab

General tab.png

You can stop and start the AppWave Service here.

AppWave is installed as a Windows service and automatically starts when the computer starts. If you have trouble accessing AppWave, check to see if it is running. You may need to stop the AppWave service to perform maintenance on the system. You may need to restart the AppWave service to implement system property changes, such as the configuration of a proxy server.

To Start/Stop the AppWave service:

  1. From the Start menu, click Embarcadero AppWave X.X > Configure AppWave.
  2. On the General tab, click Start to start the service or Stop to stop the service.

Log On Tab

Log On tab.png

You can choose to log on to AppWave under your local system account or under another account.

To change the Log On settings:

  1. From the Start menu, click Embarcadero AppWave X.X > Configure AppWave.
  2. Click the Log On tab.
  3. Choose to log on as:
    1. Local System account: this is a default setting to log on as the local system account, specify if the service will interact with the desktop.
    2. This account: if you want to log on as another account, specify the credentials of the alternate account in the fields provided.
  4. Click OK.

Logging Tab

Logging tab.png

Use this option to configure the level of logging you want the AppWave to keep.

To change the logging level:

  1. From the Start menu, click Embarcadero AppWave X.X > Configure AppWave.
  2. Click the Logging tab.
  3. Set the parameters that control server logs.
    1. Level: Indicates at what severity level server logging should occur. Choose Error, Info, Warning or Debug.
    2. Log Path: Specifies the location where the log files will be stored.
    3. Log Prefix: Specifies a file name prefix to be used for the log files.
    4. Redirect Stdout: Indicates the full path of the file to which stdout messages are redirected.
    5. Redirect Stderror: Indicates the full path of the file to which stderror messages are redirected.
  4. Click OK.

Java Tab

Java Tab.png

Use this option to set the parameters that control the JRE within which AppWave runs.

To change the Java parameters:

  1. From the Start menu, click Embarcadero AppWave X.X > Configure AppWave.
  2. Click the Java tab.
  3. Set the parameters:
    1. Use default: Indicates that AppWave should use the default Java settings as defined during the installation process.
    2. Java Virtual Machine: Indicates the directory path of the Java Virtual Machine (JVM) used for the Server.
    3. Java Classpath: Indicates the directory path of the Java classpath used for the Server.
    4. Java Options: Displays the Java options used for the Server.
    5. Initial memory pool: Specifies the initial memory pool size (in MB) for the JVM.
    6. Maximum memory pool: Specifies the maximum memory pool size (in MB) for the JVM.
    7. Thread stack size: Specifies the thread stack size (in MB) for the JVM.
  4. Click OK.

Startup Tab

Startup.png

Use this option to set the parameters that control how AppWave starts.

To configure how AppWave starts:

  1. From the Start menu, click Embarcadero AppWave X.X > Configure AppWave.
  2. Click the Startup tab.
  3. Set the parameters:
    1. Class: Indicates the classpath of AppWave.
    2. Image: Specifies a directory location for the AppWave image.
    3. Working Path: Specifies the working path directory location for AppWave.
    4. Method: Specifies the method.
    5. Arguments: Specifies the arguments used when executing the server class and working path.
    6. Timeout: Specifies the timeout settings on Server communication in seconds.
    7. Mode: Specifies the mode, JVM or Java.
  4. Click OK.

Shutdown Tab

Shutdown tab.png

Use this option to set the parameters that control how AppWave shuts down.

To configure how AppWave shuts down:

  1. From the Start menu, click Embarcadero AppWave X.X > Configure AppWave.
  2. Click the Shutdown tab.
  3. Set the parameters:
    1. Class: Indicates the classpath of AppWave.
    2. Image: Specifies a directory location for the AppWave image.
    3. Working Path: Specifies the working path directory location for AppWave.
    4. Method: Specifies the method.
    5. Arguments: Indicates the arguments used when executing the AppWave class and working path.
    6. Timeout: Specifies the timeout settings on AppWave communication in seconds.
    7. Mode: Specifies the mode, JVM or Java.
  4. Click OK.

See Also