Hello, Today I have an ISA server in my environment and it works as a reverse proxy. This ISA server will be replaced by the Juniper SA 4500. Some of the publications that are on the ISA work like this: * server-internet.mycompany.com.br is the public DNS of the ISA server * server-dmz.mycompany.com.br:8082 is an application server that resides in the DMZ So, all requests to http://server-internet.mycompany.com.br/external/servlet/* is redirected to http://server-dmz.mycompany.com.br:8082/myapp/internal/servlet/* and all the URL is rewritten, including paths, /myapp/internal. In the SA I did the following configuration: First I configured server-internet.mycompany.com.br as a Virtual Hostname and server-dmz.mycompany.com.br as the backend server. But we didn't succeed in the URL rewrite (it should replace /external for /myapp/internal) when I access the SA with http://server-internet.mycompany.com.br/external/servlet/*. I would like to know if there is a way to do this publishing since the SA should replace all the functionalities of the ISA server. Best regards,
... View more