I can visit a CFML page via port 80/apache in a br...
# adobe
p
I can visit a CFML page via port 80/apache in a browser, and it's served properly, so I know CF is running. But I can't see the CF administrator via port :8500 If I ssh into the machine and run
wget localhost
and
wget localhost:8500
, the first one works, the 2nd one fails
I'm not sure where to look, this isn't anything to do with the apache/tomcat connector as I can see normal pages fine
This is on a machine that I'm upgrading from CF2018 to CF2021, although by upgrade, I mean I've heavy handedly removed the old CF install and then run the installer and hotfixes for the new one
Oh I've found it, it's on port 8501...
I wonder if the CF21 install bumped the port number because CF18 was already using 8500?
👆🏻 1
1
👆 2
c
have you tried opening the CF admin without a port number? Or you may try to use port 8501, CF increases the port number sin steps of 1 if a port is already in use, iirc
p
yeah it was that, it was on port 8501 now cf2018 is removed I updated my cf2021 setup to use port 8500