Assuming that you want to configure Apache to hand off JSPs to Tomcat but CFMs and CFCs to ColdFusion, then using the ColdFusion MX connector FAQ as a guide, you can configure Apache to _not_ map JSPs to ColdFusion using the -map switch. If you just want to run the builtin webserver with Tomcat and the builtin webserver that comes with ColdFusion, then as long as you use different ports they shouldn't step on each other. I have one RedHat server that has Tomcat 4.1.12 with ColdFusion MX J2EE using the builtin webserver on 8080, WebSphere 5 and ColdFusion MX for J2EE on port 9080, and Apache configured for ColdFusion MX standalone on port 80.
See the connector FAQ here: http://www.macromedia.com/support/coldfusion/ts/documents/connector_install_faq.htm You probably want to configure Apache for CFMX so that it doesn't handle jsps like this: /opt/coldfusionmx/jre/bin/java -jar /opt/coldfusionmx/runtime/lib/wsconfig.jar -ws Apache -bin /opt/apache2/bin/httpd -script /opt/apache2/bin/apachectl -dir /opt/apache2/conf -map .cfm,.cfc,.cfml -coldfusion -Steven Erat -----Original Message----- From: Josh Trefethen [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 12:05 AM To: CF-Linux Subject: Issues with tomcat and CFMX? I have a few redhat 7.2 servers running CFMX Pro. I want to install tomcat on them to do some JSP apps. Does anyone know of any issues running both tomcat and CFMX on the same server? Has anyone had experience with this? Thanks! -- Josh Trefethen .:::::[ Exciteworks, Inc ]::[ http://exciteworks.com ]:::::. .::[ cf hosting on linux ]::[ consulting ]::[ expertise ]::. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
