Ask a Question related to Coldfusion Server Administration, Design and Development.
-
Telemedianer #1
CFMX7 install on SUsE 9.3/64 bit
hi all,
I have been able to install a CFMX7 trial on suse 9.3/64bit (AMD). CFMX runs
with the internal server on port 8500.
Now we must get it running with apache 2 (prferrably) or apache 1.3 to be able
to migrate applications from an older cf5/linux installation (or we cannot use
CFMX7 for this customer).
i have adjusted the script in bin/connectors/apache_connector.sh to meet
SUsE's directories like so:
#!/bin/sh
# ... comment snipped ...
../../runtime/bin/wsconfig \
-server coldfusion \
-ws apache -v \
-dir /etc/apache2 \
-bin /usr/sbin/httpd2 \
-script /usr/sbin/apache2ctl \
-coldfusion
exit $
when i run the script i get the following error:
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
ColdFusion is running, the admin is working
the JNDI service listens on port 2920 (tested with telnet from localhost), i
have also tried to run it on port 2901 as seen in other posts with no difference
the contents of ./runtime/lib/security.properties is as follows (i do not
really know what it means, but it looks like a whole C net is allowed to
connect).
jrun.subnet.restriction=255.255.255.0
jrun.trusted.hosts=jrun.trusted.hosts=localhost,12 7.0.0.1,dhcp12.intra.telemedia
..ch
can anybody help me with this problem. if i am not able to use to script for
the apache moduel installation is there a document how to install the apache
module manually ?
Any help is appreciated. Thanks in advance.
Simon
Telemedianer Guest
-
Please Help!! Can't install CF 5 on Suse 9
Hello all, I am trying to install CF 5 on Suse Ent 9 and am running into installation errors. They are as follows: Could not create the Java... -
FDS2 Install on SuSE 10.1
Hello: I am trying to install a demo of FDS2 server on a SuSE 10.1 box and am having a lot of problems. The messages I keep receiving are... -
CFMX7 with updater on SUSE Linux Enterprise Server 9problems
Hello, I have a license for Coldfusion MX 7 Enterprise. I am installing in Multiserver mode (to run 4 instances) on SUSE Linux Enterprise Server 9... -
Installing CFMX7 on SuSE, apache2 (RPM-based)
I can't get the coldfusion MX 7 connector to compile and run correctly to work with apache2. (prefork version) I've followed the directions here,... -
Can't get CFMX7 to work with SuSE 9.2
Hi all: I'm trying to install CFMX7 under SuSE Linux 9.2 (2.6 kernel, using apache/2.0.50 (Linux/SUSE) ). The install goes fine without errors. ...



Reply With Quote

