Note that there are some explanatory texts on larger screens.

plurals
  1. POProblems with Java JRun Cache
    primarykey
    data
    text
    <p>Jrun4 came bundled with our install of Coldfusion. Recently we decided to create a new server within JRun to accomodate a new webapp that will always need to be run over SSL.</p> <p>Long story short. The app was deployed when a bug was found and quickly fixed, recompiled and we redeployed the webapp. As far as JRun is showing the new webapp gets deployed and is being served however, when hitting the webapp none of the new changes are being served up. To verify that the changes are indeed present, I have actually verified the checksum differences and also run a java decompiler on the modified class files and the changes are present. I have added console messages to the app to verify that they get printed to console, none of the new messages appear.</p> <p>The procedures I have attempted:</p> <ol> <li>Hot deployed the war file, console stated the file was redeployed</li> <li><p>Turned off the JRun server hosting the file and restarted it with the modified file.</p></li> <li><p>Completely deleted the existing JRun server hosting the webapp. Shutdown JRun. Restarted and created a new JRun server to host the webapp.</p></li> <li>Opened javacpl.exe, Java Control Panel, and deleted all temporary files, applets and applications included.</li> <li>Downloaded TOMCAT and deployed the same war to the webapps directory, everything showed up correctly. I cannot use tomcat though as the company would need to allow it to be used.</li> </ol> <p>I am now at the point that I think I may need to reimage the entire server and deploy the webapp on a fresh JRun install however, there really must be a better way.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload