[EMAIL PROTECTED] configuring apache and tomcat via mod_jk

2006-09-08 Thread jbashir
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.

Re: [EMAIL PROTECTED] configuring apache and tomcat via mod_jk

2006-09-08 Thread jbashir
it is switched to tomcat, it does not go back to apache. Thanks. Serge Dubrouski wrote: On 9/8/06, jbashir [EMAIL PROTECTED] wrote: 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

[EMAIL PROTECTED] Integrating Apache and Tomcat via mod_jk

2006-09-02 Thread jbashir
Is it possible to integrate Apache and Tomcat via mod_jk on remote computers. I mean Apache is on one computer and Tomcat is installed on another computers? Any idea?? -- View this message in context: http://www.nabble.com/Integrating-Apache-and-Tomcat-via-mod_jk-tf2207087.html#a6112723 Sent

Re: [EMAIL PROTECTED] Integrating Apache and Tomcat via mod_jk

2006-09-02 Thread jbashir
a directory), then what should I do? Serge Dubrouski wrote: I think yes. Why not? You can specify address on which Tomcat will be listeningg in the server.xml and then set the same port in the workers.properties. On 9/2/06, jbashir [EMAIL PROTECTED] wrote: Is it possible to integrate Apache