Hi using the manager I can deploy an application to root. However if tomcat is restarted I cannot redeploy/undeploy it.
I think this is because libaries used by this application are available to all applications. How do I either reliably deploy/undeploy from root? Failing that when set up with MOD_JK in apache how do I direct the different virtual hosts to different applications without *ever* putting the application name in the URL? ie. I want http://example.com/ not http://example.com/webapp1/ Do I need to use mod rewrite before the request is forwarded as in. http://tomcat.apache.org/connectors-doc/generic_howto/proxy.html#URL%20Rewriting Regards, Wesley Acheson