d l wrote:
> And I would think the following would tell Jrun or the like NOT to use its 
> internal web server,
>  <!-- This is the built-in JRun Web Server                               -->
>   <!-- ================================================================== -->
>   <service class="jrun.servlet.http.WebService" name="WebService">
>     <attribute name="port">8501</attribute>
>     <attribute name="interface">*</attribute>
>     <attribute name="deactivated">true</attribute>

Try it?


> Then, move on to use an external web server part and I would think the 
> following
> would tell Jrun to use an external web server at port 8000
> 
>  <!-- 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">
>     my comment: skip less critical attributes...
>     <attribute name="deactivated">false</attribute>
>     <attribute name="interface">*</attribute>
>     <attribute name="port">8000</attribute>

This tells CF to listen on port 8000 for connections from the webserver 
plugin. It does not tell on which port the webserver will listen 
(because that is configured in the webserver itself).


>     <!-- set this to false for multi-hosted sites -->
>     <attribute name="cacheRealPath">false</attribute>
>     btw, don't know if the above attribute has anything to do with a single 
> host sites/apps.

It should be false if you have multiple websites on the server.


> Now, here's part of the all important jdni.properties file with revision,
> (with revision because the default failed, "error Could not connect to any 
> JRun/ColdFusion servers on host localhost.")

Did you disable the firewall and try again?


> btw, localhost file does not exist on my box's {windows\drivers...} directory,

It should be in windows\system32\drivers\etc\hosts

> # if you use a value between 2900-3000
> #
> #java.naming.provider.url=localhost:2930
> java.naming.provider.url=localhost:3033

I'm not sure what you are getting at here.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294091
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to