> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat 6.0.18 Servlet Loading/Reloading
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> It's also a good idea to call this.init() as well, since that's the
> expected behavior established by GenericServlet.

Or just do it the preferred way, which is override only the plain init() method 
and not the one with the parameter.  The whole point of providing a convenience 
method (which is what init() is documented to be) is that it's convenient to 
use...

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to