Re: Repeated context reloading

2006-03-08 Thread Peiran Song
, Prashant (Prashant) wrote: Try setting the reloadable attribute to false in the context definition of your webapp. Thanks, -Prashant. -Original Message- From: Peiran Song [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 7:33 AM To: Tomcat Users List Subject: Repeated context

Repeated context reloading

2006-03-07 Thread Peiran Song
Hi All, The catalina.out file records the following output every 10 minutes while the specified JAR file is not touched/modified at all. Any one has any idea of the cause of it and suggestions for a solution? Mar 7, 2006 5:11:56 PM org.apache.catalina.loader.WebappClassLoader modified INFO:

Re: jsvc error on Tomcat start

2006-03-03 Thread Peiran Song
case "$1" in start) # # Start Tomcat # $DAEMON_HOME/jsvc \ -user $TOMCAT_USER \ -home $JAVA_HOME \ -Dcatalina.home=$CATALINA_HOME \ #-Dcatalina.base=$CATALINA_BASE \ ^ Remove the comment ("#") or remove the entire line. That is it! Thank you! P

jsvc error on Tomcat start

2006-03-03 Thread Peiran Song
: No class specified 03/03/2006 11:58:21 13126 jsvc error: Cannot parse command line arguments /etc/init.d/tomcat: -Djava.io.tmpdir=/tmp: not found Any ideas on what went wrong? Thank you very much for any help! Peiran Song p.s. Here is the tomcat script content: JAVA_HOME=/private/apps/java5.0