in my blof i just hardcoded the subdomain...
u can use it as generic...and use multitenancy apis....


So have only one Controller and set header like namspace=<subdomain>or use
any variable name u like to have
then first thing you do in ur controller is set name space.... and then if u
call test.ursite.com it will use test namespace..





On Sun, May 15, 2011 at 6:31 PM, Prashant <antsh...@gmail.com> wrote:

> thanks Ravi and Stephen for your responses. my application needs to do
> mapping at run time, i.e. it wouldn't be knowing how may subdomains it would
> be handling, so, i can't not use your techniques :(
>
>
> On Sun, May 15, 2011 at 10:13 PM, Stephen Johnson 
> <onepagewo...@gmail.com>wrote:
>
>> You should be able to use the RequestDispatcher object to do what you want
>> but you'll have to have mappings in web.xml for each of the servlets your
>> forwarding to for instance MyGalleryApp would have mappings that all start
>> with /MyGalleryApp/ (or something similar) so GalleryServlet would map to
>> something like /MyGalleryApp/GalleryServlet (or something similar)
>>
>> On Sun, May 15, 2011 at 7:51 AM, Prashant <antsh...@gmail.com> wrote:web
>>
>>  thanks a lot Ravi. i will read your article and give it a try ....
>>>
>>>
>>> On Sun, May 15, 2011 at 8:20 PM, Ravi Sharma <ping2r...@gmail.com>wrote:
>>>
>>>> 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.
>>>>
>>>
>>>  --
>>> 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.
>>
>
>  --
> 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