Re: Dynamically Create Subdomains - Tomcat 7x

2015-09-04 Thread Kiran Badi
Hi Andre, I need something like, My main landing page www.mysite.com Subdomains I am looking for myfeature1.mysite.com myfeature2.mysite.com myfeature3.mysite.com etc myfeature is a cookie value which comes from www.mysite.com(this is landing page which drops myfeature cookie).. - Kiran

Re: Dynamically Create Subdomains - Tomcat 7x

2015-09-04 Thread chris derham
> I need something like, > > My main landing page www.mysite.com > > Subdomains I am looking for > > myfeature1.mysite.com > > myfeature2.mysite.com > > myfeature3.mysite.com > > etc > > myfeature is a cookie value which comes from www.mysite.com(this is > landing page which drops myfeature

Re: Dynamically Create Subdomains - Tomcat 7x

2015-09-04 Thread Kiran Badi
Let me try again Chris, I have this site www.mysite.com ready with some x amount of features in it Now I need to customize this site based on regions,states, and cities.I will most likely go with cities. So I need my main site to redirect to city1.mysite.com etc based on cookie value which

Re: Dynamically Create Subdomains - Tomcat 7x

2015-09-04 Thread Kiran Badi
Thanks Chris, I have running tomcat with mysite hosted on it.I am trying to extend it and get some extra mileage from my app. I think I can go with hostname approach and see how it goes. I have another query for which I will open another discussion. Thanks everyone. - Kiran On Fri, Sep 4,

Re: Dynamically Create Subdomains - Tomcat 7x

2015-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 9/4/15 12:25 PM, Kiran Badi wrote: > Let me try again Chris, I have this site www.mysite.com ready with > some x amount of features in it > > Now I need to customize this site based on regions,states, and > cities.I will most likely go

Re: Dynamically Create Subdomains - Tomcat 7x

2015-09-04 Thread tomcat
On 04.09.2015 05:31, Kiran Badi wrote: Hi, I need some help, I need to create subdomains dynamically, Is this possible ? I have a site, www.mymainsite.com on this main site, I drop the zipcode and city cookie and then I forward it to front controller, and it's this front controller which

Dynamically Create Subdomains - Tomcat 7x

2015-09-03 Thread Kiran Badi
Hi, I need some help, I need to create subdomains dynamically, Is this possible ? I have a site, www.mymainsite.com on this main site, I drop the zipcode and city cookie and then I forward it to front controller, and it's this front controller which will point it to city subdomain. Can we