JRun to reload a web application


we using combination of coldfusionmx hibernate , java. there way jrun update when have altered java side of things. @ moment have stop , start server pick changes pain when developing. seem reload if touch web-inf/jrun-web.xml file.
cheers dafydd

you can set following in web-inf/jrun-web.xml file:

<reload>true</reload>
<compile>true</compile>

this isn't reccommended in production environment can degrade performance.

ted zimmerman


More discussions in Advanced Techniques


adobe

Comments