^
pop-out codeShare
^
##### This will just pass everything to a directory in tomcat
ProxyPass /
http://localhost:8080
ProxyPassReverse /
http://localhost:8080
<IfModule mod_proxy.c>
ProxyRequests Off
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
</IfModule>