We're running CFMX 6.1 on top of JRun and making use of a lot of Java
classes.  The classes are packaged in JAR files in the /WEB-INF/lib
directory.

Dropping an updated jar file in the lib directory causes in memory
instances of the classes in the jar file to not work.  For instance, the
Java class com.uhlig.Job is defined in uhlig.jar.  An instance of Job is
created and stored in the application scope.  Then a new version of
uhlig.jar is copied over the old in the lib directory.  Now the instance
of Job previously created will throw an exception trying to use it
(usually a 'selected method was not found').

Finally the question... Does anyone know how to get CFMX/JRun to ignore
the new jar file?  Setting <reload>false</reload> under the
<jrun-web-app> in jrun-web.xml does not seem to be doing the trick.

Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202821
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to