Re: Tomcat6 with mod_jk

2011-01-12 Thread Peter Sparkes
Thank you for your help Christopher. I have got it to work and I will publish my configuration when I have sorted out a couple of other things which I will raise separately Regards Peter -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 1/8/2011 8:28 PM, Peter Sparkes wrote: Load

Re: Tomcat6 with mod_jk

2011-01-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 1/8/2011 8:28 PM, Peter Sparkes wrote: > LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so ... > file /etc/apache2/conf.d/jk.conf is > > JkWorkersFile /etc/apache2/workers.properties > JkLogFile /var/log/apache2/mod_jk.log

Re: Tomcat6 with mod_jk

2011-01-09 Thread Peter Sparkes
In addition when I start apache2 I get the following: Starting web server: apache2[Sun Jan 09 07:52:42 2011] [warn] VirtualHost appledorera.org:80 overlaps with VirtualHost appledorera.org:80, the first has precedence, perhaps you need a NameVirtualHost directive Hello, What I am trying uns

Re: Tomcat6 with mod_jk

2011-01-08 Thread Peter Sparkes
Hello, What I am trying unsuccessfully to do is - on debian (lenny) with apache2 have multiple instances of tomcat6 each servicing a different domain using a java war/servlet To date I have only loaded one domain "appledorera.org" file /etc/apache2/mods-enabled/jk.load is LoadModule jk_modul

Re: Tomcat6 with mod_jk

2011-01-07 Thread Pid
On 1/7/11 10:10 PM, Peter Sparkes wrote: > Hi, > > I am having difficulties integrating tomcat6 with mod_jk. Please, does > anyone have a user friendly guide that I can use? http://tomcat.apache.org/connectors-doc/ ? There's an excellent example workers.properties file in the tarball of the lat