Yes. I use Apache and Tomcat.
Apache is configured using name virtual hosts
Most domains are configured with a CNAME. Some are A records and have to have individual VHOST sections in httpd.conf
I use SpringMVC but the framework shouldn't be a factor.
I haven't had any session problems. They typically shouldn't occur since cookie based session tokens are domain specific and urls shouldn't be re-written across domains.


Rene Lavoie wrote:
Thanks for the info, its very appreciated.

I have a question if you don't mind.

Do you use apache and tomcat for this configuration?
Are all your domains configured as alias?
And what is your Appfuse web framework?
Any session problems?


Ren



----- Original Message ----- From: "Brett Knights" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, December 07, 2006 1:47 PM
Subject: Re: [appfuse-user] Need advice with appfuse running with multi-domain


I have an app that does this.
It uses a filter that sets a configuration object as a request attribute based on the "Host" header.
Currently running with 71 domains.

Rene Lavoie wrote:
Hi,

I have an app based on appfuse.

What I would like to do is have 2 domains setup in apache pointing to the same Tomcat app.

In the app, I would then display appropriate categories and alternate stylesheet/images. depending from wich domain each request came from.

Is this a bad idea?

I basically have to seperate the categories by a few domains and I d hate to have various DB copies and app for each category.

Thanks for the advice,
Ren
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to