On Wed, 18 Jul 2001, Jann VanOver wrote:
> Okay -- I can't quote the source, but I read recently that this is a Tomcat
> bug.
Sure seems that way. The Coocon list has about 300 posts to it about
dynamic compilation failing.
> If you put .class files into tomcat's WEB-INF\classes directory they go into
> an "unnamed package" and then can't be found when they're needed.
Currently, the classes are in a structure like this:
WEB-INF/classes/com/layoutwizard/server/query/
WEB-INF/classes/com/layoutwizard/server/
WEB-INF/classes/com/layoutwizard/util/
and so on.
So, that's not going to help - it's already all layed out via packages.
Thanks for the idea, tho!
Will