Gang,

I have a webapp that is deployed to directory X (which is not under tomcat/webapps). My log4j.properties is located in webapp/WEB-INF/ classes/log4j.properties. My log4j contains a few hardcoded paths to the log files. Due to traffic size, I would really like to simply point another install of tomcat at that same shared webapp directory, but have it log to a different directory. Note: it works when I just point it at the same webapp dir, but I think my log files are getting overwritten or otherwise messed up, since two tomcats (webapps) are logging to the same directory. Is there any way to configure my app's log4 from within the tomcat, so I don't need two copies of my webapp dir? (its rather large)

Any pointers or tips would be most welcome.  Thanks!

/kurt


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to