Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription

-log-configuration@default-log-level exception

The default log level at which you want to capture log messages for the application.


-plugin-key-0 nxplugin-PluginAccessibility

You must specify any Nexaweb plug-in that the application requires to run using the following name-value pair format:

Name
- plugin-key-# incremented by one for each plug-in you specify

Value
- The prefix: nxplugin-
- And name of the plug-in JAR file (excluding the JAR extension)

-log-configuration/consumers/consumer1 com.nexaweb.client.log.DialogLogConsumerThe names of any log consumers to run using the following name-value pair format:

Name
-log-configuration/consumers/consumers# incremented by one for each log consumer you specify

Value
The class name of the log consumer to run.

Note: When launched in a browser, the Nexaweb standalone client by default starts the DialogLogConsumer (com.nexaweb.client.log.DialogLogConsumer), for displaying a modal dialog; and the ConsoleLogConsumer (com.nexaweb.util.ConsoleLogConsumer), for printing messages to the Java console.

-launch-ui-bgcolor #FFFFFF

Specifies the default background color of the UI when launched.
-debug-keys-enabled trueEnables debug keys such as F2, which prints the UI DOM to the java console. The default value is false.
-persistent-connection-ping-interval 60000When using a push or other persistent connection, this parameter specifies how long the server waits between sending ping requests to the client.
-application-type XALSpecifies the application type, if not XAL. Use this parameter for legacy versions of Nexaweb applications to specify the application type as NXML.
-width 800Initial application launch size setting.
-height 600Initial application launch size setting.
-x 240Initial application launch size setting.
-y 212Initial application launch size setting.
-splash classpath://Nexaweb/stylesheets/nexaweb2004/images/messagedialog_warn.gifThe image file that will be displayed as splash screen
-splashTime 5000Minimum amount of time in milliseconds for which splash screen is displayed.