From: Jan Gregor on
hello,
reloading of java classes works for me in cf6. tag reload set to true
in jrun-web.xml is everything needed.
in standalone cf7 it doesn't work, in cf7 under jrun4 also.
i'll try it in another application server ...


did anybody have success with cf7 ?

thanks,
Jan
From: BKBK on
I believe that the usual advice to add the line

<reload>TRUE</reload>

to the file C:\CFusionMX7\wwwroot\WEB-INF\jrun-web.xml may not fix CFMX7.x as
it does CFMX6.x. Remove it, so that you return to

<virtual-mapping>
<resource-path>/WEB-INF</resource-path>
<system-path>C:/CFusionMX7/wwwroot/WEB-INF</system-path>
</virtual-mapping>

Restart Coldfusion.