当前位置: 技术问答>java相关
我在WIN2000SERVER中安装了JRUN,现在可以在LOCALHOST:8000中打开JRUN,但是我编写了一个lei.jsp文件,却不知道怎么打开,每次输入http://localhost:8000/lei.jsp都会出现下面的提示。
来源: 互联网 发布时间:2015-03-09
本文导语: 404 Not Found /lei.jsp: allaire.jrun.JRunServletException: The page /lei.jsp could not be found. at allaire.jrun.jsp.JSPParser.generateXML(../jsp/JSPParser.java:56) at allaire.jrun.jsp.JSPServlet.parsePage(../jsp/JSPServlet.java:409) at allaire.jrun.jsp.JSPServlet.crea...
404 Not Found
/lei.jsp:
allaire.jrun.JRunServletException: The page /lei.jsp could not be found.
at allaire.jrun.jsp.JSPParser.generateXML(../jsp/JSPParser.java:56)
at allaire.jrun.jsp.JSPServlet.parsePage(../jsp/JSPServlet.java:409)
at allaire.jrun.jsp.JSPServlet.createServlet(../jsp/JSPServlet.java:381)
at allaire.jrun.jsp.JSPServlet.loadPage(../jsp/JSPServlet.java:202)
at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:169)
at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:925)
at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:88)
at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1131)
at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:330)
at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:107)
at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
我巳经设置过JAVA_HOME等变量(但不知道设的对否),请各位大侠朋友帮忙!!!
/lei.jsp:
allaire.jrun.JRunServletException: The page /lei.jsp could not be found.
at allaire.jrun.jsp.JSPParser.generateXML(../jsp/JSPParser.java:56)
at allaire.jrun.jsp.JSPServlet.parsePage(../jsp/JSPServlet.java:409)
at allaire.jrun.jsp.JSPServlet.createServlet(../jsp/JSPServlet.java:381)
at allaire.jrun.jsp.JSPServlet.loadPage(../jsp/JSPServlet.java:202)
at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:169)
at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:925)
at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:88)
at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1131)
at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:330)
at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:107)
at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
我巳经设置过JAVA_HOME等变量(但不知道设的对否),请各位大侠朋友帮忙!!!
|
要把JSP文件主在JRUN的安装目录servers/default/default-app/的目录上,在地址栏中输入
http://localhost:8100/lei.jsp
注意:default-server默认端口是8100
http://localhost:8100/lei.jsp
注意:default-server默认端口是8100