RE: Beginner ClassNotFoundException

2002-10-09 Thread Sri Sankaran
This list is for all struts users, beginners alike. Your problem could be because * your class LoginForm isn't in the classpath -- is it in WEB-INF/classes or WEB-INF/lib either as a .class or in a jar. If you correct it accordingly * your class LoginForm is actually in a package so that the

Re: Beginner ClassNotFoundException

2002-10-09 Thread Carlos Henrique Righetto Moreira
List [EMAIL PROTECTED] Sent: Wednesday, October 09, 2002 12:04 PM Subject: RE: Beginner ClassNotFoundException This list is for all struts users, beginners alike. Your problem could be because * your class LoginForm isn't in the classpath -- is it in WEB-INF/classes or WEB-INF/lib either

Re: Beginner ClassNotFoundException

2002-10-09 Thread Craig R. McClanahan
On Wed, 9 Oct 2002, Carlos Henrique Righetto Moreira wrote: Date: Wed, 9 Oct 2002 16:04:31 -0300 From: Carlos Henrique Righetto Moreira [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Beginner

Re: Beginner ClassNotFoundException

2002-10-09 Thread Eddie Bush
Try putting them into packages :-) they really should be anyway. at least make one package (carlos) and put everything in that. Some things are getting to where they ignore the default package nowadays. Carlos Henrique Righetto Moreira wrote: I got it, but the classes directory is in the

Re: Beginner ClassNotFoundException

2002-10-09 Thread Carlos Henrique Righetto Moreira
Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, October 09, 2002 5:05 PM Subject: Re: Beginner ClassNotFoundException Try putting them into packages :-) they really should be anyway. at least make one package (carlos) and put everything in that. Some things are getting to where they ignore

Re: Beginner ClassNotFoundException

2002-10-09 Thread Eddie Bush
... update to (at least) 4.0.5, if you can at all :-) there was a security/bug-fix to 4.0.4 (resulting in 4.0.5). Note that 4.1.10 is no longer the current release for the 4.1-series Tomcat either -- 4.1.12 is. It had the same security vulnerability and ... there were some minor tweaks put