So close .. I think?

2002-10-11 Thread Marc G. Fournier
Okay, as suggested, I replaced mod_webapp with mod_jk2, and if I go to http://domain now, it comes up with an error to the effect of: Cocoon 2 - Resource not found In my httpd.conf file, I have: # Configure mod_jk # JkWorkersFile /usr/local/jakarta-tomcat4.1.10/conf/jk/workers.properties

Re: So close .. I think?

2002-10-11 Thread Lajos Moczar
What about if you try http://domain/? You might need a pipeline in the main sitemap to catch a URL that ends in domain without the trailing slash: map:match pattern=domain map:redirect-to uri=domain// /map:match map:match pattern=domain/** map:mount uri-prefix=domain

Re: So close .. I think?

2002-10-11 Thread Yury Mikhienko
On Fri, 11 Oct 2002 11:30:30 -0300 (ADT) Marc G. Fournier [EMAIL PROTECTED] wrote: Okay, as suggested, I replaced mod_webapp with mod_jk2, and if I go to http://domain now, it comes up with an error to the effect of: Cocoon 2 - Resource not found In my httpd.conf file, I have: #

Re: So close .. I think?

2002-10-11 Thread Geoff Howard
I'd leave the mod_jk setup you have as is, and use host matchers in cocoon to handle requests from there, assuming that at some point you'll want www.domain.com to be handled differently than foo.domain.com, or www.otherdomain.com. I'm using the following setup with success: 1) (You may not want