Re: tow instances but one webapps : possible ?

2009-08-28 Thread coucou78 coucou78
thanks for your answers. it's simple : On the same physical host (server) we need to run two tomcat instance : - one for the production - the other for trainnning and testing AND we already have a script doing the deployement with ant , and this script is managing just one instance , in one

Re: tow instances but one webapps : possible ?

2009-08-28 Thread André Warnier
coucou78 coucou78 wrote: 3 - This is for illustration only, but it's quick and will give your more ideas : Have a look at your original server.xml. In it, there is a section starting with something like : Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true

tow instances but one webapps : possible ?

2009-08-27 Thread coucou78 coucou78
hello, Here we need to have two instances of Tomcat 5.0.30 running at the same time (tomcat1 , tomcat2) , for sure on differents ports, BUT those instances must have the same webapps folder. ../webapps : app1 app2 app3 app4 tomcat1 should

Re: tow instances but one webapps : possible ?

2009-08-27 Thread Pid
On 27/08/2009 08:28, coucou78 coucou78 wrote: hello, Here we need to have two instances of Tomcat 5.0.30 running at the same time (tomcat1 , tomcat2) , for sure on differents ports, BUT those instances must have the same webapps folder. Why? This requirement is not compatible with Tomcat

Re: tow instances but one webapps : possible ?

2009-08-27 Thread André Warnier
coucou78 coucou78 wrote: hello, Here we need to have two instances of Tomcat 5.0.30 running at the same time (tomcat1 , tomcat2) , for sure on differents ports, BUT those instances must have the same webapps folder. ../webapps : app1 app2 app3

Re: tow instances but one webapps : possible ?

2009-08-27 Thread Mark Thomas
coucou78 coucou78 wrote: hello, Here we need to have two instances of Tomcat 5.0.30 running at the same time (tomcat1 , tomcat2) , for sure on differents ports, BUT those instances must have the same webapps folder. ../webapps : app1 app2 app3

Re: tow instances but one webapps : possible ?

2009-08-27 Thread Filip Hanik - Dev Lists
On 08/27/2009 04:33 AM, Mark Thomas wrote: coucou78 coucou78 wrote: hello, Here we need to have two instances of Tomcat 5.0.30 running at the same time (tomcat1 , tomcat2) , for sure on differents ports, BUT those instances must have the same webapps folder. ../webapps : app1