您可以在这里快速查找:


 
您的位置: 编程学习 > java教程 > 200602
文章分类

Java技术
2005: 03 04 05 06 07 08
09 10 11 12
2006: 01 02

Asp.net
2005: 07 08 09 10 11 12
2006: 01 02

VB编程
2006: 02

Asp编程
2005: 11 12
2006: 01 02

C++/VC
2005: 10 11 12
2006: 01 02

Delphi
2005: 12
2006: 01 02

其它

 本文章适合所有读者

求助jsp与tomcat 运行jsp+access 的论坛 出现错误

kafuka2002

在我的服务器上运行

论坛程序时出现以下问题....请高手指点啊

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 2 in the jsp file: /jspa/about.jsp Generated servlet error: [javac] Compiling 1 source file D:\tomcat\work\Standalone\localhost\_\jspa\about_jsp.java:64: package test does not exist test.bbsuser user = null; ^ An error occurred at line: 2 in the jsp file: /jspa/about.jsp Generated servlet error: D:\tomcat\work\Standalone\localhost\_\jspa\about_jsp.java:66: package test does not exist user = (test.bbsuser) pageContext.getAttribute("user", PageContext.PAGE_SCOPE); ^ An error occurred at line: 2 in the jsp file: /jspa/about.jsp Generated servlet error: D:\tomcat\work\Standalone\localhost\_\jspa\about_jsp.java:69: package test does not exist user = (test.bbsuser) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "test.bbsuser"); ^ An error occurred at line: 3 in the jsp file: /jspa/about.jsp Generated servlet error: D:\tomcat\work\Standalone\localhost\_\jspa\about_jsp.java:79: package test does not exist test.bbsboard board = null; ^ An error occurred at line: 3 in the jsp file: /jspa/about.jsp Generated servlet error: D:\tomcat\work\Standalone\localhost\_\jspa\about_jsp.java:81: package test does not exist board = (test.bbsboard) pageContext.getAttribute("board", PageContext.PAGE_SCOPE); ^ An error occurred at line: 3 in the jsp file: /jspa/about.jsp Generated servlet error: D:\tomcat\work\Standalone\localhost\_\jspa\about_jsp.java:84: package test does not exist board = (test.bbsboard) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "test.bbsboard"); ^ 6 errors