.Venkatesh,

                .the class loader that loads the servlet class is not the
same as the one that loads the support file.

                .if they both are in the same dir, you're only going to see
the changes of the support class if you make changes to the servlet
class....unless you specifiy your servlets dir in the classpath.

                .you may wanna take a look at page 55 in Jason Hunter's
Servlet book.

                .hope helps,

                .javier.

> -----Original Message-----
> From: bhernandez
> Sent: Wednesday, April 05, 2000 10:52 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: load the helper classes when Servlet instantiates the
> helper class
>
> 1. Cambia el servlet (.java)
> 2. Copia el archivo .class al servidor
> 3. Para ver los cambios: resetea el servidor  (ON/OFF)
> 4. Intenta ver tu servlet.
>
> NOTA.
> Asegurate que estes copiando la versi�n actualizada del archivo compilado
> (.class)
>
> Venkatesh Meesala wrote:
>
> > I have created a servet say (MyServlet). That Instantiates a helper
> class
> > and uses its services. When I make changes to helper class and and
> recompile
> > and place the class file in the same directory as the MyServlet class.
> > The helper class does not get loaded. but if changes were made to the
> > servlet class file...the changes gets reflected during invocation.
> >
> > I would like to know how can I make a servlet pick up the latest helper
> class
> > file at the time of invocation.
> >
> > need help ASAP.
> >
> > Thanks In Advance.
> > Venkatesh
> >
> >
> __________________________________________________________________________
> _
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
> __________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to