提交 4a363e1d 编写于 作者: K kohsuke

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
上级 7acc5887
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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册