Can't say I am sure as to what the tomcat.conf file is for myself, so I can't advise 
you on it.

What we did was create a shell script in /etc/init.d (which is mirrored in 
/etc/rc.d/init.d automatically I belive)
Then created symbolic links in each of the runtime levels where tomcat would start or 
stop (using the similar naming of the files in those directories to accomplish) 
(probably want to setup in rc0 rc3 rc5 rc6, they'll be most common, 0 being shutdown, 
3 being startup without X, 5 startup with X, and 6 being restart [someone correct me 
if I am wrong])

In this shell script we defined the tomcat environment variables (may not be needed if 
set in a higher context)
And created the functions to start, stop and restart (should be able to look at other 
shell scripts in /etc/init.d to get some idea)
We had created another user for starting tomcat (ownership given to the tomcat 
directory to this user) which we used to run the scripts in the tomcat directory.

-----Original Message-----
From: Nadia Kunkov [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 4:07 PM
To: Tomcat Users List
Subject: RE: Uninstalling Tomcat


I have Tomcat 4.1.29 and there is nothing in /etc/rc.d/init.d/ or /etc/init.d/  All I 
have is catalina.sh and startup.sh in $TOMCAT_HOME/bin.  What should I put in the 
above directories? A shell script? Which one or what kind of script should I wright? 
In both of those directories or just one? Also, there is no tomcat.conf file for this 
version, should I create it?
Thanks

-----Original Message-----
From: Luc Foisy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 3:39 PM
To: Tomcat Users List
Subject: RE: Uninstalling Tomcat


Check to see if you have a runtime call for that tomcat instance.
Make sure it works from the command line first.
Make sure all environment variables needed have been set.
Check the tomcat logs.

Does this particular tomcat install automatically create something in the runtime area 
(/etc/rc.d/init.d/ and such places)
If not you'll have to write your own.

-----Original Message-----
From: Nadia Kunkov [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 3:33 PM
To: Tomcat Users List
Subject: RE: Uninstalling Tomcat


Thanks for all your thoughts!  Now, Tomcat doesn't start at boot time anymore  after I 
upgraded my JDK and Tomcat.  How can I fix it?
Thanks in advance.
N.K.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to