大家好我正在努力Eclipse 6.0.36和使用tomcat server.I有一個錯誤說:「請求的資源不可用」錯誤404.我曾看到其他在同一個問題上發帖,這是我可以在谷歌上找到的許多解決方案的常見錯誤。但仍然不能解決我的問題..我也仍然新的eclipse工作。如果有任何信息,你需要問我,在投票下來..有這麼長的代碼,我需要顯示..在Eclipse中請求的資源不可用錯誤
一些說,這可能是由servlet的command.My的servlet引起的,從web_bkup.xml文件看起來是這樣的:
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>SourceCodeServlet</servlet-name>
<url-pattern>*.source</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
確有缺乏信息,我給你們都可以問它。但是,如果有任何解決方案,你們都可以共享。希望可以解決我的錯誤
您訪問的網址是什麼? – gowtham
你說的Eclipse 6.0.36。它是tomcat插件版本嗎? –
https:// pc415:8443/PM_Portal/e-system.jsp?cmp = 68&prj = 12&img = images | project | corporatepark.jpg&usr = nWxQUep/PcE = – Ping