I am trying to use the IIS tomcat connector to act like a reverse proxy

If I hit the IIS at /MWGAT

it will forward the tomcat with /GAT


However I fail to do this

In the documentation
http://tomcat.apache.org/connectors-doc/generic_howto/proxy.html

they say I can do this

If you are using Microsoft IIS as a web server, the ISAPI plugin
provides a way of doing the first step with a builtin feature. You
define a mapping file for simple prefix changes like this:

# Add a context prefix to all requests ...
/=/myapp/
# ... or change some prefix ...
/oldapp/=/myapp/


But I don;t think it is possible.(have tried)

I would need some help.

I am using isapi_redirect.1.2.14.dll

Thanks and regards,

Eric

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

Reply via email to