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

access|js|错误

 
在我的服务器上运行

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

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 JSPAn error occurred at line: 2 in the jsp file: /jspa/about.jspGenerated servlet error:    [javac] Compiling 1 source fileD:\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.jspGenerated 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.jspGenerated 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.jspGenerated 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.jspGenerated 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.jspGenerated 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

以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索tomcat
, 新手求助
, 求助 系统
, 求助
, java代码求助
, test
, error
, 问题求助 数据结构
, localhost
, 求助啊
, 求助 spring tomcat
, jasperexception
, jspa
, java求助
Standalone
tomcat access log、tomcat access日志、tomcat access denied、tomcat access、tomcat7 access log,以便于您获取更多的相关知识。

时间: 2024-11-05 12:25:59

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

eclipse中tomcat运行JSP文件出现以下错误

问题描述 eclipse中tomcat运行JSP文件出现以下错误 java.io.FileNotFoundException: conf ullmodel2xsl.xml (系统找不到指定的路径.) 怎么解决? 解决方案 java.io.FileNotFoundException: conf ullmodel2xsl.xml (系统找不到指定的路径.) 文件没有找到,是否缺少model2xsl.xml文件,或者路径不正确. 解决方案二: java.io.FileNotFoundException

JSP学习笔记(二)-----使用Tomcat运行JSP文件

js|笔记 有些网友不知道怎么才能运行自己的JSP文件,我在这里简单介绍一下,给大家提供一点参考: 1. 下载并安装tomcat.下载地址:http://jakarta.apache.org/tomcat 2. 编写自己的JSP网页和Java对象. 3. 配置自己的Web应用.配置方法: 在TOMCAT_HOME/conf/server.xml文件中加入一行: <Content path="/appName" docBase="webapps/appName"

用tomcat运行jsp文件出错

问题描述 typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.exceptionorg.apache.jasper.JasperException:AnexceptionoccurredprocessingJSPpage/login.jspatline1310:"username='"+username+&qu

tomcat-学生信息管理系统基于jsp+ SQL+Tomcat 的动态网页可以运行的

问题描述 学生信息管理系统基于jsp+ SQL+Tomcat 的动态网页可以运行的 学生信息管理系统基于jsp+ SQL+Tomcat 的动态网页可以运行的 解决方案 http://download.csdn.net/detail/fly_yr/4949221 解决方案二: 这样的系统有很多 http://download.csdn.net/detail/qq398581645/4798860http://download.csdn.net/download/taiyouqule/4417353

用jdbc实现jsp与sql 2008连接时的tomcat运行时出现

问题描述 用jdbc实现jsp与sql 2008连接时的tomcat运行时出现 第一次用jdbc><.用jdbc实现jsp与sql 2008连接时的tomcat运行时出现Could not launch in profiling mode because no profilers are configured. 用的eclipse 解决方案 看看 http://blog.csdn.net/testcs_dn/article/details/36646243 能不能解决问题 解决方案二: 去网上

程序-tomcat运行Struts JSP提示错误

问题描述 tomcat运行Struts JSP提示错误 这是JSP 和struts.xml的配置和提示的错误 点击错误以后出现这个页面 程序没有问题 运行同目录下index.jsp也可以 请问是哪里不对? 解决方案 base href=<%=basepath%>中basepath哪定义的,定义了吗 解决方案二: 应该不是你代码的问题,看看tomcat是否配置正确,程序部署有没有问题 解决方案三: 请把错误页面贴出来,详细说明 解决方案四: 已经解决了 就是空格添加不当的问题 删除多余的空格 在

求救,运行jsp文件tomcat报错

问题描述 以下为报错信息,请帮忙解决:2011-3-623:07:51org.apache.catalina.core.AprLifecycleListenerinit信息:TheAPRbasedApacheTomcatNativelibrarywhichallowsoptimalperformanceinproductionenvironmentswasnotfoundonthejava.library.path:C:ProgramFilesJavajre6bin;.;C:WindowsSun

JSP在tomcat中运行良好,但在Eclipse本地server上不能运行,何故?

问题描述 //1,将jsp部署到tomcat服务器中,可以正常运行//2,现在想在eclipsejee上,直接运行调试jsp,现作如下步骤://2.1:在eclipse中添加一个localhost,步骤如下//window->preferences->server->runtimeenvironments->选择:ApacheTomcatv6.0->点击O.K//2.2:启动运行jsp程序//点击运行按钮->弹出对话框,选择2.1中配置的localhost后,则显示错误

Windows下Apache+Tomcat+MySQL+jsp+php的服务器整合配置经验总结

apache|js|mysql|window|服务器 Windows下Apache+Tomcat+MySQL+jsp+php的服务器整合配置经验总结 1.作者:moonsbird 题目:Windows下Apache+Tomcat+MySQL+jsp+php的服务器整合配置经验总结 时间:2004.8.19 最初发表于西南交通大学锦城驿站 2.本文是作者学习几年来学习jsp/配置服务器环境的经验总结.可以转载,但请注明出处. 开始学习jsp很久了,网上有许多关于jsp整合的例子,但存在着许多问题.