environment: Tomcat 6.0.18 under apache2 on Mac OS X Server 10.6 (Snow Leopard).

I have a web app that works under Tomcat with Apache as the front end. I have had issues with the Apache-Tomcat connectors and am trying to set up the app to be served directly by Tomcat, listening on port 80. This is working to a point, but I have some functionality that depends on accessing directories within the document base, and that was handled previously my Mod_Alias in apache. Is there any documentation on how to replace the alias elements in httpd.conf with corresponding elements in Tomcat's configuration?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to