You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jonathan Reichhold <re...@singingfish.com> on 2000/08/04 05:37:28 UTC

Using Class.forName() with Tomcat

I'm trying to load a class by name.  The class is located in $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes and I am getting long stack trace.  Any reason why class for name won't work off of the ROOT context?  Is it a permission issue?

Jonathan