Hi!
 
We are using log4j with Tomcat. We are currently using multiple instances of Tomcat on one UNIX box with one properties file. The problem is that we want to log the output separately for every user in his own directory. So the question is:
 
Is there anything like
 
log4j.appender.A1.File=/export/home/$USER/logfile.log
 
where I can specify that the output for logging goes to a user specific directory, i.e. $USER being an environment variable on UNIX. (We're currently running SunOS.)
 
Thanks a lot for you help,
 
   Steffen
 

Reply via email to