Copy link to clipboard
Copied
Just successfully installed CF10 developper ediiton with built in server
I can access the web pages from the dev server on
or
But I cannot access the pages from a remote computer on the same network
Any suggestion would be welcome
Are you running a firewall that is blocking that port (8500)?
Copy link to clipboard
Copied
Are you running a firewall that is blocking that port (8500)?
Copy link to clipboard
Copied
Also, did you install ColdFusion using the "Secure Profile". If you did, you have to explicitly add IP addresses that can access the Administrator console (see the security settings).
Copy link to clipboard
Copied
Thank you Carl, but I did not use the "Secure Profile" during installation
Copy link to clipboard
Copied
Thank you Miguel, I added the port in the exceptions list of the windows firewall
and now I can connect from another laptop on the network.
Copy link to clipboard
Copied
Such kind of locking CF server access by local dev. machine was normally done by resetting the value of
<attribute name="interface">*</attribute> attribute
to
<attribute name="interface">127.0.0.1</attribute>
of <service class="jrun.servlet.http.WebService" name="WebService"> service of jrun.xml file but it was done till CF 9 server through this jrun.xml file attribute change.
Copy link to clipboard
Copied
I cannot find such a file in the cfusion folder