>mod_rewrite is what's adding the extra /share/

>RewriteRule ^/(.*) https://192.168.123.3:8443/share/$1 [P]

>should be something like either:

>RewriteRule ^/(.*) https://192.168.123.3:8443/$1 [P]

This takes me to the tomcat home page, /

>or:

>RewriteRule ^/share/(.*) https://192.168.123.3:8443/share/$1 [P]

This one gives me a 403 access denied

>..depending on whether you want to proxy all URL's to Tomcat, or just the 
>/share ones..

Looks like i am back to the apache list

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

Reply via email to