Re: Servlet Exception

2002-03-26 Thread balaji
:51 PM Subject: Servlet Exception I wrote a simple guestbook, which contains 4 Servlets, for the Database access I use mysql. But when one wants to write an entry, an Exception occurs, althought I set the JDBC Driver in the CLASSPATH. Tomcat can´t find a suitable driver. Can someone give me

Servlet Exception

2002-03-25 Thread Othmar Stehlik
I wrote a simple guestbook, which contains 4 Servlets, for the Database access I use mysql. But when one wants to write an entry, an Exception occurs, althought I set the JDBC Driver in the CLASSPATH. Tomcat can´t find a suitable driver. Can someone give me a hint? Regards Othmar -- GMX - Die

A Servlet Exception Has Occurred ??

2001-02-14 Thread sufi malak
Hi, could you please tell me what is the number (14,1), I don't know which attribute has no value. A Servlet Exception Has Occurred org.apache.jasper.compiler.ParseException: C:\tomcat4\bin\..\webapps\ss1\viewRewarded2.jsp(14,1) Attribute has no value Thanks

Re: A Servlet Exception Has Occurred ??

2001-02-14 Thread sandarbh
most probably line 14 of asp has error - Original Message - From: "sufi malak" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 5:31 PM Subject: A Servlet Exception Has Occurred ?? Hi, could you please tell me what is the number (14,1), I don't

Re: A Servlet Exception Has Occurred ??

2001-02-14 Thread Shirley Chen
It means the error is on line 14 character 1, usually I only pay attention to the line number. From: sufi malak [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: A Servlet Exception Has Occurred