Does anyone know if it's possible to filter by port number?

I have an application running on port 3030 in Apache that also runs securely
on port 8443.

Incoming connections come to IIS on ports 80 and 443 respectively and are
picked up by the ISAPI redirect filter (URL is /ufs). 

What I want to do is map the 80 connections 3030 and the 443 to 8443. At the
moment, all /ufs requests go to 3030 as I can't seem to differentiate.

Can anyone help?

Thanks
-- 
View this message in context: 
http://www.nabble.com/ISAPI-Redirect-and-uriworkers.properties-tp24742761p24742761.html
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to