Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 92894 invoked from network); 4 Mar 2002 06:21:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 4 Mar 2002 06:21:53 -0000 Received: (qmail 4159 invoked by uid 97); 4 Mar 2002 06:21:42 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 4140 invoked by uid 97); 4 Mar 2002 06:21:41 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 4129 invoked from network); 4 Mar 2002 06:21:41 -0000 Date: 4 Mar 2002 06:20:27 -0000 Message-ID: <20020304062027.7767.qmail@fancyfeast.chek.com> From: "K Br" To: tomcat-user@jakarta.apache.org X-Originating-IP: [128.107.253.43] Subject: Problem with custom tag: can't load class file Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N With TC4.0.2 standalone I am unable to load a simple (bodyless) custom tag. It fails to load the class file. This is the basic Hello World tag of Jakarta. The attempt to load the jsp file containing the tag throws the exception: org.apache.jasper.compiler.CompileException: /U.jsp(14,2) Unable to load class basic.Hello at org.apache.jasper.compiler.TagBeginGenerator.init(TagBeginGenerator.java:139) The class file (it extends TagSupport class) is located in WEB-INF/class/basic/Hello.class. Why does it fail to load the class? I thouhg all classes under WEB-INF/class are automtically loaded by the container. The tld file is: 1.0 1.1 test Hello basic.Hello empty Print Hello World /K -- To unsubscribe: For additional commands: Troubles with the list: