swallowOutput did the trick:

 

tomcat/conf/context.xml

 

<Context override="true" swallowOutput="true" useNaming="false"> 
  <WatchedResource>WEB-INF/web.xml</WatchedResource> 
  <Manager pathname=""/> 
</Context> 

 

Regards,

Alexander

Reply via email to