tomcat 4.x doesn't like classes in the root directory - place that class
into a package and then try again.


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, December 23, 2002 12:42 AM
Subject: Re: DataSource error (DBCP)


>
> while executing ... http://195.54.247.110:8080/DBTest/test.jsp
>
> getting the error message....
>
> org.apache.jasper.JasperException: Unable to compile class for JSP
>
> An error occurred at line: 6 in the jsp file: /test.jsp
>
> Generated servlet error:
>     [javac] Compiling 1 source file
>
>
/home/sunil/jakarta-tomcat-4.1.18/work/Standalone/localhost/DBTest/test_jsp.
java:48:
>
> cannot resolve symbol
> symbol  : class DBTest
> location: class org.apache.jsp.test_jsp
>     DBTest tst = new DBTest();
>     ^
>
>
>
> An error occurred at line: 6 in the jsp file: /test.jsp
>
> Generated servlet error:
>
/home/sunil/jakarta-tomcat-4.1.18/work/Standalone/localhost/DBTest/test_jsp.
java:48:
>
> cannot resolve symbol
> symbol  : class DBTest
> location: class org.apache.jsp.test_jsp
>     DBTest tst = new DBTest();
>                      ^
> 2 errors
>
>
> anyone can help....
>     a. on this.....
>     b. see the first posting (compile error..)
>
>  T I A
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


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

Reply via email to