I'm running into what I think of as a strange problem.  Can someone give me
some pointers?


I have a program build with servlets and java code using a Tomcat servlet
engine and web server.

I need to replace a single class to fix a bug.

However, if I just copy in the new class, the server is not reading it. I
have to compile the class on
the server itself.

Is there a workaround or am I somehow compiling the class incorrectly when
I'm doing it remotely? I'm even
compiling it using the server's environment in my classpath.

Any suggestions would be greatly appreciated.

Thanks in advance,
Margaret

-----Original Message-----
From: Lance Prais [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 9:31 AM
To: [EMAIL PROTECTED]
Subject: Simple question.


This is a total beginners question.  If I modify a servlet.  Do I need to
recompile to realize the changes?  If so, how do I do that?

Thanks in advance
Lance

___________________________________________________________________________
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