Configuring apache and tomcat via mod_jk is done by installing apache on port 80 and tomcat on port 8080, and when we write http://localhost/ it's apache server which runs by default (being installed on port 80), and then through mod_jk.conf file we instruct the server when to switch to tomcat. But I have my settings opposite to it. I have tomcat on port 80 and apache on port 8080. So when I write http://localhost/, it's tomcat which runs first (thats what my application demands), and then on choice I want to run php module. Is it possible to do that and how? What changes I will have to make in mod_jk.conf and httpd.conf ? Any suggestions? I am using Apache 1.3.37 and Tomcat 5.0.28. Thanks -- View this message in context: http://www.nabble.com/configuring-apache-and-tomcat-via-mod_jk-tf2237947.html#a6205558 Sent from the Apache HTTP Server - Users forum at Nabble.com. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx