In the past I have had to modify this file to get apache to talk to cf:
/opt/coldfusionmx7/runtime/servers/coldfusion/SERVER-INF/jrun.xml

Make sure this is set to false in the below settings.
  <attribute name="deactivated">false</attribute>

At the very bottom of the file is this:
<!--  
======================================================================== 
= -->
   <!-- This service is for communicating with a native (IIS, Apache,  
Netscape)   -->
   <!-- web  
server.                                                                
-->
   <!-- To run this service in a secure mode via SSL, set the  
keyStore,           -->
   <!-- keyStorePassWord, trustStore and socketFactoryName  
attributes.            -->
   <!--  
======================================================================== 
= -->
   <service class="jrun.servlet.jrpp.JRunProxyService"  
name="ProxyService">
     <attribute name="activeHandlerThreads">8</attribute>
     <attribute name="minHandlerThreads">1</attribute>
     <attribute name="maxHandlerThreads">1000</attribute>
     <attribute name="mapCheck">0</attribute>
     <attribute name="threadWaitTimeout">300</attribute>
     <attribute name="backlog">500</attribute>
     <attribute name="deactivated">false</attribute>
     <attribute name="interface">*</attribute>
     <attribute name="port">51011</attribute>
     <attribute name="timeout">300</attribute>
     <!-- set this to false for multi-hosted sites -->
     <attribute name="cacheRealPath">false</attribute>
     <!--
     <attribute name="keyStore">{jrun.rootdir}/lib/keystore</attribute>
     <attribute name="keyStorePassword">changeit</attribute>
<attribute name="trustStore">{jrun.rootdir}/lib/trustStore</attribute>
     <attribute  
name="socketFactoryName">jrun.servlet.jrpp.JRunProxySSLServerSocketFacto 
ry</attribute>
     -->
   </service>

Hope that helps.
Dave


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:14:4114
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/14
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:14
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.14
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to