Tuesday, September 06, 2011

coldfusion: update java runtime environment

to update or change your coldfusion's jre edit your java.home in your coldfusionmx/bin/jvm.config

example below

from:
java.home=/opt/coldfusionmx/runtime/jre

to:
java.home=/usr/java/jdk1.6.0_11/jre

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...