In {cfroot}/bin/connectors there is an example script you can modify to match your configuration. For example, I modified one to look like this:
#!/bin/sh
CF_DIR=../..
JAVA_EXECUTABLE=$CF_DIR/runtime/jre/bin/java
APACHE_HOME=/opt/apache/1.3.27
#
# Configure the Apache connector.
# -dir should be the *directory* which contains httpd.conf
# -bin should be the path to the apache *executable*
# -script should be the path to the script which is used to
# start/stop apache
#
$JAVA_EXECUTABLE -jar $CF_DIR/runtime/lib/wsconfig.jar \
-ws apache \
-dir $APACHE_HOME/conf \
-bin $APACHE_HOME/bin/httpd \
-script $APACHE_HOME/bin/apachectl \
-coldfusion -v
If you continue to have trouble with the connector, you can enable the built-in Java Web Server (JWS) in CFMX's jrun.xml to run on the default port of 8500. Then run the second half of the install, then turn off JWS and finish the connector issue. JWS requires a CFMX restart to effect any changes.
HTH,
Steven Erat
-----Original Message-----
From: Ken Dunnington [mailto:[EMAIL PROTECTED]
Sent: Friday, October 03, 2003 10:52 AM
To: CF-Linux
Subject: 6.1 Upgrade breaks Admin home page?
I've recently installed Red Sky on our Linux server, and had a whole
bunch of trouble that I'm not even going to go into here :) but I have
one issue that I can't seem to be able to resolve.
I ended up removing my CFMX 6 installation and installing a fresh copy
of 6.1, and after recompiling mod_jrun.so and restarting the CF server,
my administrator's home page is showing up as encrypted source (e.g.
"Allaire Cold Fusion Template Header Size: New" etc.) The rest of the
admin seems to be working okay, as are most of my pages (though I'm
finding a few odd errors that I've chalked up to bad coding practices -
is 6.1 stricter than 6?)
I seem to recall this happening when I installed 6.1 on our Win2k
development server as well, but it was happening to every page, and I
fixed that by re-installing and fiddling with the connectors in IIS.
Does anyone have any pointers?
Thanks!
_____
[Todays
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
