Re: JasperException while running JSP

2005-02-18 Thread David Smith
This is really just a guess, but could it be your class isn't in a package? Try this: 1. Create the folder structure com/mycompany/mywebproject under WEB-INF/classes substituting in your company name and web project name where indicated. 2. place this line near the beginning of your java

AW: JasperException while running JSP

2005-02-18 Thread Bernhard Slominski
-Ursprüngliche Nachricht- Von: U K Laxmi [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 18. Februar 2005 04:27 An: tomcat-user@jakarta.apache.org Betreff: JasperException while running JSP I have integrated tomcat 5.5 with apache 2 successfully and i could able to run sample JSPs. Now i created a jsp page

Re: JasperException while running JSP

2005-02-18 Thread U K Laxmi
Thanks David. Yes, after putting it in a package, it worked. But now i'm facing new problem. It's throwing following exception. javax.naming.NameNotFoundException: Name jdbc is not bound in this Context Anybody know solution? --- David Smith [EMAIL PROTECTED] wrote: This is really just a

Re: AW: JasperException while running JSP

2005-02-18 Thread U K Laxmi
@jakarta.apache.org Betreff: JasperException while running JSP I have integrated tomcat 5.5 with apache 2 successfully and i could able to run sample JSPs. Now i created a jsp page which will inititate a Java program called TestSQLLoad.java. TestSQLLoad.java talks to Ms Access database

JasperException while running JSP

2005-02-17 Thread U K Laxmi
I have integrated tomcat 5.5 with apache 2 successfully and i could able to run sample JSPs. Now i created a jsp page which will inititate a Java program called TestSQLLoad.java. TestSQLLoad.java talks to Ms Access database and gets me reuired fields from databasae and it will be displayed on