You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jon Shoberg <js...@cbd.net> on 2001/06/06 02:41:47 UTC

Server Beans Classes WEB-INF

	Is there any special context mapping required for getting javabeans/classes
working from the WEB-INF/classes directory?  I am trying to use a javabean
and it comples fine when use the javacompiler (javac).  When I use the bean
in a JSP page it essentially can not find the class.  Sould this setup be
almost automatic ?  I tried using it in a package wit the appropriate
directory structure but no dice.

any thoughts ....