Old, I know, but that's what I'm working with.
I need to update to JRun update 6 (or 7)
but the Adobe site only has a .exe
installer.
- That installer wants to update
C:\JRun4\
. - That folder doesn't exist, and my
JRun.exe
is inD:\CFUSION\runtime\bin\
. - ColdFusion is up to date (for that era) at
MX7.02
, so I assume I need to update JRun directly.
Is there a way to update JRun 4
automatically or manually when it is part of the ColdFusion install?
Odd that you would need to apply the JRun updater when things are installed under CFUSION. Are you sure you're running the Enterprise CF using JRun? Because standard (or single instance) ColdFusion will install using JRun, but in those cases you don't update using the JRun updaters. As far as I've ever seen you only need to apply the CF patches and not focus on JRun stuff.
So if you're not installing the multi-instance using JRun version of CF Enterprise, then I don't think you need the JRun updaters...
The solution ended up being the simple one. Change the installation location of JRun to
COLDFUSION_ROOT_DIRECTORY\runtime\
(or the runtime folder in your CF installation, wherever it is.)The full update, which I had to do for the JVM update, was:
Note that the JRun update took quite a while on my Dev server (~15 minutes) but only a couple minutse on my production server. Outside of a slight difference in server hardware, I don't know why this was.