WEB-INF/classes not loading from corrrect classloader

2003-02-28 Thread Craig R
Hello, While I'm having no problems running *outside* a debugger, I am running into a problem with classloading as I try to run 2 web-application through a debugger. The two projects have overlapping copies of the same class files (ie, both projects use Class A). The problem is that when Tomc

Re: WEB-INF/classes not loading from corrrect classloader

2003-02-28 Thread Larry Meadors
Does this happen with the JPDA debugger, or running tomcat inside your IDE? >>> [EMAIL PROTECTED] 02/28/03 16:38 PM >>> Hello, While I'm having no problems running *outside* a debugger, I am running into a problem with classloading as I try to run 2 web-application through a debugger. The two p

Re: WEB-INF/classes not loading from corrrect classloader

2003-02-28 Thread Craig R
It happens inside the debugger (Eclipse). Basically, what I have come to realize is happening is that Eclipse implicitly includes the current project (in my case the web-app) in the system classpath. So when I start tomcat by invoking Bootstrap.main thru the debugger, the project/application cla