tomcat uses the common-digester code to parse server.xml,
you can see several classes called
XXXRuleSet.java, and those are the rules for how server.xml turns into
java objects
Filip
Ramesh Narayanan (ramesnar) wrote:
Hi folks
Has anyone ventured into modifying the conf/serve
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