Hi,
I've written some java classes and am accessing them via the "cfobject" tag.
My problem is that each time I recompile my java program, coldfusion continues using a cached version of my custom class' bytecode... so I can't really see my changes without restarting coldfusion.
(I've turned off all caching in the cfadmin, but it doesn't seem to help)
Any ideas on how to do this would be appreciated.
(using coldfusion 8)