Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 71620 invoked from network); 20 Jan 2003 17:59:49 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 20 Jan 2003 17:59:49 -0000 Received: (qmail 11855 invoked by uid 97); 20 Jan 2003 18:00:51 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 11827 invoked by uid 97); 20 Jan 2003 18:00:50 -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 11814 invoked by uid 98); 20 Jan 2003 18:00:49 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) X-Authentication-Warning: web-mail.sjsu.edu: apache set sender to sravipat@email.sjsu.edu using -f Message-ID: <1043085563.3e2c38fb61b00@web-mail.sjsu.edu> Date: Mon, 20 Jan 2003 09:59:23 -0800 From: sravipat@email.sjsu.edu To: tomcat-user@jakarta.apache.org Subject: Regarding deploying a web app MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 63.96.168.60 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I have a webapp, in which a jsp calls a bean class.The bean class is under web-inf/classes dir.server.xml has an entry for the doc base but I get a 500 error , the Bean class is not identified.I appreciate any help . Thanks Sunil org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 2 in the jsp file: /login.jsp Generated servlet error: [javac] Compiling 1 source file C:\Program Files\Apache Group\Tomcat 4.1 \work\Standalone\localhost\WebMail\login_jsp.java:42: cannot resolve symbol symbol : class WebMailBean location: class org.apache.jsp.login_jsp WebMailBean webMail = null; ^ An error occurred at line: 2 in the jsp file: /login.jsp Generated servlet error: C:\Program Files\Apache Group\Tomcat 4.1 \work\Standalone\localhost\WebMail\login_jsp.java:44: cannot resolve symbol symbol : class WebMailBean location: class org.apache.jsp.login_jsp webMail = (WebMailBean) pageContext.getAttribute("webMail", PageContext.SESSION_SCOPE); ^ An error occurred at line: 2 in the jsp file: /login.jsp Generated servlet error: C:\Program Files\Apache Group\Tomcat 4.1 \work\Standalone\localhost\WebMail\login_jsp.java:47: cannot resolve symbol symbol : class WebMailBean location: class org.apache.jsp.login_jsp webMail = (WebMailBean) java.beans.Beans.instantiate(this.getClass ().getClassLoader(), "WebMailBean"); ^ 3 errors ----------------------------------------------------------------------- San Jose State University IMP server -- https://web-mail.sjsu.edu/horde -- To unsubscribe, e-mail: For additional commands, e-mail: