Re: Simple startup question.

2001-07-11 Thread Adam Fowler

No.

Best to edit the script and add hooks to a tomcat script in /etc/rc.d/init.d

I have one somewhere on http://willow.cc.edu/adminguide

Its in the mod_jk files section, called a mandrake startup script but 
should work ok with redhat - just make sure the directories are correct.

Hope that helps.

Adam.

On Wednesday 11 July 2001 20:24, you wrote:
 All:

 Linux 7.1 Redhat, tomcat 3.2.2.

 Question:

 With the ajp13 working correctly tomcat should start from within the
 S85httpd start script and shutdown accordingly ?

 D.



Re: Simple startup question.

2001-07-11 Thread Boris Niyazov

It's up to you. You can modify your S85httpd to include starting tomcat or 
create another script like S95tomcat that starts tomcat. Depending on how you 
configured apache-tomcat you may want to start tomcat before starting apache. If 
you do not rely on dynamicaly tomcat generated configs then I think it does not 
matter what starts first.


  - Boris




All:

Linux 7.1 Redhat, tomcat 3.2.2.

Question:

With the ajp13 working correctly tomcat should start from within the
S85httpd start script and shutdown accordingly ?

D.