Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

I cannot access CF10 developper built in server remotely

New Here ,
Sep 27, 2012 Sep 27, 2012

Just successfully installed CF10 developper ediiton with built in server

I can access the web pages from the dev server on

http://localhost:8500

or

http://192.168.1.49:8500

But I cannot access the pages from a remote computer on the same network

Any suggestion would be welcome

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Sep 27, 2012 Sep 27, 2012

Are you running a firewall that is blocking that port (8500)?

Translate
Engaged ,
Sep 27, 2012 Sep 27, 2012

Are you running a firewall that is blocking that port (8500)?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Sep 27, 2012 Sep 27, 2012

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).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 29, 2012 Sep 29, 2012

Thank you Carl, but I did not use the "Secure Profile" during installation

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 29, 2012 Sep 29, 2012
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Sep 28, 2012 Sep 28, 2012

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 29, 2012 Sep 29, 2012

I cannot find such a file in the cfusion folder

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources