Circular.


Did you miss Yoav's suggestion to put your class in a package?

John

Sarika Inamdar wrote:

The Password.class is not a part of the package. Hence I cannot import
it :-(

Thanks,
Sarika


-----Original Message-----
From: EXT / ALTIOR CABOU Carl (DR&T) [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 7:03 PM
To: 'Tomcat Users List'
Subject: RE: Error when using Tomcat 4.1.24



Maybe an "import" statement is missing ?


Carl.

-----Message d'origine-----
De : Sarika Inamdar [mailto:[EMAIL PROTECTED]
Envoy� : mercredi 30 juillet 2003 15:21
� : 'Tomcat Users List'
Objet : RE: Error when using Tomcat 4.1.24


I've tried putting the Password.class under WEB-INF/classes also. But its gives the same error.


I also tried to jar the class file and place under WEB-INF/lib. But no luck.

Thanks,
Sarika


-----Original Message-----
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 30, 2003 6:40 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: RE: Error when using Tomcat 4.1.24



Howdy,
Put Password.class under WEB-INF/classes, not WEB-INF/lib.
Only .jar files go under the lib directory.

Additionally, I strongly suggest you put Password.class in a
package, e.g. com.yourcompany (and then in WEB-INF/classes/com/yourcompany).


Yoav Shapira
Millennium ChemInformatics



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to