> From: Toni Geci [mailto:[EMAIL PROTECTED] 
> Subject: How to forward requests from one application to another? 
> 
> application1 is listening on port 8083 and 
> application2 is listening on port 8080.

Within Tomcat, applications don't listen on ports, connectors do.  Do
you have multiple virtual hosts, or just two connectors within one host?
If the latter, then both apps are going to be accessible on both ports;
you can set the crossContext attribute of each one's <Context> element
to allow forwarding from one to the other (see section 8 of the Servlet
spec).

 - 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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to