Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 15530 invoked from network); 4 Feb 2002 04:21:10 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 4 Feb 2002 04:21:10 -0000 Received: (qmail 28759 invoked by uid 97); 4 Feb 2002 04:20:59 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 28743 invoked by uid 97); 4 Feb 2002 04:20:59 -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 28732 invoked from network); 4 Feb 2002 04:20:58 -0000 From: "Jon Shoberg" To: "Tomcat Users List" Subject: Fixed - RE: RE: Catalina Beans - Class Path Problem Date: Sun, 3 Feb 2002 23:26:23 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal X-Rcpt-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N All fixed :) Can tomcat/catalina check the classes directory to make sure none of them have been modified. Obviosuly it will check my JSPs but apparently not so when I have to change a class. Currently I have to reload the applciation. Any thoughts? Thanks for the help. -----Original Message----- From: Pavel Brun [mailto:pavel.brun@sympatico.ca] Sent: Sunday, February 03, 2002 9:10 AM To: Tomcat Users List Subject: RE: RE: Catalina Beans - Class Path Problem I am not sure if you are running this in "Windows" but if you go to something equivalent to starting this at the command line, type "startup debug" in the %CATALINA_HOME%\bin directory and see if your classes or jars are loaded? Paul -----Original Message----- From: isaco@mindspring.com [mailto:isaco@mindspring.com] Sent: Sunday, February 03, 2002 8:29 AM To: Tomcat Users List Subject: Re: RE: Catalina Beans - Class Path Problem I am having the same problem only my clases ARE directly in the classes folder. Also, my utility classes, which are neither servlets nor Beans, are also giving me the same problem. Please help!!! I have tried packaging them and then without packaging. I am not sure what to do now. I am not using any IDE nor am I using a deployment tool. Tomcat Users List wrote: > Please see my comments below: All your classes and/or beans should go into: ...../webapps/gateway/WEB-INF/classes, or ...../webapps/gateway/WEB-INF/lib This should help you out. :-) Paul -----Original Message----- From: Jon Shoberg [mailto:jshoberg@cbd.net] Sent: Saturday, February 02, 2002 8:12 PM To: Tomcat Users List Subject: Catalina Beans - Class Path Problem Short Version: For some reason, I can not get my JSP pages to compile when loading a little bean ... It is not reading web-inf/classes. Although, it is reading web-inf/web.xml Long Version: A) Installed tomcat, got it running, all of the example programs work. B) I am building an application called "Gateway" I created ...../webapps/gateway ...../webapps/gateway/index.jsp ...../webapps/gateway/WEB-INF/ ...../webapps/gatewayWEB-INF/web.xml So I understand this to be creating a bean with id "Words" from the class "...../webapps/gateway/classes/gwclasses/words.class" in the kw.jsp. However, I am getting a compiler error saying C:\apache\Tomcat4\work\localhost\gateway\kw$jsp.java:63: Class gwclasses.words not found Any thoughts ? Thanks -- To unsubscribe: For additional commands: Troubles with the list: -- To unsubscribe: For additional commands: Troubles with the list: -- To unsubscribe: For additional commands: Troubles with the list: -- To unsubscribe: For additional commands: Troubles with the list: -- To unsubscribe: For additional commands: Troubles with the list: