> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Subject: Re: More, Re: Tomcat 7.0.67 crashing on takeoff
> On 1/26/16 2:25 PM, Mark Thomas wrote: > > Setting xmlParsingProtection="false" on the > > JreMemoryLeakPreventionListener should stop the exception. > Ok, but how? Is there a way to do that from a configuration file? I'm > looking at > <https://tomcat.apache.org/tomcat-7.0-doc/config/listeners.html> but I > don't have a clue what to do with what I see. You found the right documentation page. Update the JreMemoryLeakPreventionListener entry in your conf/server.xml to look like this: <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" xmlParsingProtection="false" /> - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org