Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 32766 invoked from network); 6 Feb 2003 00:43:38 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 6 Feb 2003 00:43:38 -0000 Received: (qmail 29693 invoked by uid 97); 6 Feb 2003 00:45:13 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 29686 invoked from network); 6 Feb 2003 00:45:12 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 6 Feb 2003 00:45:12 -0000 Received: (qmail 31338 invoked by uid 500); 6 Feb 2003 00:43:25 -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 31327 invoked from network); 6 Feb 2003 00:43:25 -0000 Received: from unknown (HELO sfoexc01.nonstop.com) (63.95.73.200) by daedalus.apache.org with SMTP; 6 Feb 2003 00:43:25 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Class not being found - please help ! Date: Wed, 5 Feb 2003 16:43:32 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Class not being found - please help ! Thread-Index: AcLNeIENc1XRXWUvRTSm0U5yC0oj3QAADSxA From: "Filip Hanik" To: "Tomcat Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I believe your class has to belong to a package. so if your class is wwSecurity, make sure it is in a java package. Filip -----Original Message----- From: Derek Clarkson [mailto:dhc@bigpond.net.au] Sent: Wednesday, February 05, 2003 4:44 PM To: tomcat-user@jakarta.apache.org Subject: Class not being found - please help ! Hi all, We've got tomcat 4.1 running in linux and have successfully loaded the=20 postgres drivers by placing the jar file in the /var/tomcat4/common/lib=20 directory and developed a site. However, I have just created a java = class=20 which I wish to use on the site, but every time I try to load the class = in a=20 JSP page I get this error : Generated servlet error: /var/tomcat4/work/Standalone/localhost/_/index_jsp.java:72: cannot = resolve=20 symbol symbol : class wwSecurity location: class org.apache.jsp.index_jsp I first tried placing the class in a jar in the /var/tomcat4/common/lib/ = directory. I then tried /var/tomcat4/shared/lib. I also tried placing = the=20 .class file in the classes directories of these locations and the=20 WEB-INF/classes directory. Of course I restarted tomcat after each = attempt. I have not been able to get tomcat to find the class once. Can anyone = help ? Derek Clarkson Web: http://users/bigpond/net/au/drekka --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org