I cannot answer your "why" question, because, I am not one of the developers
of apache or tomcat.  But here is the answer to your "how" question:

*To stop and start your tomcat:

cd /usr/local/tomcat

bin/shutdown.sh

bin/startup.sh

*Exit from tomcat and go to your apache server:

su

/usr/local/apache/bin/apachectl restart

exit

* Another way of stopping and starting apache:

bin/apachectl stop
bin/apachectl start



----- Original Message -----
From: "Roberto B." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 17, 2001 4:50 AM
Subject: Why and How Tomcat before Apache?


> I have a Linux/Debian system.
> I want to use Apache as web-server and Tomcat only for JSP file.
>
> Is it true that it is necessary to make start Tomcat before Apache? Why?..
> and if it is true.. how??
>
> Thanks!
> Roberto.
>
>

Reply via email to