Added jsf mapping
This commit is contained in:
parent
9862415886
commit
e96bf4f3da
1 changed files with 6 additions and 0 deletions
|
@ -163,6 +163,12 @@
|
|||
<url-pattern>/test</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- The mapping for the JSP servlet -->
|
||||
<servlet-mapping>
|
||||
<servlet-name>jsp</servlet-name>
|
||||
<url-pattern>*.jsf</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!--TAGLIBS-->
|
||||
|
||||
<!--RELEASE TAGLIBS
|
||||
|
|
Loading…
Reference in a new issue