Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
0

Installing CF8 on Unix

Guest
Nov 18, 2009 Nov 18, 2009

I have installed CF8 on my Fedora Unix server and am having trouble 

getting it connected to Apache.

I can access the administrator using

http://[my ip]:8500/cfide/administrator

Even though coldfusion is successfully installed, the problem persists.

Any ideas?

508
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
LEGEND ,
Nov 18, 2009 Nov 18, 2009

What about if you use http://[my ip]:8500/CFIDE/administrator ?  IE: CFIDE instead of cfide.  The dir is actually CFIDE... usualy the installer makes a symlink to it as cfide as well, but I have seen this go AWOL sometimes.

--

Adam

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
LEGEND ,
Nov 18, 2009 Nov 18, 2009

What about if you use http://[my ip]:8500/CFIDE/administrator ? (CFIDE not cfide).  The dir is CFIDE.  The installer should create a symlink for cfide too, but I have seen it not work sometimes.

--

Adam

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
Guest
Nov 18, 2009 Nov 18, 2009

Ok we have coldfusion installed on our Fedora Code server. The problem is that coldfusion will not connect to APACHE. I am

supposed to use the wsconfig command to create a connection to apache however it gives me a cannot connector to server error.

The command I used to TRY and install the connector is as follows:

./wsconfig -server apache -ws Apache -dir /etc/httpd/conf -bin /usr/sbin/httpd -script /usr/sbin/apachectl -coldfusion -v

From the above you can see my apache dir, bin and script files. Still a no go.... please help! How can I get this connection to work?

FYI:

[root@warne-brothers sbin]# netstat -antp | grep "coldfusion8"
tcp        0      0 :::51011                    :::*                        LISTEN      8456/coldfusion8
tcp        0      0 :::6085                     :::*                        LISTEN      8456/coldfusion8
tcp        0      0 :::60234                    :::*                        LISTEN      8456/coldfusion8
tcp        0      0 :::2930                     :::*                        LISTEN      8456/coldfusion8
tcp        0      0 :::2522                     :::*                        LISTEN      8456/coldfusion8
tcp        0      0 :::7999                     :::*                        LISTEN      8456/coldfusion8
[root@warne-brothers sbin]# more /etc/hosts
127.0.0.1               localhost.localdomain localhost
208.115.34.75   warne-brothers.com      warne-brothers
[root@warne-brothers sbin]#

Todd

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
Advocate ,
Nov 18, 2009 Nov 18, 2009

Toadsteraz,

Can you please check and print the contents of your /etc/hosts file here?

It should have an entry like,

[(Your_IP_Address) (Host_Name) (Alias)]

For eg.,

127.0.0.1 MyPC localhost

HTH

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
Guest
Nov 18, 2009 Nov 18, 2009

127.0.0.1 localhost.localdomain localhost

208.115.34.75 warne-brothers.com warne-brothers

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
Advocate ,
Nov 18, 2009 Nov 18, 2009
LATEST

Thanks Toadsteraz.

Now just comment the first line of it, and add another entry of it (with a slight modification).

It should look like this,

#127.0.0.1 localhost.localdomain localhost

127.0.0.1 localhost.localdomain localhost

208.115.34.75 warne-brothers.com warne-brothers


After saving the file, just restart the ColdFusion service.

Then try executing the apache connector script (apache_connector.sh).

Once the connector installation is done, just restart the httpd service.



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