You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "kc.baltz" <kc...@inforonics.com> on 2000/05/01 15:31:32 UTC

RE: Can I somehow run a java process (application) within the Tom cat java process

<snip>
> Just out of curiosity... what does the following tag do?  I'm 
> guessing that
> it tells the web server to load the servlet up on startup but 
> what does the
> 10 mean???
> <load-on-startup>10</load-on-startup>
> 

The 10 refers to the order this gets started relative to other servlets with
the load-on-startup tag. 1 is first.  Negative values don't get started.

K.C.