> 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.
Hi everyone,
I have two applications running on Tomcat lets say application1 and
application2. I'd like to forward certain requests from application1 to
application2. Both applications are running on the same Tomcat on different
ports. application1 is listening on port 8083 and application2 is