Hello,
I am under the impression that settting the following parameter to true in the jrun-web.xml file would allow java files to be recompiled instantly upon saving. This would allow me to never have to restart the server while developing. However this is not happening for me. Does anyone use JRUN and have an Idea of what the problem could be?
< !-- reload & compile -->
< !-- These values tell Jrun how to handle changes to Servlets -->
< !-- reload=true means to reload the class if it has changed -->
< !-- compile=true means recompile java file if it has changed -->
< !-- This can be handy for development, but must be false for production -->
<reload>true</reload>
<compile>true</compile>
Thanks,