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 s
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 Jul
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
start
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 -Dj