From 4a363e1db59c8fe4739c1594e97c627866489f00 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 1 Jan 2007 02:30:33 +0000 Subject: [PATCH] no such readme needed now that all it takes to run Hudson for debugging is "mvn jetty:run". git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1581 71c3de6d-444a-0410-be80-ed276b4c234a --- core/README.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 core/README.txt diff --git a/core/README.txt b/core/README.txt deleted file mode 100644 index f5aba1d27f..0000000000 --- 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 -- GitLab