I believe it will create a conflict if both servers are running and using the same port. If Tomcat is being run as a standalone server, it will handle static pages and .jsp. If you want to utilize apache for static pages, you will have to use a connector. the web.xml file in Tomcat should have the proper configuration statements commented out. Several lines will also need to be added to apaches httpd.conf file, depending on which connector you are using, and which module in apache(mod_jk or mod_webapp).
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
