Here is a solution that seems to work:
You will need to edit how tomcat starts so that it uses
the server JVM.
CHANGE:
if [ "$JAVACMD" = "" ] ; then
# it may be defined in env - including flags!!
JAVACMD=$JAVA_HOME/bin/java
fi
TO:
if [ "$JAVACMD" = "" ] ; then
# it may be defined in e
Read the log4j manual.
http://jakarta.apache.org/log4j/docs/manual.html
>From: "Kenny Ma" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Log4J ?
>Date: Fri, 14 Sep 2001 10:03:18 +0800
>
>Can anyone tell me how to use Log4J ?
>
>the sample is
> cat.debug("H
Hi,
All you have to do is drop the JSP files you want protected into
the WEB-INF directory. These cannot be served up to the user but
you can link to/include them in your other JSP pages.
Hope that helps,
Ed Milic
>From: "Roland" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL P