Re: Tomcat and Apache on diffenet machines

2001-05-29 Thread David Cassidy (Programmer)
Title: Re: Tomcat and Apache on diffenet machines OK Kumar here goes ! Machine 1 the application server doesn't need mod_jk. mod_jk is an apache thing. in your workers.properties  have you got a workers.list=ajp13 ? Are you sure that mod_jk _has_ loaded ? Because I wouldn'

Re: Tomcat and Apache on diffenet machines

2001-05-27 Thread Kumar Vijayaratnam
David, Can you state what needs to be implemented on machine1 and machine2, I have posted another query the contents of which I have pasted below:- I am trying to configure two separate machines one with  Tomcat 3.2.1 and another with apache with mod_jk The config is as follows:- Machine1: --

Re: Tomcat and Apache on diffenet machines

2001-05-25 Thread François Andromaque
e - From: "Kumar Vijayaratnam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 25, 2001 3:58 PM Subject: Re: Tomcat and Apache on diffenet machines > Michael, > > Did you ever get an answer to this question.. I also posted a similar > question

Re: Tomcat and Apache on diffenet machines

2001-05-25 Thread David Cassidy (Programmer)
Title: Re: Tomcat and Apache on diffenet machines Yup this is possible and if you are using the loadbalancing module ( so you can have more than 1 tomcat for your apache(s) to talk to) essential in workers.properties you should find something like ... worker.ajp12.port=8007

Re: Tomcat and Apache on diffenet machines

2001-05-25 Thread Kumar Vijayaratnam
Michael, Did you ever get an answer to this question.. I also posted a similar question but have never received an answer. Regards Kumar Wolle wrote: > Hello all, > Is it possible to use Apache with mod_jk to a extrenal Tomcat ? > I have found something like this for the mod_jserv (to insert i

Tomcat and Apache on diffenet machines

2001-05-15 Thread Wolle
Hello all, Is it possible to use Apache with mod_jk to a extrenal Tomcat ? I have found something like this for the mod_jserv (to insert in the httpd.conf) ApJServMount /examples ajpv12://hostname:port/root Is it also with mod_jk ? JkMount /test/* ajp12://test.domain.com:8007/root and JkMount /