diff --git a/core/README.txt b/core/README.txt deleted file mode 100644 index f5aba1d27ff701d32d8440393899020338643eb5..0000000000000000000000000000000000000000 --- a/core/README.txt +++ /dev/null @@ -1,9 +0,0 @@ -For efficient debugging, set the system property "stapler.jelly.noCache" to true on the container. -For example in Tomcat, this can be done by: - - $ export CATALINA_OPTS="-Dstapler.jelly.noCache=true" - $ catalina.sh run - -This setting tells Stapler not to cache compiled Jelly scripts, so every change you make to -Jelly scripts will be reflected instantly without reloading the whole app (at the expense -of slow page rendering performance.) \ No newline at end of file