RE: tomcat caching jsp to working directory (not /work)

2003-10-24 Thread Yansheng Lin
What happens if you start tomcat using $CATALINA_HOME/bin/startup.sh instead? I think that should point tomcat to the right work directory. -Original Message- From: Euan Guttridge [mailto:[EMAIL PROTECTED] Sent: October 24, 2003 4:57 AM To: '[EMAIL PROTECTED]' Subject: tomcat caching

RE: tomcat caching jsp to working directory (not /work)

2003-10-24 Thread Euan Guttridge
caching jsp to working directory (not /work) What happens if you start tomcat using $CATALINA_HOME/bin/startup.sh instead? I think that should point tomcat to the right work directory. -Original Message- From: Euan Guttridge [mailto:[EMAIL PROTECTED] Sent: October 24, 2003 4:57 AM

RE: tomcat caching jsp to working directory (not /work)

2003-10-24 Thread Yansheng Lin
='cd $CATALINA_HOME/bin; ./startup.sh; cd -;' alias stopTomcat=' $CATALINA_HOME/bin/shutdown.sh' -Yan -Original Message- From: Euan Guttridge [mailto:[EMAIL PROTECTED] Sent: October 24, 2003 11:05 AM To: 'Tomcat Users List' Subject: RE: tomcat caching jsp to working directory