> [EMAIL PROTECTED] wrote:
> > .... I have manually made changes to the apache_connector.sh file to 
> point it to the right places to connect with Apache but I still get 
> the error.  Suggestions?
> >   
> What changes?  How about posting the contents of the apache_connector.
> sh 
> file.
> 
> -Ryan
> 
> 
The following is the contents of the apache_connector.

#!/bin/sh

#
# 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
#
.../../runtime/bin/wsconfig \
        -server coldfusion \
    -ws apache \
        -dir /etc/httpd/conf \
        -bin /usr/sbin/httpd \
        -script /usr/sbin/apachectl \
        -coldfusion

exit $#


As has been previously stated during the install of CF8 the file paths were not 
updated correctly in this file, so I had to go in and manually make the 
changes.  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4468
Subscription: http://www.houseoffusion.com/groups/cf-linux/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14

Reply via email to