Đây là web.xml của tôi:Tại sao FacesServlet không thể có mẫu url/*.?
<servlet-mapping>
<servlet-name>Faces Servlet</servlet>
<url-pattern>/*</url-pattern>
</servlet-mapping>
Khi tôi hướng tới:
http://localhost:8080/LearningRoot/index.xhtml
tôi có thể thấy trang tốt, tuy nhiên khi tôi hướng tới:
http://localhost:8080/LearningRoot/
tôi gặp lỗi:
An Error Occurred:
The FacesServlet cannot have a url-pattern of /*. Please define a different url-pattern.
Nhưng tại sao?
Và đây là tập tin chào đón tôi:
<welcome-file-list>
<welcome-file>/index.xhtml</welcome-file>
</welcome-file-list>
bạn đã thử /*.* –
@ KeremBaydoğan bạn đã thử nó trong một ứng dụng web thực Java? –
nope :) Đó chỉ là một dự đoán :) –