Ask a Question related to Coldfusion Server Administration, Design and Development.
-
bennycigs #1
JAR File Reloading
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.
bennycigs Guest
-
Reloading CS3
Can anyone Help We had to buy a new computer today, we purchased CS3 online a while ago, I need to reinstall it. How do I re download it ... -
Java classpath not reloading new class file
I set up a classpath in the Administration page to a directory that contains all my .class files. I can access the methods through Coldfusion... -
Reloading
Hi everyone, I am making an application which loades a HTML page, does anybody have any idea how we can make sure in VB.NET that a HTML page is... -
How do I stop something reloading? - PLEASE HELP.
I have got a huge problem with a Flash element that I've placed inside an HTML page. The problem that I'm having is that I've created a scroll pane... -
Send data to Flash from a page without reloading the flash file
The title tells the most, I want to send like, "hello" to a flashfile from a html page(the flash file is on the site) without having to reload the... -
bennycigs #2
JAR File Reloading
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.
bennycigs Guest



Reply With Quote

