RE: Three tomcat instances

2009-06-03 Thread Peter Crowther
Tomcats on the same machine. - Peter > -Original Message- > From: xalia...@freemail.gr [mailto:xalia...@freemail.gr] > Sent: 03 June 2009 08:54 > To: users@tomcat.apache.org > Subject: Three tomcat instances > > > I write a java web service and dependi

RE: Three tomcat instances

2009-06-03 Thread Lawrence Lamprecht
@tomcat.apache.org Subject: Three tomcat instances I write a java web service and depending on a result i want it to call other web service (http://localhost:80/axis/serv.jws). But, i want serv.jws to be handled by three different servers depending on where i want to send it. How can i run three tomcats

Three tomcat instances

2009-06-03 Thread xaliasos
I write a java web service and depending on a result i want it to call other web service (http://localhost:80/axis/serv.jws). But, i want serv.jws to be handled by three different servers depending on where i want to send it. How can i run three tomcats simultaneously?I read the server documentati