Joe,

On Mon, Mar 9, 2009 at 5:09 PM, Joe Wallace <j...@andar360.com> wrote:
> The setup is like this.
>
> http://host1/app0:8080
> http://host1/app1:8081
> http://host1/app2:8082
>
> App0,1,2 all being the same web app deployed with a different name, and with 
> different url.
> The concept being each web app serves a specific set of users with each set 
> of users having their own separate database.
> Same web app different data.
>
> Joe Wallace
>

I'm about to quote myself from another topic here:

> Have a beer and rethink your concept

Seriously:

Why 3 Tomcat-instances? If your apps all have different names (URLs),
it's pretty easy to host them on the same Tomcat, each app having it's
own database (your can specify this as a Datasource in each app's
context).

Besides, running 3 different instances of Tomcat on the *same* host
might generate quite some overhead which could in my humble oppinion
easily avoided.

Maybe you want to shed some light *why* your setup needs to be as
described above - I just don't get it.

Rgds

Gregor
-- 
just because your paranoid, doesn't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to