RE: mod_jk and CocoonII

2002-11-19 Thread foudyl
will find ;-) Foudyl http://www.hebergement-pro.com/ cocoon 2 , php, and JSP hosting -Message d'origine- De : Dwayne Kemp [mailto:[EMAIL PROTECTED]] Envoye : lundi 18 novembre 2002 20:10 A : [EMAIL PROTECTED] Objet : mod_jk and CocoonII Im using: Apache-1.3.23 Tomcat4-4.1.12

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 content is served

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.

mod_jk and CocoonII

2002-11-18 Thread Dwayne Kemp
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 content is served it will not render my xml. any suggestions would be appreciated.