Can anyone show me the correct syntax to specific numerous url-patterns for a servlet in the deployement descriptor?
Printable View
Can anyone show me the correct syntax to specific numerous url-patterns for a servlet in the deployement descriptor?
sorry i dint get the question, can u explain?
The syntax may be
<servlet-mapping>
<servlet-name>ModifyMemberSVL</servlet-name>
<url-pattern>/ModifyMember</url-pattern>
</servlet-mapping>
.
.
.
.
.