Tomcat won't pick up my classes

2002-05-24 Thread Glen Verran
Hi there I am using Tomcat 4.0.3 full on Windows 2000. I wrote a small jsp that references a class that I wrote in java. When the jsp gets called, an error is returned that it cannot find the class I am specifying. I copiied my java class file into the WEB_INF/classes path off my ROOT folder

Re: Tomcat won't pick up my classes

2002-05-24 Thread RaymondPau
: Tomcat won't pick up my classes 05/24/2002 02:30 PM

Re: Tomcat won't pick up my classes

2002-05-24 Thread Glen Verran
\ROOT\WEB-INF\classes ~Glen - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 24, 2002 8:57 AM Subject: Re: Tomcat won't pick up my classes Did you try restarting Tomcat after putting the class file in the correct place

Re: Tomcat won't pick up my classes

2002-05-24 Thread RaymondPau
List [EMAIL PROTECTED] eroot.com cc: (bcc: Raymond Pau/adc) Subject: Re: Tomcat won't pick up my classes 05

Re: Tomcat won't pick up my classes

2002-05-24 Thread Phillip Morelock
: Tomcat won't pick up my classes Did you try restarting Tomcat after putting the class file in the correct place? Glen Verran glen.verran@trad To: [EMAIL PROTECTED] eroot.com cc: (bcc: Raymond Pau

Re: Tomcat won't pick up my classes

2002-05-24 Thread Phillip Morelock
: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 24, 2002 8:57 AM Subject: Re: Tomcat won't pick up my classes Did you try restarting Tomcat after putting the class file in the correct place? Glen Verran glen.verran

RE: Tomcat won't pick up my classes

2002-05-24 Thread Stefan Langer
Hello C:\tomcat\work\localhost\_\Relations\jsp\Logon$jsp.java:56: Class org.apache.jsp.LogonData not found. LogonData user = null; I think you have to specify the fully qualified classname. SO if LogonData is in the package com.yourcompany.LogonData try jsp:useBean id=user

Re: Tomcat won't pick up my classes

2002-05-24 Thread Eric Everman
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 24, 2002 8:57 AM Subject: Re: Tomcat won't pick up my classes Did you try restarting Tomcat after putting the class file in the correct place? Glen Verran glen.verran@trad To: [EMAIL