我所做的是首先我创建了一个maven项目,而不是为JSF添加了idex.xhtml文件并将web.xml更改为
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
<context-param>
<param-name>javax.faces.PROJECT_STAGE</param-name>
<param-value>Development</param-value>
</context-param>
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
<session-config>
<session-timeout>
30
</session-timeout>
</session-config>
<welcome-file-list>
<welcome-file>faces/index.xhtml</welcome-file>
</welcome-file-list>
</web-app>
之后删除了删除的JSP和html类,我不需要它。因此,当我尝试在本地运行它时,我得到索引页面,但当我在网络上运行它时,我找不到http状态404。在推动之前,我承诺并推动了我的改变并做了干净的构建。有什么想法吗?
答案 0 :(得分:2)
尝试检查您的日志以查看问题发生的位置。
最好的方法是在装备上查看日志并查看日志〜/ {cart_type} / logs