Server Configuration Parameters

The following is a list of configurable parameters used by the BackOnline Server:

This is a sample configuration file:

init.autostart=y
init.server.db.jdbc.driver=org.enhydra.instantdb.jdbc.idbDriver
init.server.db.url=jdbc:idb=upstreamdb.properties
init.server.db.password=xxx
init.server.db.user=user
init.server.port=55555
init.sql.getUserId=SELECT UserId FROM UserAuthentication WHERE UserName=?
runtime.client.idle_timeout=30
runtime.client.max_login_attempts=3
runtime.smtp.host=localhost
runtime.smtp.notify=n
runtime.smtp.port=25
runtime.super.user=xyz
runtime.trace.level=99
runtime.http.servlet.Monitor=com.freeback.servlet.ClientMonitor
runtime.http.documentroot=/inetpub/wwwroot/freeback

Copyright © Visual Patterns, Inc. All rights reserved.