Using Spring MVC you could use it to solve the problem.
Basically you want different Controller for http://www.mainsite.com and
http://test.mainsite.com

I have used it in one of my application. I write all the steps in a blog
here. I hope it will helpfull

http://techsravi.blogspot.com/2011/05/managing-multiple-domain-and-sub-domain.html

thanks,
Ravi.





On Sun, May 15, 2011 at 2:43 PM, Brandon Donnelson
<branflake2...@gmail.com>wrote:

> Do you mean: response.sendRedirect(url);
>
> Brandon Donnelson
> http://gwt-examples.googlecode.com
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to