Sergio Bello wrote:
>>> Yes, I try to access the Server object from a web app. What I really
>>> want is to create new Connector objects on demand, for what I need to
>>> access the Service object through the Server one (If I'm not wrong).
>>> Thanks

> Sorry, version is 6.0.20

That begs the question why do you want to add connectors? But to answer
the question, take a look at how the ManagerServlet does this. In short,
it implements the ContainerServler interface which gives access to the
Wrapper and from there it is Wrapper->Context->Host->Engine->Service and
the service is where the connectors are .

Mark




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to