You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Shashi Shekar Madappa <sh...@sigmaquest.com> on 2006/05/26 02:40:25 UTC

Getting all the Services

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