RE: jdk1.3.1 and tomcat 3.3a core dumping?

2002-01-21 Thread Ed Milic
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 env -

Re: Log4J ?

2001-09-17 Thread Ed Milic
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(Hello world.);

Re: Accessing protected files trough JSP how?

2001-08-31 Thread Ed Milic
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 PROTECTED] To: [EMAIL