Tom Bednarz wrote:
> Markus Schönhaber wrote:
> >WAG: maybe you did overload GenericServlet#init instead of overriding it.
> > But I doubt that anyone can tell for sure with so little information
> > provided.
>
> Don't know what you mean with that. Here is part of my servlet code:
>
> public final
Markus Schönhaber wrote:
Tom Bednarz wrote:
I defined the following in the web.xml of my web application:
MTWInit
ch.smartsol.mtweb.servlets.MTWInit
MailConfiguration
/WEB-INF/config/Mail.properties
1
This servlet is NOT loaded at all. This is true for the fo
;true" in tag in conf/server.xml?
--
Manivannan Palanichamy
http://geocities.com/manivannan57
-Original Message-
From: Tom Bednarz <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Mon, 24 Apr 2006 08:19:10 +0200
Subject: Preload of servlet does not work with Tomcat 5.5.15
hi,
have you enabled reload="true" in tag in conf/server.xml?
--
Manivannan Palanichamy
http://geocities.com/manivannan57
-Original Message-
From: Tom Bednarz <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Mon, 24 Apr 2006 08:19:10 +0200
Subject: Preload of
hi;
i have a servlet with
tag and no mapping is defined and it is working with tomcat 5.0.28
http://asahin.net
-Original Message-
From: Markus Schönhaber [mailto:[EMAIL PROTECTED]
Sent: Monday, April 24, 2006 9:57 AM
To: Tomcat Users List
Subject: Re: Preload of servlet does not work
Tom Bednarz wrote:
> I defined the following in the web.xml of my web application:
>
>
> MTWInit
> ch.smartsol.mtweb.servlets.MTWInit
>
> MailConfiguration
> /WEB-INF/config/Mail.properties
>
> 1
>
>
> This servlet is NOT loaded at all. This is true for the f
I have a silly problem:
I defined the following in the web.xml of my web application:
MTWInit
ch.smartsol.mtweb.servlets.MTWInit
MailConfiguration
/WEB-INF/config/Mail.properties
1
This servlet is NOT loaded at all. This is true for the following
situations:
-