> From: Susan G. Conger [mailto:[EMAIL PROTECTED] 
> Subject: RE: redirect port 80 to application server
> 
> I have to have the Apache HTTP in front.  Don't want it there 
> but it is required by the customer.

To what end?  I've never heard of a customer saying "you have to use
product xyz, even if it serves no purpose".  If http does have some
purpose in this environment, what is it?  If it's nothing more than a
forwarding mechanism, it's doing nothing other than wasting CPU and RAM.

Assuming httpd is doing something useful, then use mod_proxy or mod_ajp
to pass requests to Tomcat:
http://tomcat.apache.org/connectors-doc/

If httpd is just there for show, configure it to use some oddball port
and Tomcat to use port 80.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to