主题:[求助]HTTP Status 404问题,找不到JSP页面
操作系统:windows 2000 server
jdk: jdk1.5
tomcat: tomcat5.5.9
数据库:ms sql server 2000
jdbc驱动: SQL SERVER 2000 driver for JDBC
JSP连接测试通过,环境运行正常,在C盘新建bbs文件夹,把JSP文件复制到C:\bbs\,更改tomcat5\conf\server.xml为:
<!-- Define the default virtual host -->
<Host name="localhost" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<Context path="/bbs" docBase="C:\bbs" debug="0" />
访问http://localhost:8080/bbs,出现错误信息,说找不到文件路径,我在网上找了好几天的资料,但都不得其解,求解决办法!
HTTP Status 404 - /bbs/
--------------------------------------------------------------------------------
type Status report
message /bbs/
description The requested resource (/bbs/) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.5.9
jdk: jdk1.5
tomcat: tomcat5.5.9
数据库:ms sql server 2000
jdbc驱动: SQL SERVER 2000 driver for JDBC
JSP连接测试通过,环境运行正常,在C盘新建bbs文件夹,把JSP文件复制到C:\bbs\,更改tomcat5\conf\server.xml为:
<!-- Define the default virtual host -->
<Host name="localhost" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<Context path="/bbs" docBase="C:\bbs" debug="0" />
访问http://localhost:8080/bbs,出现错误信息,说找不到文件路径,我在网上找了好几天的资料,但都不得其解,求解决办法!
HTTP Status 404 - /bbs/
--------------------------------------------------------------------------------
type Status report
message /bbs/
description The requested resource (/bbs/) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.5.9