Howdy,
>From the DTD:
>The optional contents of these element must be an integer
>indicating the order in which the servlet should be loaded.
>If the value is a negative integer, or the element is not
>present, the container is free to load the servlet whenever
>it chooses.
>
>So, Tomcat develope
>
>
>
>
>
> propertiesLoader
>
>
> /pLoader
>
>
>
>
> Best Regards
>
> anis
>
>
>
>
>
> > -Ursprüngliche Nachricht-
> > Von: Shapira,
>
>propertiesLoader
>
>
>/pLoader
>
>
>
>
>Best Regards
>
>anis
>
>
>
>
>
>> -Ursprüngliche Nachricht-
>> Von: Shapira, Yoav [mailto:[EMAIL PROTECTED]
>> Gesendet: Mittwoc
Howdy,
How about just adding to the tag in your
web.xml?
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Hamidene, Anis Ben [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, July 02, 2003 11:47 AM
>To: [EMAIL PROTECTED]
>Subject: Starting a sevlet automatically when Tomca
The LifecycleListener interface might be what you want.
Check the docs: http://jakarta.apache.org/tomcat/tomcat-4.1-
doc/config/context.html
John
On Wed, 2 Jul 2003 17:46:43 +0200, Hamidene, Anis Ben <[EMAIL PROTECTED]>
wrote:
Hi,
i need to start a servlet automatically when tomcat starts (c