Hello! Thanks for the hint, but it didn' t work, I get a new error message: :\jakarta-tomcat-4.0.1\work\localhost\test\TestForm$jsp.java:60: Class beans.Form not found. beans.Form myBean = null; It's a pitty, because I really don't know what to do now. Thanks Tommi
-----Ursprüngliche Nachricht----- Von: Reynir Hübner [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 17. Januar 2002 15:23 An: Tomcat Users List Betreff: RE: tomcat doesn' t find beans try putting your beans into Jar files and insert those under tomcat\webapp\web-inf\lib\ the quickest way to try it is just to go into command promt change dir to web-inf\classes\ then execute the command, jar -cf filename.jar beans move the filename.jar under web-inf\lib\ hope it helps -reynir -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 17. janúar 2002 14:13 To: [EMAIL PROTECTED] Subject: tomcat doesn' t find beans Hello! I have tomcat 4.0.1 installed on a windows NT machine. And in some of my jsp sites I use beans, but tomcat doesn' t find them. For example in a jsp-page I have the following code: <%@page import = "beans.Form" %> . The code(Form.class) for the Form-Bean is under the directory web-inf/classes/beans/Form.class. But tomcat tells me that he can't fine Class beans.Form in import. I had the same problem under tomcat 3.2.3 too. Please can anybody help me? Much Thanks in advance. Tommi ************************************************************************ ** Diese E-Mail und angehaengte Dateien sind vertraulich und ausschliesslich fuer den oder die als Empfaenger eingetragenen Personen bestimmt. Sollten Sie diese Nachricht aufgrund eines Fehlers oder Irrtums erhalten haben, informieren Sie bitte den Systemverwalter oder Absender der Nachricht. Diese Fussnote bestaetigt auch, dass diese E-Mail auf Viren ueberprueft wurde. Dies stellt jedoch keine Garantie auf voellige Virenfreiheit dar. Bayerische Versorgungskammer http://www.versorgungskammer.de ************************************************************************ ** -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> ************************************************************************** Diese E-Mail und angehaengte Dateien sind vertraulich und ausschliesslich fuer den oder die als Empfaenger eingetragenen Personen bestimmt. Sollten Sie diese Nachricht aufgrund eines Fehlers oder Irrtums erhalten haben, informieren Sie bitte den Systemverwalter oder Absender der Nachricht. Diese Fussnote bestaetigt auch, dass diese E-Mail auf Viren ueberprueft wurde. Dies stellt jedoch keine Garantie auf voellige Virenfreiheit dar. Bayerische Versorgungskammer http://www.versorgungskammer.de ************************************************************************** -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>