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

王朝java/jsp·作者佚名  2006-01-09
宽屏版  字体: |||超大  

在我的服务器上运行

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

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

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有