Susan:

Is the aplication server a Tomcat? If so, you can use mod_jk. If not, may be
you will need to use mod_proxy.

Toni.

-----Original Message-----
From: Susan G. Conger [mailto:[EMAIL PROTECTED] 
Sent: jueves, 17 de abril de 2008 18:34
To: 'Tomcat Users List'
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.  So they type in http://myserver/webapp and expect
it to go to the application server.  I say just use the port
http://myserver:8080/webapp and you will get to the application server.
They say we don't want to type in the port just make 80 redirect to the
application server port.  So, I am here trying to figure out the easiest way
to redirect all traffic from 80 to 8080 and still have the apache running in
front.  Should I use remote proxies?

Thanks,
Susan  

-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 17, 2008 12:26 PM
To: Tomcat Users List
Subject: RE: redirect port 80 to application server

> From: Susan G. Conger [mailto:[EMAIL PROTECTED] 
> Subject: redirect port 80 to application server
> 
> But I have an Apache HTTP server front end and I want 
> to redirect port 80 so that it goes to port 8080.  

If by the above you mean you want to send all port 80 requests through
to Tomcat on port 8080, why are you bothering with httpd at all?  Just
take it out and configure Tomcat to use port 80.

Or maybe you need to supply more information...

 - 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]




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


---------------------------------------------------------------------
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