RE: tomcat6 + apache 2.2 mod_jk - Help

2009-09-21 Thread Paul S
I restarted all the servers and was able to get it working. Thanks all. Date: Sat, 19 Sep 2009 01:02:08 +0200 From: rainer.j...@kippdata.de To: users@tomcat.apache.org Subject: Re: tomcat6 + apache 2.2 mod_jk - Help On 18.09.2009 19:29, Paul S wrote: I have installed mod_jk 1.2.28

tomcat6 + apache 2.2 mod_jk - Help

2009-09-18 Thread Paul S
I am having issues with mod_jk. I have installed mod_jk 1.2.28 and have tomcat 6 installed on linux. i created worker.prop file under apache2. workers.properties - worker.list=wkr01 worker.wkr01.type=ajp13 worker.wkr01.host=localhost worker.wkr01.port=8009 httpd.conf

Re: tomcat6 + apache 2.2 mod_jk - Help

2009-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 9/18/2009 1:29 PM, Paul S wrote: workers.properties - worker.list=wkr01 worker.wkr01.type=ajp13 worker.wkr01.host=localhost worker.wkr01.port=8009 This looks okay. Connector port=8009 enableLookups=false

Re: tomcat6 + apache 2.2 mod_jk - Help

2009-09-18 Thread Rainer Jung
On 18.09.2009 19:29, Paul S wrote: I have installed mod_jk 1.2.28 and have tomcat 6 installed on linux. i created worker.prop file under apache2. workers.properties - worker.list=wkr01 worker.wkr01.type=ajp13 worker.wkr01.host=localhost worker.wkr01.port=8009

mod_jk help!

2008-08-28 Thread WillF
of path? Currently I have my Host container in server.xml set to www.domain.com, i even tried to www.domain.com/test/ but i dont think that did anything. -- View this message in context: http://www.nabble.com/mod_jk-help%21-tp19200757p19200757.html Sent from the Tomcat - User mailing list

Re: mod_jk help!

2008-08-28 Thread Rainer Jung
WillF wrote: I am currently using mod_jk as the connector and I have Apache as a front for tomcat5 by adding something like JkMount /helloworld/* ajp13 to the httpd.conf So when I go to www.domain.com/helloworld/ it forwards the request to tomcat and looks for the webapp who's context path is

Re: mod_jk help!

2008-08-28 Thread WillF
- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/mod_jk-help%21-tp19200757p19202129.html Sent from the Tomcat - User mailing list archive

Re: mod_jk help!

2008-08-28 Thread Rainer Jung
WillF wrote: What are some best practices surrounding explicitly specifying context path? E.g. naming the war file like the context path, replacing '/' by '#'. Or using a context descriptor (the xml file that's called context.xml inside your webapp/META-INF resp. my#webapp#something.xml