which version of tomcat? what's the error message? are you using catalina.policy, if so did you allow the WEB-INF/classes directory?
Charlie > -----Original Message----- > From: Greg Bullough [mailto:gwb@;outofchaos.com] > Sent: Friday, October 18, 2002 11:57 AM > To: Tomcat Users List > Subject: Class Loader ignoring WEB-INF classes > > > 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> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
