You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Sy...@swisscom.com on 2003/03/04 15:00:14 UTC

what is the first servlet loaded?

Hello,

When you run a Cocoon application, what is the very first servlet that is loaded?

Thanks
Sylvain

Re: what is the first servlet loaded?

Posted by Sylvain Wallez <sy...@anyware-tech.com>.
Sylvain.Thevoz@swisscom.com wrote:

>Hello,
>
>When you run a Cocoon application, what is the very first servlet that is loaded?
>  
>

The *only* servlet in Cocoon, that is 
org.apache.cocoon.servlet.CocoonServlet

Sylvain

-- 
Sylvain Wallez                                  Anyware Technologies
http://www.apache.org/~sylvain           http://www.anyware-tech.com
{ XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }



Re: what is the first servlet loaded?

Posted by Jakob Praher <jp...@yahoo.de>.
Am Die, 2003-03-04 um 15.00 schrieb Sylvain.Thevoz@swisscom.com:
> Hello,
> 
> When you run a Cocoon application, what is the very first servlet that is loaded?
> 
Cocoon gets lauched via the CocoonServlet.
take a look at org.apache.cocooon.servlet.CocoonServlet.

That is the only servlet that is "exportet" via the web.xml file in the
WEB-INF folder.

Though you can use the ServletGenerator to use Servlets inside Cocoon
(they are not exported).

hope this helps.

-- Jakob


> Thanks
> Sylvain