Mario, This question is probably better sent to the tomcat-user mailing list.
You have imported the IEEMBeans.DBABean, but where are you instantiating it? (or jsp:usebean) > at IEEMBeans.DBABean.createStatement(DBABean.java:71) > Look at the source code of DBABean.java, line 71. Something there is a null reference. What that something is, no one can know for sure without seeing the source code to DBABean.java. Make sure all your database connection info has been setup and you have an existing Connection object to your database, and any objects you are using in the DBABean.createStatement() method have been properly instantiated. Regards, Michael Locasto ----- Original Message ----- From: "Mario Henley Becerril Geldis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 17, 2002 8:12 PM Subject: tomcat+jdbc > > > Hi. > > i have a page jsp with code: under > /usr/local/tomcat/webapps/examples/jsps/page1.jsp > > under /usr/local/tomcat/webapps/examples/WEB-INF/classes/IEEMBeans/ exist > DBABean.class, HtmlWriterBean.class, FunctionsBean.class, > sessionBean.class > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>