First a few questions;
What does the app do
Do the deployed applications differ
What is the reason you want them separate
Do they share anything, reaml,db,files,....
Do you need to be able to update them easily (all in one go)
How do you intend to deploy them, war, copy, remote
Is it an option to upgrade to Tomcat 6.0

That said:

By simply copying the same files to different contexts you have the same
application available multiple times under different URLs.

Regards,

Serge Fonville

On Fri, Oct 24, 2008 at 11:25 AM, Jerome Lepage - AKEROZ <
[EMAIL PROTECTED]> wrote:

>
> Hi @ll,
>
> I have developped a web application on Tomcat (5.0.28).
> My webapp use Hibernate 3 and i have a Singleton pattern too.
>
> I want have my webapp deployed N time in same Tomcat Server.
> But i don't want to share context, hibernate and Singleton from one webapp
> to other.
> (Like database access is not the same)
>
> I have see in tomcat doc, the "share context" parameters but i don't have
> tried at this time.
> (Or maybe in différent tomcat "vhost")
>
> My question is, is it possible or not, and if yes how (almost a direction
> or a clue will be perfect).
>
> Thanks by advance for your time.
>
> Jerome Lepage
> AKEROZ

Reply via email to