Re: tomcat connector manipulation

2009-06-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 5/27/2009 6:14 PM, Caldarale, Charles R wrote: From: xalia...@freemail.gr [mailto:xalia...@freemail.gr] Subject: tomcat connector manipulation Is there a way to be able to handle at first the one connector ( (high prior

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)

RE: tomcat connector manipulation

2009-05-27 Thread Caldarale, Charles R
From: xalia...@freemail.gr [mailto:xalia...@freemail.gr] Subject: tomcat connector manipulation Is there a way to be able to handle at first the one connector ( (high prior.) and then the other one? Nothing I can think of currently in Tomcat or the servlet spec would help here. You could