port application from jakarta-tomcat-4.1.31 to apache-tomcat-6.0.16

2008-07-12 Thread kjwchu
I have an application which is running on jakarta-tomcat-4.1.31. Now I want to move this application in apache-tomcat-6.0.16. I wonder if anyone has this experience or any thoughts about what areas I would need to make changes and so on. Thanks! -- View this message in context: http://www.n

Re: How to turn off tomcat daemon?

2008-07-02 Thread kjwchu
-errfile ./logs/catalina.err -pidfile ./temp/jsvc.pid org.apache.catalina.startup.Bootstrap [EMAIL PROTECTED] bin]$ Steve Ochani wrote: > > On 2 Jul 2008 at 11:29, kjwchu wrote: > > Date sent:Wed, 02 Jul 2008 11:29:36 -0700 (PDT) > From: kjwchu &l

Re: How to turn off tomcat daemon?

2008-07-02 Thread kjwchu
: > > Just kill the jsvc process. It'll trap the signal and send a proper > shutdown to tomcat. See the sample service script provided with jsvc > source. > > --David > > kjwchu wrote: >> I ran tomcat as a daemon via the command below: >> ./bin/jsv

How to turn off tomcat daemon?

2008-07-02 Thread kjwchu
I ran tomcat as a daemon via the command below: ./bin/jsvc -cp ./bin/bootstrap.jar -outfile ./logs/catalina.out -errfile ./logs/catalina.err org.apache.catalina.startup.Bootstrap How to turn if off? Thanks for any thoughts. -- View this message in context: http://www.nabble.com/How-to-turn-o