15
Oct.
2003
Tips 'n' Tricks: How to keep JSP compilation results with JBoss/Jetty
If you want to keep your JSP compilation results between server restarts you have to tell Jetty where to put the results. Otherwise Jetty will use a different directory on each restart. The simplest way is to add an init-parameter in webdefault.xml:
[code]
Comments