当前位置:编程学习 > JAVA >>

weblogic发布成功但是访问url出现404Not Found.错误求教怎么回事?

maven文件用install打出一个war一个ear,把ear发布到weblogic上面,显示发布成功(active)

但是当输入url时候出现404错误:
Error 404--Not Found 错误

From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.4.5 404 Not Found

The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

mvc.log日志里面显示错误是java.lang.RuntimeException: DBUtility.execute: null connection.但是我在weblogic里面设置的数据库应该是没问题。
有高手可以看看是错在哪里吗??? --------------------编程问答-------------------- 应该是你的webinf下没有weblogic.xml文件
补充:Java ,  Web 开发
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,