You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UrlRewrite
How can I use URL rewriting to change the web application context
name ?
Example :
I want to redirect http://localhost/ABC/* to http://localhost/DEF/* (i.e. from context ABC to context DEF)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to urlre...@googlegroups.com
This filter is context specific, I believe you need to establish the ABC context, install the filter in there and the redirect everything to the other context. for the "Empty" context, it's the default context of your webserver and for Tomcat that resorts to ROOT.