2011/10/26 Savoy, Melinda <melindasa...@texashealth.org>:
> I made updates on 2 files in a JAR file that I replaced in the lib directory 
> of my tomcat server.  All my projects in my eclipse workspace reference the 
> Apache Tomcat v6.0 [Apache Tomcat v6.0] library in my build path.  However 
> when I am debugging my app the old files I modified in my jar are still being 
> called.
>
> Any suggestions on what I'm doing wrong would be appreciated.  Thanks.

I'd guess that you replaced binaries only. How would eclipse find the
source code for them during debugging? Maybe it executes the new
classes, but still shows the old sources.

I hope that you have at least restarted Tomcat.

If everything else fails, you can delete the server runtime and
recreate it anew.

If you are debugging your app, you may look at the classloader of your
class. By examining the classloader hierarchy you may find whether it
is uses the jar file that you think it should be using.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to