There are documents on the Apache website:

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html

Although if you are new to Tomcat I would suggest you work with it in
stand-alone mode for a while.  Several people have reported that Tomcat by
itself is a fairly robust web server.  You can always add Apache later
without effecting your app.

No sense making things more complicated from the start.


-----Original Message-----
From: Eric Etkin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 29, 2002 10:28 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat 4 install / config


Has anyone implemented tomcat 4 to hang off the back of Apache.  Apache is
more "industrial strength" from my experience.  I want to run apache, and
use Tomcat to process the JSP.



 
 
 
Eric Etkin
Susquehanna Bancshares Inc.
26 North Cedar Street
Lititz, PA 17543
Telephone:  (717) 625-6360
Mail Code: PA-SBI (IT/DATASEC)

-----Original Message-----
From: Doug Borenstein [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 29, 2002 10:21 AM
To: Tomcat Users List
Subject: Re: Tomcat 4 install / config

I believe it will create a conflict if both servers are running and using
the same port.  If Tomcat is being run as a standalone server, it will
handle static pages and .jsp.  If you want to utilize apache for static
pages, you will have to use a connector.  the web.xml file in Tomcat should
have the proper configuration statements commented out.  Several lines will
also need to be added to apaches httpd.conf file, depending on which
connector you are using, and which module in apache(mod_jk or mod_webapp).


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

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

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

Reply via email to