Re: dynamic webapp deployment and mod_jk

2002-08-17 Thread Glenn Nielsen
For mod_jk 1.2 you can use JkAutoAlias to automatically server static pages for any web application context, even new ones which get added. Here is an example for the apache httpd.conf: JkAutoAlias /usr/local/tomcat/webapps JkMount /*.jsp ajp13 JkMount /*/servlet/ ajp13 Regards, Glenn David

dynamic webapp deployment and mod_jk

2002-08-16 Thread David S. Soleno
Looking through the Apache + Tomcat configuration examples we see how to configure Apache to serve static files from its root directory and forward to Tomcat if the request matches one of the registered context paths. Our problem occurs from the fact that our system allows for webapps to be deplo