Sent from my iPhone
When you say "And this gives me a 403 access denied.", you need to also include the exact URL that you entered in the browser (minus the hostname if you want).
Sorry, https://share.example.com
If you have the rewrite rule:
That is exactly what I get
1) When going to BOTH URLs, is that what you see?
Yes
2) If the answer is yes, then without making any changes to the HTTPD configuration, when you go to https://share.example.com/share/ in your browser, do you get the expected result from tomcat?
Yes
If you want to remove the /share/ part from the public URL, after you have confirmed that the above works, this is the rewrite rule you would need:
This is the one that gives the tomcat 404 and adds the extra /share
|