-
Contributing Member
numerous url-patterns...
Can anyone show me the correct syntax to specific numerous url-patterns for a servlet in the deployement descriptor?
-
Junior Member
Re: numerous url-patterns...
sorry i dint get the question, can u explain?
-
Expert Member
Re: numerous url-patterns...
The syntax may be
<servlet-mapping>
<servlet-name>ModifyMemberSVL</servlet-name>
<url-pattern>/ModifyMember</url-pattern>
</servlet-mapping>
.
.
.
.
.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules