Re: tomcat 5.5 help needed in start-stop

2008-07-23 Thread suman
Hi, I made the script as told by you. Now I can run it. But it ends up with following error: pwd is /sw/tomcat55 Using CATALINA_BASE: /sw/tomcat55 Using CATALINA_HOME: /sw/tomcat55 Using CATALINA_TMPDIR: /sw/tomcat55/temp Using JRE_HOME: /sw/jdk1.5.0_16 23

Re: tomcat 5.5 help needed in start-stop

2008-07-23 Thread Deepak Mishra
maybe creating symlinks should do.. try these : sudo ln -s /etc/init.d/tomcat /etc/rc1.d/K99tomcat sudo ln -s /etc/init.d/tomcat /etc/rc2.d/S99tomcat (adjust the parameters accrording to your script name). On Wed, 23 Jul 2008 23:13:39 +0530, suman [EMAIL PROTECTED] wrote: Hi, I made the

tomcat 5.5 help needed in start-stop

2008-07-21 Thread suman
Hello, I install Apache 5.5 on Ubuntu as super user. I also do following: I also create executable tomcat in /etc/init.d with following contents: export JAVA_HOME=/sw/jdk1.5.0_16 export PATH=$JAVA_HOME/bin:$PATH export CATALINA_HOME=/sw/tomcat55 cd $CATALINA_HOME ./bin/jsvc

Re: tomcat 5.5 help needed in start-stop

2008-07-21 Thread Deepak Mishra
Any idea wht's going wrong here. Please let me know how to start and stop this server like we do for other daemons. e.g /etc/init.d/httpd start /etc/init.d/httpd stop etc. Any help is appreciated. Thank you. -suman if you installed tomcat through the repositories , you should have got a