i have two service running under tomcat. One service is default i.e. catalina 
on port 8080 and 8443
second service is catalina_new on port 8081 and 8444.

i have application abc.war deployed in webapps_new service which is running on 
port 8081. This application is not there in webapps.
i want if any request coming on port 8080 for application abc, it is forwarded 
to port 8081.(same for ssl port 8443->8444)
Is there any way to do the same.

Thanks
Anil

Reply via email to