Server properties

You can use the server properties to control how a server operates, such as specifying values for the administration user, for user registration, and email authentication.

Table 1. Server properties
Property Description Default value
mail.mime.decodefilename

Represents the name of the JavaMail property that controls decoding of MIME file names.

true
mail.mime.decodetext.strict

Represents the JavaMail property that controls decoding of MIME encoded words.

false
mail.smtp.host

Represents the name of the host that runs the SMTP server.

This name is needed for facilities that use email notifications, such as workflow notifications, email, and any error message notifications. Your network administrator can provide this address.

na.relay.ibm.com
mail.smtp.sendpartial

Indicates that partial emails are sent to valid email addresses.

1
mail.smtp.ssl.enable

Enables SSL over SMTP.

FALSE
mail.smtp.starttls.enable

Enables STARTTLS over SMTP.

FALSE
maximo_extended_host

Represents the Maximo extended host.

 
maximo_extended_host_protocol

Represents the Maximo extended host protocol.

 
mxe.adminEmail

Represents the email address that is used if the user does not specify an email address in the labor record.

This value is requested during installation.

 
mxe.adminmode.logoutmin

Represents the number of minutes that users must log out before the application server is placed in Admin mode. Admin mode is used to configure the database (including the application of structural changes).

5
mxe.adminmode.numsessions

Represents the number of administrative sessions that are allowed after the application server is placed in Admin mode.

5
mxe.adminPasswd

Represents the password for the administrative user.

maxadmin
mxe.adminPassword

Represents the password for the administrative user.

maxadmin, the system login ID of the administrative user.
mxe.adminusercredential

Represents the credential of the administrative user.

 
mxe.adminuserid

Represents the administrative user. This user must have access to all sites.

The server uses this property for administrative tasks and to run cron tasks.

maxadmin
mxe.adminuserloginid

Represents the system login ID for the administrative user.

maxadmin
mxe.com.port

Represents the com port.

 
mxe.convertloginid

This property identifies whether the login id that the user entered must be converted to uppercase before it is validated.

For conversion, set the value to 1.

0 - do not convert
mxe.email.charset

Represents the character set for email notifications that are sent.

When this property is defined, the character set is used to encode the subject and the message when an email notification is sent. For non- English environments, you must set the UTF-8 character.

 
mxe.email.content.type

used to set the content type for all communications.

text/html
mxe.hostname

Represents the name of the workstation and port that hosts the MXServer.

localhost:7001
mxe.maxsequencecheck

Indicates whether to check for multiple sequence values before using.

0
mxe.registry.bindcount

Represents the retry count for the system Remote Method Invocation (RMI) registry binding.

When the system server starts and it runs into registry bind failures, the server tries to start for the number of attempts specified in this property.

100
mxe.registry.port

Represents the server RMI registry port that the server components uses.

1099
mxe.retainrecord

Retains the state of the application tab child tables during editing (less than retainreclimit).

1
mxe.retainrecordlimit

Represents the maximum number of records for which the table can retain its state.

A higher number can affect performance.

200
mxe.smtp.connectiontimeout

Represents the socket connection timeout value in milliseconds.

180000
mxe.smtp.password

Defines the password for email authentication. This property must be used with mxe.smtp.user property.

Null - disables email authentication.
mxe.smtp.timeout

Represents the socket I/O timeout value in milliseconds.

180000
mxe.smtp.user

Defines the user ID for email authentication. This property must be used with mxe.smtp.password property.

Null - disables email authentication.
mxe.system.DomainFactoryNameProvider

Represents the class path that provides the DomainInfoFactory class names used when initializing domains.

psdi.mbo.DomainFactoryNameProvider
mxe.system.regpassword

Represents the user registration login password.

This value is requested during installation.

maxreg
mxe.system.reguser

Represents the user registration login name to register a user. The user name that is specified must have authorization to create new users.

This value is requested during installation.

maxreg
mxe.system.usingLoadBalancer

Indicates whether or not a load balancer is used.

0
mxe.usermonitor.frequency

Indicates the sleep frequency.

60
mxe.usermonitor.
InactiveSessionTimeLimit

Represents the time an inactive session remains in the MAXSESSION table.

120
mxe.usermonitor.timeout

Represents the session timeout period, in minutes, on the server to clear the cache.

30
mxe.userrestrictionlrucachesize

Manages the number of entries in the LRU cache that stores the restriction entries.

1000
WAS.LTAURL

Represents the URL used to launch the Log and Trace Analyzer.

/ibm/action/launch?pageID=
com.ibm.ac.lta.web.ui.
LogAnalyzer&showNavArea=fals
e
mxe.server.enableCSRFBlocking

Enables checks for the CSRF security token.

1
mxe.service.runlist

Represents comma-delimited services that must be run.

 
mxe.sessiontoken.timeoutseconds

Represents a token-based session timeout in seconds. This token is used when the user ID is being authenticated on the report server.

The session token timeout setting code is generic and currently only BIRT Reporting uses this function.

Used for BIRT Report Only Server (BROS) configuration

180 seconds


Feedback