Skip to main content
Participant
June 6, 2006
Question

configure the Apache web server for ColdFusion MX 7 on UNIX

  • June 6, 2006
  • 1 reply
  • 242 views
Hi,

I have a problem in the configuration Apache web server with coldfusion mx7. I installed o apache version 2.2 on address http://localhost:90 and coldfusion with option 1 - server configuration on localhost:8500. When I try a comand line :"./wsconfig -server coldfusion -ws Apache -dir /usr/local/apache2/conf/ -coldfusion -v" the distribuction ubuntu it shows the message:

Could not connect to any JRun/ColdFusion servers on host localhost.
Possible causes:
o Server not running
-Start Macromedia JRun4 or ColdFusion MX server
o Server running
-JNDI listen port in jndi.properties blocked by TCP/IP filtering or firewall
on server
-host restriction in security.properties blocking communication with server

What is it mean? Sorry by mistakes in english. Thanks.
Ícaro
This topic has been closed for replies.

1 reply

June 9, 2006
Icaro,
Apache 2.2 is not yet supported. One thing you can try doing is recompiling the connector with your Apache distribution. Take wsconfig.jar file and extract it. Find ApacheBuildInstructions.txt file under wsconfig/connectors/src and follow instructions there. I believe once you recompile it, you should be able to get it working.