You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by je...@bull.net on 2008/01/21 11:30:04 UTC

Tomcat sources files

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 ?

Thank you

Regards



Jean-Louis Matéo
Bull, Architect of an Open World TM
Bull SA - 53 r de l'Etang BP39 - 69578 LIMONEST
tél - 08 20 08 20 00
fax - 04 72 52 51 24
______________________________________________________________________
BULL TELESERVICE : Support et conseil logiciels & progiciels multi-éditeurs
GCOS - AIX - Open Source - Microsoft
______________________________________________________________________



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


Re: Tomcat sources files

Posted by Mark Thomas <ma...@apache.org>.
jean-louis.mateo@bull.net 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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org