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
> 
>  <port>8888</port>
> 
> and change that to 80 (or whatever port you desire that doesn't conflict
> with any 
> other process you are running).  Typically port 80 is reserved for apache,
> but there 
> is no reason jetty can not listen on port 80 if apache is not running. 
> When you do 
> not enter a port in a URL the browser defaults to 80.
> 
> A common setup is for people to use apache to serve up all the static
> content of a 
> site, and then use proxy or some connector to forward between apache and 
> jetty/tomcat along 8888 with 80 as the exposed port.
> 
> http://jetty.mortbay.org/jetty5/faq/faq_s_200-General_t_apache.html
> 
> --
> 
> On Mon, Jul 21, 2008 at 02:15:54PM -0700, jantje wrote:
>> 
>> Hi there,
>> 
>> Which steps do I have to follow to access cocoon like this:
>> localhost/test
>> and not like this: localhost:8888/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 context:
>> http://www.nabble.com/Cocoon-%2B-Apache-httpd-tp18577744p18577744.html
>> Sent from the Cocoon - Users mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>  
> 

-- 
View this message in context: 
http://www.nabble.com/Cocoon-%2B-Apache-httpd-tp18577744p18578599.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to