Tomcat would need to act as a reverse proxy. There is no functionality bundled with tomcat to do this but there might be other servlets which allow this.

-Tim

Borja Bravo Alférez wrote:

Dear Tomcat Users,

        I have been working on an interesting problem. I need to give
access to several servers in a private network.

        Lets say that there are:

        http://192.168.1.2/mail
        http://192.168.1.3/accountWebManager
        http://192.168.1.4/phpApps
        http://192.168.1.5/aspApps
        http://192.168.1.6/...

And I need to give access from the exterior. So, It will be great to be
able con make theh visible in tomcat. Something like:

        http://[MyPublicIP]/[myContext]/[Route]/mail
        http://[MyPublicIP]/[myContext]/[Route]/accountWebManager
        http://[MyPublicIP]/[myContext]/[Route]/phpApps
        http://[MyPublicIP]/[myContext]/[Route]/aspApps
        http://[MyPublicIP]/[myContext]/[Route]/...

I Know this can be done at least with the Apache server but I need to do
it in Tomcat in order to use a Java filter con controll access to some
resources.

It is possible to do this with Tomcat? Where could yoyu help me with this?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to