Re: internal tomcat server.xml parsing

2008-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ramesh, Ramesh Narayanan (ramesnar) wrote: | Thanks for your reply. I was thinking the Tomcat would parse | the XML and store it in its internal datastructures/beans but how | terribly wrong I am! No, Tomcat does do that. But it uses the commons-dig

RE: internal tomcat server.xml parsing

2008-05-14 Thread Ramesh Narayanan (ramesnar)
al Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 10:37 AM To: Tomcat Users List Subject: Re: internal tomcat server.xml parsing -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ramesh, Ramesh Narayanan (ramesnar) wrote: | Has anyone ventured into mod

Re: internal tomcat server.xml parsing

2008-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ramesh, Ramesh Narayanan (ramesnar) wrote: | Has anyone ventured into modifying the conf/server.xml file using the | default internal XML parser of tomcat? IIRC, Tomcat uses commons-digester to load its XML configuration. The digester does not have

internal tomcat server.xml parsing

2008-05-14 Thread Ramesh Narayanan (ramesnar)
Hi folks Has anyone ventured into modifying the conf/server.xml file using the default internal XML parser of tomcat? I am currently in a midst of a project where I am securing all in bound and out bound communications and to that effect I have generated a SSL certificate using our C