You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/03/05 16:50:02 UTC

DO NOT REPLY [Bug 16641] - can't source classes from jsp

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16641>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16641

can't source classes from jsp

rnichol7@csc.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From rnichol7@csc.com  2003-03-05 15:50 -------
This is more of a workaround than a fix:  The external classes MUST belong to a 
package.  This instead of WEB-INF --> Classes --> myFormatter, I neet to create 
a package (com.csc.prodAborts), and either create the directory structure under 
the classes dir, or create a jar file that contains the structure.  I end up 
with: WEB-INF/classes/com/csc/prodAborts/<all my class files>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org