Re: How can applications be isolated in Tomcat?

2008-04-04 Thread Mark Thomas
Pablo Lopez wrote: It appears this could be done through virtual hosting and appbase settings but this is way beyond my knowledge and I’m just architecting the solution. I know we'll have to get a Tomcat expert in at some point in the future but just wondered if I'm going down the right or wrong

Re: How can applications be isolated in Tomcat?

2008-04-04 Thread Sameer Acharya
I would suggest putting the non-production environments on a different Tomcat instance preferably on a different machine. -Sameer --- Pablo Lopez [EMAIL PROTECTED] wrote: Hi, I'm currently putting together a solution for an off-the-shelf document management application that requires

Re: How can applications be isolated in Tomcat?

2008-04-04 Thread Peter Sparkes
If you have control over the machine you could effectively do this using XEN (xen.org) which gives you virtual machines. Peter I would suggest putting the non-production environments on a different Tomcat instance preferably on a different machine. -Sameer --- Pablo Lopez [EMAIL PROTECTED]

How can applications be isolated in Tomcat?

2008-04-03 Thread Pablo Lopez
Hi, I'm currently putting together a solution for an off-the-shelf document management application that requires Tomcat to run a form design component. I'd like to have a single Tomcat server supporting the production and five non-production environments but isolate these instances. I’m hoping