Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Old question about Tomcat db connection : ( ...

Status
Not open for further replies.

barbean

Programmer
May 12, 2003
3
HK
Dear all,

My App. config: Tomcat 4.1.24, Oracle8i, RH linux 8.0
Follow every steps described in


But returns error from JSP

org.apache.jasper.JasperException: /DBTest/DBTest.jsp(0,4) Invalid directive
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:428)
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:126)
at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:383)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:795)
at org.apache.jasper.compiler.Parser.parse(Parser.java:122)
at org.apache.jasper.compiler.ParserController.parse(ParserController.java:199)
at org.apache.jasper.compiler.ParserController.parse(ParserController.java:153)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:227)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:369)
....
....

Does anyone make it work in the example?
I 've tried in windows platform but same result

help me :(
bean
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top