Nobody has ideas ?
----- Original Message -----
From: mast
To: Tomcat Users List
Sent: Wednesday, November 01, 2006 12:27 AM
Subject: log question and lambda probe
Hi again, i have download the lambda probe to see how it was and i have
notice some things with log,
in their context.xml file there is :
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="probe."
suffix=".out"
timestamp="true"/>
well that work wells but put the log under the logs directory of tomcat i
wonder if there is no way to put it elsewhere ? (like in the same webapps that
want the log)
i have try with :
<Logger className="org.apache.catalina.logger.FileLogger"
directory="/usr/local/tomcat5/webapps/users3/ROOT/"
prefix="probe."
suffix=".out"
timestamp="true"/>
without any succes, is it possible or must i forget this ?
one other problem i have with this application (the same problem that i talk
two days ago about permission) is that we need to put the user/password under
the tomcat-users.xml file, and like Chuck said this file must be readable by
tomcat user.
so the server that will serve the probe application (or any other of my
context) is user tomcat and so any jsp script that a user that has an access to
the server can read the tomcat-users.xml file because that s the same owner
(don t know if i explain well)
i have heard about the security manager maybe it s the solution (but not sure
because when i run in security mode many webapps doesn't work anymore)
well if someone has an advice about that
that question may seem silly but i am concerned with security and doesn t
find any answer that i could really use until now.
Thx