RE: What is the Container implementation for HttpConnector

2002-06-14 Thread Anand Bashyam Narasimhan
Chadra, It's in the org.apache.catalina.startup.Catalina class in the createStartMapper method. The various element types like Service,Engine,Connector,Valves etc are defined in this method. The various XML parsing handlers are also called indirectly based on the definitions here as follows:-

Re: What is the Container implementation for HttpConnector

2002-06-14 Thread Christopher K. St. John
Chandra Talluri wrote: > > I am having trouble finding out the Container implementation for > HttpConnector or any connector. > I'm not sure what you mean. Connector doesn't implement Container. Or are you asking something else? > Can some one tell me which is the Container and where the > c