[EMAIL PROTECTED] wrote:
Hi everybody,

which source files tomcat (apache-tomcat-6.0.14-src\java\org\apache)
handles the "server.xml" contents.
Precisely, I would like to know  which source parses the "Connector" tag ?

It isn't that simple. A re-packaged commons-digester is used so there are many classes involved.

It starts in the load() function of http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Catalina.java?revision=596761&view=markup

The connector is processed by:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ConnectorCreateRule.java?view=markup

HTH,

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to