Ivo Limmen dijo:
> It seems that you are running an application that allready uses the port
> 8888. If you stop it, then you can start cocoon.

Another solution is change the port number used by jetty. Change the value
of the port attribute at line 21 in
$COCOON_HOME/tools/jetty/conf/main.xml. ie: We will set it to 11,000

from:

<Set name="Port"><SystemProperty name="jetty.port" default="8888"/></Set>

to:

<Set name="Port"><SystemProperty name="jetty.port" default="11000"/></Set>

That way you will be able to see cocoon in action at:

http://localhost:11000/

Best Regards,

Antonio Gallardo


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

Reply via email to