Could we consider this file as a configuration file for CF8 (my box OS is
Windows XP)?
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>
...
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>
<!-- 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.
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.")
btw, localhost file does not exist on my box's {windows\drivers...} directory,
# if you use a value between 2900-3000
#
#java.naming.provider.url=localhost:2930
java.naming.provider.url=localhost:3033
Please let me know if the problem statement is clear.
Thank you.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:294087
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4