Re: Cocoon + Apache httpd

2008-07-21 Thread jantje
Thanks, I have solved it with your information and link! Jeff Caldwell-2 wrote: > > There are a few things to consider. If you are only running maven and > jetty you may > be able to change the configuration of the port directly in the pom.xml. > Look for > > > > and change that to

Re: Cocoon + Apache httpd

2008-07-21 Thread Jeff Caldwell
There are a few things to consider. If you are only running maven and jetty you may be able to change the configuration of the port directly in the pom.xml. Look for and change that to 80 (or whatever port you desire that doesn't conflict with any other process you are running). Typ

Cocoon + Apache httpd

2008-07-21 Thread jantje
Hi there, Which steps do I have to follow to access cocoon like this: localhost/test and not like this: localhost:/test ? I have tryed to configure apache httpd, with no success. Is there something special about this, considering cocoon? Thanks for your reply.. -- View this message in cont