| Author |
Struts 2 URL Rename
|
Rishi Kanth
Ranch Hand
Joined: May 23, 2006
Posts: 43
|
|
Hi team,
I have wonderfully working struts2 application, but action name in url says a lot about the application. for example
http://localhost:8080/dbr/Login_input.action ( Login Action and input method).
How can I remove the action name and replace it with JSP file name. In my struts config file,
so I want the URL to look like
http://localhost:8080/dbr/login.jsp
Thanks,
|
 |
Anbarasu Aladiyan
Ranch Hand
Joined: Jun 02, 2009
Posts: 182
|
|
|
Have a look at this link. also please be aware of disadvantages of using this.
|
A.A.Anbarasu
|
 |
 |
|
|
subject: Struts 2 URL Rename
|
|
|