i resolve the problem:
at first update 14....
Now the system crash.....
go in the shell,
/opt/coldfusion2016/cfusion/runtime/bin
and start ./wsconfig -upgrade
after thar edit:
/opt/coldfusion2016/cfusion/runtime/conf/server.xml
<Connector connectionTimeout="60000" maxThreads="500" port="8016" packetSize="65535" protocol="AJP/1.3" redirectPort="8500" secret="XXXXXXXXX" tomcatAuthentication="false" address="127.0.0.1" />
Normal is the coldfusion Port on 8500 Look at the redirectPort. After my update the port was wrong....
Notice the secret and put in the address="127.0.0.1"
now go to
/opt/coldfusion2016/config/wsconfig/1/workers.properties
The line is important:
worker.cfusion.host=127.0.0.1
worker.cfusion.secret=XXXXXXXXX
after that i copy the file to /etc/apache2
restart Apache
start Coldfusion
All runs