I created a very simple servlet to load configuration data at tomcat
startup. The problem is that for some reason its "init" method is never
called... why this is happening? I added this to web.xml:
<servlet>
<servlet-name>Loader</servlet-name>
<servlet-class>com.w2.infra.servlets.Loader</servlet-class>
<load-on-startup>5</load-on-startup>
</servlet>
The "Loader" classe implements Servlet interface. What I'm missing
here?
--
Felipe Schnack
Analista de Sistemas
[EMAIL PROTECTED]
Cel.: (51)91287530
Linux Counter #281893
Faculdade Ritter dos Reis
www.ritterdosreis.br
[EMAIL PROTECTED]
Fone/Fax.: (51)32303328
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>