I believe these questions have been answered before but i have not been able to grasp the procedure.
They're answered daily.
1) I want to use Tomcat 4.0 with Apache 2.0.43 . How do i integrate the two?
With a connector, either mod_jk.so or mod_jk2.so. See http://tomcatfaq.sourceforge.net/apache.html
2) After these are integrated what should i do to make the Apache webserver transfer requests for servlet and jsp execution to Tomcat and the other way around i.e. transfer http requests from Tomcat to Apache?
Depends what connector you use, each has its own configuration directives. See http://tomcatfaq.sourceforge.net/apache.html
3) Is it possible to adjust both Apache and Tomcat in such a way that whenever Apache is started Tomcat starts automatically and whenever Apache stops Tomcat also shutsdown?
Possible, yes. Actually accomplished in production, not that I know of. Write a wrapper script to do it...this is easily done.
John
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
