Class: com.sybase.djc.server.ApplicationServer (Application Server) | EAServer 6.3 Help |
---|
Property: alarmMemoryLimit (Memory Limit for Alarm (%)) | |
---|---|
Description |
The percentage of available virtual memory before an alarm message is logged.
Note: for this property to be active, the scheduledTasks property should include "CheckMemoryUsage". See also: maximumVirtualMemory. |
Default Value | 70 |
Minimum Value | 0 |
Maximum Value | 100 |
Property: allowRuntimeCompile (Allow Runtime Compile) | |
---|---|
Description | Determines whether runtime compilation of Java source code is permitted. By default, the server will recompile code for IIOP interface stubs, SQL persistence classes and JavaServer Pages if the code has changed since the last time it was compiled. You should set allowRuntimeCompile to false if your server is running under a JRE (Java Runtime Environment, without the Java compiler). If you are using JavaServer Pages with allowRuntimeCompile set to false, your pages must be precompiled. If you define all JavaServer Pages that need to be precompiled with their own 'servlet' elements in your web.xml files, the 'deploy' tool will precompile them. IIOP interface stubs and SQL persistence classes are precompiled automatically when you deploy EJB modules. If you are running the server with allowRuntimeCompile set to false, and you change the configuration of a data source that is used by EJB entity beans, you should redeploy your EJB-JAR files before running the server. Note: the 'deploy' tool needs the Java compiler to run, so you may need to run 'deploy' on one machine and transfer the deployed configuration to the target machine which has no Java compiler. To transfer deployed configurations between machines, you can use an Export Configuration. |
Default Value | true |
Legal Values | false, true |
Property: allowUnauthenticatedUserInvoke (Allow Unauthenticated User Invoke) | |
---|---|
Description | Allow unauthenticated user to invoke CORBA components. |
Default Value | false |
Legal Values | false, true |
Property: criticalMemoryLimit (Critical Memory Limit (%)) | |
---|---|
Description |
The percentage of available virtual memory before thread monitors are locked to minimum active threads.
Note: for this property to be active, the scheduledTasks property should include "CheckMemoryUsage". See also: maximumVirtualMemory. |
Default Value | 90 |
Minimum Value | -1 |
Maximum Value | 100 |
Property: defaultCodeSet (Default Code Set) | |
---|---|
Description |
Required. Default
code set
for CORBA C++ components.
See also: com.sybase.jaguar.component.code.set. |
Default Value | utf8 |
Property: echoLog (Echo Server Log to Server Console) | |
---|---|
Description | Capture server log output and echo it to the server's console window (if any). |
Default Value | false |
Legal Values | false, true |
Property: ejbTrace (Enable EJB Trace) | |
---|---|
Description | Select to trace EJB component invocations in the server log. |
Default Value | false |
Legal Values | false, true |
Property: enableProxiedForAddress (Enable Proxy-For Address in HTTP Log) | |
---|---|
Description | Select to generate Proxied-For Address in Http Log |
Default Value | false |
Legal Values | false, true |
Property: enableXmlGrammarCache (Enable XML Grammar Cache) | |
---|---|
Description | Enables caching of XML grammars used by the Xerces parser. |
Default Value | true |
Legal Values | false, true |
Property: excludeModules (User Exclude Modules) | |
---|---|
Description | List of deployed user modules to exclude from startup, processed after start list. |
Default Value | none |
Property: featureManagerConfig (License Configuration) | |
---|---|
Description | Required. Indicates the license configuration to be used by the feature manager. |
Default Value | default |
Property: fipsEnabled (FIPS Mode Enabled) | |
---|---|
Description | Enable FIPS mode. |
Default Value | false |
Legal Values | false, true |
Property: host.name (Host Name) | |
---|---|
Description | Default host name used for resolving ${host.name} in listener definitions. |
Property: httpContexts (HTTP Contexts) | |
---|---|
Description | Comma separated list of HTTP contexts that should be accessible in this server. |
Default Value | default |
Property: httpDomain (Domain Name) | |
---|---|
Description | The Web server redirector's domain name. |
Property: httpListeners (HTTP Listeners) | |
---|---|
Description | Comma separated list of HTTP/HTTPS listeners that the server should open, to accept requests from clients using the HTTP protocol. HTTP is typically used by web browser and web service clients. |
Default Value | http1 |
Property: httpLogFile (HTTP Log File Name) | |
---|---|
Description | Set the http log file name. |
Default Value | P:\/logs/default-http.log |
Property: httpLogFileArchive (Archive the HTTP Log File) | |
---|---|
Description | Archive the http log file. |
Default Value | false |
Legal Values | false, true |
Property: httpLogFileArchiveCompress (Compress the HTTP Log File Archive) | |
---|---|
Description | Compress the http log file archive. |
Default Value | false |
Legal Values | false, true |
Property: httpLogFileArchiveName (HTTP Log File Archive Name) | |
---|---|
Description | Set the log file archive name. |
Property: httpLogFileMaxSize (Maximum size of the HTTP log file) | |
---|---|
Description | Set the maximum size of the http log file. |
Default Value | -1 |
Property: httpLogFileMaxTime (Maximum time of HTTP log file(HH:MM)) | |
---|---|
Description | Set the maximum time of the http log file. |
Default Value | 0 |
Property: httpLogFileReUse (Reuse the HTTP Log File) | |
---|---|
Description | Reuse the http log file. |
Default Value | false |
Legal Values | false, true |
Property: httpLogFileRotation (Rotate the HTTP Log File) | |
---|---|
Description | Rotate the http log file. |
Default Value | false |
Legal Values | false, true |
Property: httpLogFileRotationDaily (Rotate the HTTP Log File Daily) | |
---|---|
Description | Rotate the http log file Daily. |
Default Value | false |
Legal Values | false, true |
Property: httpSSO (Single Sign On) | |
---|---|
Description | Support Single Sign On. |
Default Value | false |
Legal Values | false, true |
Property: httpWebAppEventListener (Web Application Event Listener) | |
---|---|
Description | Class name for a global event listener for all configured web applications. |
Property: iiopListeners (IIOP Listeners) | |
---|---|
Description | Comma separated list of IIOP/IIOPS listeners should open, to accept requests from clients using the IIOP protocol. IIOP is typically used by application clients (CORBA, EJB, JMS). |
Default Value | iiop1 |
Property: javaAlarmMemoryLimit (Java Memory Limit for Alarm (%)) | |
---|---|
Description |
The percentage of available Java memory before an alarm message is logged.
Note: for this property to be active, the scheduledTasks property should include "CheckMemoryUsage". See also: maximumVirtualMemory. |
Default Value | 70 |
Minimum Value | 0 |
Maximum Value | 100 |
Property: javaClassPath (Java Class Path) | |
---|---|
Description |
Java class path overrides for server startup, which are prefixed
to the server's class path. Extension JAR files can
be added to the server's lib/ext directory, where they will be
appended to the server's class path. Note:
|
Property: javaCriticalMemoryLimit (Java Critical Memory Limit (%)) | |
---|---|
Description |
The percentage of available Java memory before thread monitors are locked to minimum active threads.
Note: for this property to be active, the scheduledTasks property should include "CheckMemoryUsage". See also: maximumVirtualMemory. |
Default Value | 90 |
Minimum Value | -1 |
Maximum Value | 100 |
Property: jtdsListeners (JTDS Listeners) | |
---|---|
Description | Comma-separated list of JTDS listener names. |
Default Value | jtds |
Property: keyStore (SSL Key Store) | |
---|---|
Description | The location for the store where private key and associated public key are stored. |
Property: keyStorePassword (SSL Key Store Password) | |
---|---|
Description | The password for the key store. |
Property: keyStoreType (SSL Key Store Type) | |
---|---|
Description | The type for the key store. |
Property: logFile (Log File Name) | |
---|---|
Description | Set the log file name. |
Default Value | P:\/logs/default.log |
Property: logFileArchive (Archive the Log File) | |
---|---|
Description | Archive the log file. |
Default Value | false |
Legal Values | false, true |
Property: logFileArchiveCompress (Compress the Log File Archive) | |
---|---|
Description | Compress the log file archive. |
Default Value | false |
Legal Values | false, true |
Property: logFileArchiveName (Log File Archive Name) | |
---|---|
Description | Set the log file archive name. |
Property: logFileMaxSize (Maximum size of the log file) | |
---|---|
Description | Set the maximum size of the log file. |
Default Value | -1 |
Property: logFileMaxTime (Maximum time of the log file(HH:MM)) | |
---|---|
Description | Set the maximum time of the log file. |
Default Value | 0 |
Property: logFileReUse (Reuse the Log File) | |
---|---|
Description | Reuse the log file. |
Default Value | false |
Legal Values | false, true |
Property: logFileRotation (Rotate the Log File) | |
---|---|
Description | Rotate the log file. |
Default Value | false |
Legal Values | false, true |
Property: logFileRotationDaily (Rotate the Log File Daily) | |
---|---|
Description | Rotate the log file Daily. |
Default Value | false |
Legal Values | false, true |
Property: mx4jLoggingLevel (JMX Logging Level) | |
---|---|
Description | Required. Logging level for embedded JMX management bean server. |
Default Value | error |
Legal Values | trace, debug, info, warn, error, fatal |
Property: proxyForwarded (Default to mod_proxy_http header) | |
---|---|
Description | Default to mod_proxy_http header. |
Default Value | false |
Legal Values | false, true |
Property: rmiListeners (RMI Listeners) | |
---|---|
Description | Comma-separated list of RMI listener names. |
Default Value | none |
Property: rmiTraceLocal (Enable RMI Local Trace) | |
---|---|
Description | Select to trace local method invocations (inter-component calls) in the server log. |
Default Value | false |
Legal Values | false, true |
Property: scheduledTasks (Scheduled Tasks) | |
---|---|
Description | Specified which scheduled tasks should be activated in this server. Scheduled tasks must be separately configured - only their activation is specified here. Specifying "all" activates all configured scheduled tasks. |
Default Value | none |
Property: sendServerHeader (Send the Server Version in HTTP header) | |
---|---|
Description | Support send the Server Version in HTTP header. |
Default Value | true |
Legal Values | false, true |
Property: serviceComponents (Service Components) | |
---|---|
Description | Specified which service components should be activated in this server. Service components must be separately configured - only their activation is specified here. Specifying "all" activates all configured service components. |
Default Value | none |
Property: sessionIDLength (HTTP session ID Length) | |
---|---|
Description | The length should be a multiple of 8 |
Default Value | 64 |
Minimum Value | 0 |
Maximum Value | 64 |
Property: singleThreadedOdbc (Single Threaded ODBC Calls) | |
---|---|
Description | Server makes ODBC calls in single threaded mode. |
Default Value | false |
Legal Values | false, true |
Property: smAccountingPort (SiteMinder Accounting Port) | |
---|---|
Description | SiteMinder Accounting Port. |
Default Value | 44441 |
Minimum Value | 0 |
Maximum Value | 2147483647 |
Property: smAgent (SiteMinder Agent Name) | |
---|---|
Description | SiteMinder Agent Name. |
Property: smAgentDebug (SiteMinder Agent Debug) | |
---|---|
Description | SiteMinder Agent Debug. |
Default Value | false |
Property: smAgentPassword (SiteMinder Agent Password) | |
---|---|
Description | SiteMinder Agent Password. |
Property: smAuthenticationPort (SiteMinder Authentication Port) | |
---|---|
Description | SiteMinder Authentication Port. |
Default Value | 44442 |
Minimum Value | 0 |
Maximum Value | 2147483647 |
Property: smAuthorizationPort (SiteMinder Authorization Port) | |
---|---|
Description | SiteMinder Authorization Port. |
Default Value | 44443 |
Minimum Value | 0 |
Maximum Value | 2147483647 |
Property: smRoleDebug (SiteMinder Role Debug) | |
---|---|
Description | SiteMinder Role Debug. |
Default Value | false |
Property: smServer (SiteMinder Server Address) | |
---|---|
Description | SiteMinder Server Address. |
Property: smSize (SiteMinder Cache Size) | |
---|---|
Description | SiteMinder Cache Size. |
Default Value | 600 |
Minimum Value | 0 |
Maximum Value | 2147483647 |
Property: smTimeout (SiteMinder Timeout) | |
---|---|
Description | SiteMinder Timeout. |
Default Value | 0 |
Minimum Value | 0 |
Maximum Value | 2147483647 |
Property: systemExcludeModules (System Exclude Modules) | |
---|---|
Description | List of system modules to exclude from startup. |
Property: systemStartModules (System Start Modules) | |
---|---|
Description | List of system modules to start. |
Default Value | all |
Property: traceModules (Trace Modules) | |
---|---|
Description | List of deployed user modules to trace. |
Default Value | none |
Property: trustStore (SSL Trust Store) | |
---|---|
Description | The location of the store where trusted certificates reside. |
Property: trustStorePassword (SSL Trust Store Password) | |
---|---|
Description | The password for the trust store. |
Property: trustStoreType (SSL Trust Store Type) | |
---|---|
Description | The type for the trust store. |
Property: useTransactionLocalPools (Use Transaction Local Pools) | |
---|---|
Description |
Enables the use of transaction-local pools for component
instances and database connections. Transaction-local
pools are an alternative to thread-local pools, which
can increase performance relative to the default global pools,
and reduce resource utilization relative to thread-local pools,
particularly on multi-processor systems.
To limit resource utilization when using transaction-local pools, you should set the maximumActiveThreads thread monitor property appropriately for each thread monitor that you use. For example, if you enable transaction-local pools for a server whose components access a database, then the number of concurrent database connections will be equal to the number of threads concurrently executing transactions. By using a thread monitor to limit the number of concurrent component calls (and thereby concurrent transactions), you can effectively limit the number of database connections used. Important Notes:
Recommendation: on multi-processor systems, try enabling this property and configuring thread monitors appropriately to see if it improves overall server performance while keeping resource utilization to an acceptable level. |
Default Value | false |
Legal Values | false, true |
Property: webTrace (Enable Web Trace) | |
---|---|
Description | Select to trace web component invocations in the server log. |
Default Value | false |
Legal Values | false, true |
Property: wsTypeMappingVersion (WebServices Type Mapping Version) | |
---|---|
Description | WebServices Typing Mapping Version to be used. |
Default Value | 1.3 |