Groovy - Make Embedded Tomcat 7 Start Faster


/ Published in: Groovy
Save to your folder(s)

Groovy - Make Embedded Tomcat 7 Start Faster
This is basically a jar exclusion filter for servlet 3.x jar scanning.


Copy this code and paste it in your HTML
  1. // set jarsToSkip before starting your Tomcat instance
  2. System.properties.'org.apache.catalina.startup.ContextConfig.jarsToSkip' = '*.jar' ;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.