About projectSpecificationBoosterWebapp Maven Webapp

Deployment example: Deployment via server.xml in tomcat: <Context path="/projectSpecificationBoosterWebapp" docBase="C:/christian/projekte/opensource/gluebooster/glueBoosterApplications/projectSpecificationBoosterWebapp/target/projectSpecificationBoosterWebapp" reloadable="true" debug="9" /> Apache Proxy Configuration in httpd.conf: <IfModule proxy_module> ProxyRequests Off ProxyPass /spec http://localhost:8080/projectSpecificationBoosterWebapp ProxyPassReverse /spec http://localhost:8080/projectSpecificationBoosterWebapp ProxyPass /projectSpecificationBoosterWebapp http://localhost:8080/projectSpecificationBoosterWebapp #not working # ProxyHTMLLogVerbose On # LogLevel Debug # ProxyHTMLExtended On # ProxyHTMLURLMap http://localhost:8080/projectSpecificationBoosterWebapp /spec # ProxyHTMLURLMap /projectSpecificationBoosterWebapp/ /spec/ # ProxyHTMLURLMap xxx yyy ProxyPass /kundenkonto http://localhost:8080/kundenkonto ProxyPassReverse /kundenkonto http://localhost:8080/kundenkonto </IfModule> See: http://www.apachetutor.org/admin/reverseproxies