Hello,
I am running tomcat 5.0.27 with JDK 1.4 I am trying to find all the Services running on the Server and I get an array of length 0. Basically org.apache.catalina.ServerFactory.getServer() returns the server instance org.apache.catalina.ServerFactory.getServer().findServices() returns an array of length 0. I was expecting more than atleast "Catalina" service. Is there an API that I can use to get the service. I need it to obtain a connector that Is HTTP/1.1 compliant. Thanks, - shashi