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

Re: RE: tomcat connector manipulation

2009-05-28 Thread xaliasos
Thanks for the advice chuck. I am changing i bit the question. Can i monitor requests to a web service in a queue of my own that will keep which clients are trying to hit a web service and pass through a connector? If so, how can i implement that queue(what to keep inside it) and where should

tomcat connector manipulation

2009-05-27 Thread xaliasos
Hi, i am writing java web services - tomcat - axis1.4 i set two connectors on tomcat 6. I want some clients (high priority) to arrive at the 1st and some clients(low priority) to arrive at the 2nd connector(different port). What i want to achieve is to serve first the clients(to a web service) th