Properties in servlet.properties
Server Access
pipechain.clientloginresource
Example: pipechain.clientloginresource = rmi://localhost/PipeChain_221_Own.ClientLogin
The url used to login to
a PipeChain server
pipechain.forwardresource
pipechain.forwardresource = PipeChain2.DataExchange
Which server resource should
a proxy log on to (optional: only if pipechain.clientloginresource is
a proxy and there are several application servers to log on to)
pipechain.maxinactiveperiod
Example: pipechain.maxinactiveperiod = 1200
Number of seconds before inactive client is automatically logged out
Data Exchange
pipechain.dataexchangeresource
pipechain.dataexchangeresource = rmi://localhost:1099/PipeChain.DataExchange
The url used to do data
exchange with a server through the WebAccess client. Alternatively the
resource can be specified in the server resource (Supplier Detail | Connection):
http://localhost:8080/dataexchange?server=rmi://seMAclw2k118:1099/PipeChain.DataExchange
If this is used, no configuration is needed in the WebAccess servlet.properties.
Miscellaneous
pipechain.pagesize
Example: pipechain.pagesize = 20
The number of rows shown
in the overview screens.
pipechain.css.body.background-color
Example: pipechain.css.body.background-color=#FFFFFF
The color used as background
for the symbols in the overview screens and the duration meters.
se.masystem.application.decimals
Example: se.masystem.application.decimals = 0
The number of decimals
used in the quantity fields such as balance and deliveries.
pipechain.appname
Example: pipechain.appname=Johan's PipeChain
The name used in the title of the browser and Login-page.
Log out Behaviour
pipechain.afterLogOutURL
Example: pipechain.afterLogOutURL = http://www.pipechain.com
You can specify the page
users will be directed to after logging out. If you do not specify an
alternative page, users will be directed to the web application's standard
Login page.
pipechain.afterLogOutDelay
Example: pipechain.afterLogOutDelay =
Specify how many seconds
users will spend at a logged out confirmation page, before being redirected
to the "after log out" page. If you specify 0, users will spend
a minimum amount of time at the logged out confirmation page. If you remove
the parameter, or specify a non-numeric value, the users will spend 3
seconds at the confirmation page. Specify how many lines an overview page
should show. Default is 3, minimum is 2.
Single Login
pipechain.singlelogin.useURL
pipechain.singlelogin.useURL = true
true = the userid and password
is fetched from the URL.
false = the user id and password is fetched from the HTTP header.
pipechain.http.parameter.login.user
pipechain.http.parameter.login.user = portalUserName
The name on the variable
in the header / URL that contains the user id.
pipechain.http.parameter.login.password
pipechain.http.parameter.login.password = portalUserPassword
[,,] The name on the variable in the header / URL that contains the password.