Didn't find anything about this one in the archives.

I have a package called 'foo,' consisting of a single .class file
which I'd like to  just shove in my WEB-INF/classes/foo
directory.

When I do so, I get complaints on invoking a method from
the class that package 'foo' doesn't exist.

Okay, now put the same thing in $CATALINA_HOME/common/classes
(the foo directory with the .class file in it) and voila, it's found!

Is there something in the standard binary install which disables the
WebappX class loader?

Am I reading the doc with Friday morning density?

Am I nuts?

Greg


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to