I am integrating tomcat 4.03 with apache 1.3x, Iam using the mod_webapp connector. I have these lines in my httpd.conf: LoadModule webapp_module libexec/mod_webapp.so WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples
When i go to servername/examples it brings up the index of my webapps/examples. Everything functions correctly. I was wondering is there a way to set it up so I have more control over that context. Such as limiting directory listings or indexes? Also is there a way to set up a default document root for the context? I have tried the virtual host set up but I want to have my default document root for my html and a default for each tomcat context all under the same servername. So www.domain.com takes me to my index.html. While www.domain.com/examples takes me to say pathtotomcat/webapps/examples/index.jsp.???? thanks ryan -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
