Hi,
I am building a reverse proxy server for our Service Desk Plus. The idea is to use the same domain/subdomain for production and integration builds however I want to point the test server to a subfolder - Test. I am planing to use IIS as a Web server.
The outcome should be:
Rewriting to prod internal server IP works fine for me, however I am having issues to set up a reverse proxy for the subfolder /test.
Has anyone ever done similar setup for SDP? I suppose it will require some special conditions for outbound rules?
Regards
Mario
Update: I just found that your competitors allow to add the below line the file server.xml
<Context path="/test" docBase="${jboss.home.dir}/" reloadable="false"> </Context>
Unfortunately it does not work for SDP.