0
votes
How do I connect my tomcat app to apache 2 so the paths aren’t lame?
If you configure hosts on the Tomcat side as well then you can proxy to them and eliminate the context path for non-root webapps--in Tomcat server.xml:
<Host name="myhost">
…
