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

Reply via email to