作者:mobiledu2502931893 | 来源:互联网 | 2023-09-06 19:56
我很早以前做过的程序,现在我的应用sOffice2放到tomcat的webapps下,环境变量也设置好了现在数据库和tomcat都起来了,并且tomcat下面的例子应用也好用为什么老出HTTP
我很早以前做过的程序,现在我的应用sOffice2放到tomcat的webapps下,
环境变量也设置好了
现在数据库和tomcat都起来了,并且tomcat下面的例子应用也好用
为什么老出
HTTP Status 404 - /sOffice2/
--------------------------------------------------------------------------------
type Status report
message /sOffice2/
description The requested resource (/sOffice2/) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.16
我觉得程序方面应该没什么问题,因为以前肯定是好用的
我就是建完tomcat和mysql,然后把程序和数据分别copy进去
我隐约记得以前这样就会好用的
tomcat里边还需要额外配置什么东西吗???
请问可能是什么原因,只要有可能导致的请多赐教,感激......
9 个解决方案
看看tomcat或者你的应用程序是否正常启动,查看tomcat\logs\下面的log文件,如果启动有异常,里面会看出些端倪。
配置server.xml 建立虚拟目录
另外相关的驱动的存放位置也要注意
404错误是没找到服务页,可能你输入的地址有点问题.
这是wepapp目录下的ora文件夹进入路径,
http://192.168.0.241:8080/ora/index.jsp
没有找到这个路径
/sOffice2/看一下你webapps下的路径和你访问的路径是不是有问题,tomcat没有找到这个路径
参考一下:
http错误代码含义:
"100" : Continue
"101" : witching Protocols
"200" : OK
"201" : Created
"202" : Accepted
"203" : Non-Authoritative Information
"204" : No Content
"205" : Reset Content
"206" : Partial Content
"300" : Multiple Choices
"301" : Moved Permanently
"302" : Found
"303" : See Other
"304" : Not Modified
"305" : Use Proxy
"307" : Temporary Redirect
"400" : Bad Request
"401" : Unauthorized
"402" : Payment Required
"403" : Forbidden
"404" : Not Found
"405" : Method Not Allowed
"406" : Not Acceptable
"407" : Proxy Authentication Required
"408" : Request Time-out
"409" : Conflict
"410" : Gone
"411" : Length Required
"412" : Precondition Failed
"413" : Request Entity Too Large
"414" : Request-URI Too Large
"415" : Unsupported Media Type
"416" : Requested range not satisfiable
"417" : Expectation Failed
"500" : Internal Server Error
"501" : Not Implemented
"502" : Bad Gateway
"503" : Service Unavailable
"504" : Gateway Time-out
"505" : HTTP Version not supported
看猫米的安装目录下的logs下面的log文件就知道了
404错误是你的路径出了问题,好好检查一下那里的路径写错啦