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
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
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