aspose file tools
The moose likes Struts and the fly likes How can i rewrite url in struts2? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "How can i rewrite url in struts2?" Watch "How can i rewrite url in struts2?" New topic
Author

How can i rewrite url in struts2?

Kobe Luo
Greenhorn

Joined: Nov 30, 2007
Posts: 21
Somebody tell me to use urlrewritefilter to do this ,but if i use this ,i can not use the struts 2 core filter.
Because if urlrewritefilter rewrite the given url successfully, it will not invoke filterChain.dofilter() to pass request and response to the next filter in the filter chain.
how can i rewrite url in struts 2?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How can i rewrite url in struts2?
 
Similar Threads
Servlet URL parameters
htaccess and mod_rewrite issue
URL rewrite Struts2
Make Servlet as the welcome page
Got Problems with Tuckey UrlRewriteFilter and Spring 3 Web MVC