| Author |
How to set url pattern?
|
Angus Ferguson
Ranch Hand
Joined: Jun 22, 2012
Posts: 246
|
|
Hi,
from where could I get the url-pattern. I don't know which value use there. The name of the servlet is ValidationUser and for the jsp Iam calling it like
Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56222
|
|
You can pretty much set it to whatever you want. In this case, perhaps /validate would be appropriate?
In the action, such a mapping would be addressed with /context-path/validate in which you would use the appropriate context path for the web app. (See the JspFaq for how to obtain this.)
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How to set url pattern?
|
|
|