Hello Craig,

Raymond, Craig (US SSA) wrote:
The logging.properties files are clones of the example at the bottom of
the Tomcat 5.5 docs logging.htm page, with the exception of the
..FileHandler.prefix being changed.  They reside as below for all three
servers (where ServerRootDir is different for each server):

F:/InetPub/ServerRootDir/WEB-INF/classes/logging.properties

The realm for the server in question is as below:

<Realm className="org.apache.catalina.realm.JDBCRealm"
connectionName="name" connectionPassword="pw"
connectionURL="jdbc:mysql://mysqldev/ext_principals" digest="MD5"
driverName="com.mysql.jdbc.Driver" roleNameCol="role"
userCredCol="password" userNameCol="username" userRoleTable="user_roles"
userTable="users" />

I have read your mails and points several times, I am wondering that this happens. Again: The only change is the place where the realm config appears, nothing else?
After the change everything works as expected?

Please try the following in the webapp logging.properties of the third host:

handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
.handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler

############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################

org.apache.juli.FileHandler.level = FINE
org.apache.juli.FileHandler.directory = ${catalina.base}/logs
org.apache.juli.FileHandler.prefix = YOUR_PREFIX_HERE.

java.util.logging.ConsoleHandler.level = FINE
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to