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: > >

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

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. > redirectPort="8445" debug="1" /> Okay. > Ap

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: 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 insid

Re: mod_jk help!

2008-08-28 Thread WillF
specially this area), for the correction of wrong links embedded in > content, you might want to look ak mod_substitute, mod_sed or > mod_proxy_html (note: mod_proxy_html != mod_proxy_http). > > Regards, > > Rainer > > --

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

mod_jk help!

2008-08-28 Thread WillF
sort 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