Thanks for your Info. 
> ProxyPass /extern/appcontext http://tomcatserver:8080/appcontext
> ProxyPassReverse /extern/appcontext http://tomcatserver:8080/appcontext

We have managed to get the url to be the same, due to your post. Proxys are
banned from our httpservers;-)
Here is the solution
https://extern/appcontext is redirected to http://intern:8080/appcontext
So we set the context-root in application.xml to /appcontext/app
and we are able to do
JKmount /appcontext/app worker

Carsten





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to