Re: mod_jk and CocoonII

2002-11-19 Thread Jacob L E Blain Christen
You need lines like this in your apache httpd.conf (or included therein): JkMount /my ajp13 JkMount /my/* ajp13 These lines tell apache to forward any requests for the mounted URI's to tomcat via the AJP13 protocol which will then get processed by cocoon. --

Re: mod_jk and CocoonII

2002-11-19 Thread Lenya L. Khachaturov
On Mon, Nov 18, 2002 at 02:09:54PM -0500, Dwayne Kemp wrote: > > Im using: > > Apache-1.3.23 > Tomcat4-4.1.12 > Cocoon2.0.3 > mod_jk > > Cocoon II works fine from > > http://localhost:8080/my app > > but using the mod_jk when i go to > > http://locatlhost/my app > > only static c

RE: mod_jk and CocoonII

2002-11-19 Thread foudyl
hello try to correct your URL you've written locatlhost instead of localhost remember : this is apache your drive the config so look again your httpdconf file try with your real IP eg: http://222.222.222.222/myapp instead localhost after check you mod_jk and path in your script hope you will