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 2001/09/28 15:22:56 UTC

DO NOT REPLY [Bug 3866] New: - Class Not Found deploying a war

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=3866>.
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=3866

Class Not Found deploying a war

           Summary: Class Not Found deploying a war
           Product: Tomcat 4
           Version: 4.0 Beta 7
          Platform: PC
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: oscar@vic-on-line.com


I get the message Class Not Found when I deploy a war which contains classes 
(beans in my case) in the directory WEB-INF/classes and trying to access it 
from a jsp. This classes don't belong to any package, if my class belongs to a 
package then I don't get any message and application runs OK.