首页 > 解决方案 > 看不到任何请求

问题描述

当我尝试将我的应用程序部署到本地服务器时,它找不到任何请求(错误 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.

在 Jdeveloper 控制台中,我看到:

...
javax.servlet.ServletException: [HTTP:101249][ServletContext@380083723[app:Ewidencja module:/ path:null spec-version:3.1]]: Servlet class jsp_servlet._abcde.__fgh_jspx for servlet /abcde/fgh.jspx could not be loaded because the requested class was not found in the classpath .
java.lang.ClassNotFoundException: jsp_servlet._abcde.__fgh_jspx.
java.lang.ClassNotFoundException: jsp_servlet._abcde.__fgh_jspx 
...

我不知道有什么问题,我已经重新安装了 jdeveloper JSP 文件在目录中

标签: weblogicjdeveloper

解决方案


推荐阅读