Apache configuraiton with coldfusion 8 on unix (Solaris 5.10) issue
Hello,
Not able to run my application after configuration of apache with cf8. Below are the details:
Below is my apache connector file
apache_connector.sh
-------------------
../../runtime/bin/wsconfig \
-server coldfusion \
-ws Apache \
-dir /etc/apache2 \
-bin /usr/apache2/bin/httpd \
-script /usr/apache2/bin/apachectl \
-coldfusion
exit $#
I run the apache connector file and found following info.
./apache_connector.sh
Server version: Apache/2.0.63
Server version: Apache/2.0.63
Server version: Apache/2.0.63
Server version: Apache/2.0.63
Server version: Apache/2.0.63
Restarted Apache server
The Apache connector was installed to /etc/apache2
After that I have added the virtual host in httpd.conf file and restart the apache server. But my application is not running.
Thanks in advance.
Regards
Mahendra
