> 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
----
Additional info.

coldfuion-event.log file hast the following
"
# Created by JRun on 12/01 16:19:23
12/01 16:19:23 error Exception creating connection to: 192.168.15.?; nested 
exception is: 
        java.net.SocketException: Permission denied: connect
[1]java.net.SocketException: Permission denied: connect
"

ok, a more informative log
from coldfusion-out.log
"
Starting Macromedia JRun 4.0 (Build 108487), coldfusion server
12/01 16:19:20 warning Unable to open 
C:\ColdFusion8\runtime/lib/license.properties
12/01 16:19:22 info JRun Naming Service listening on *:2930
12/01 16:19:23 error Exception creating connection to: 192.168.15.?; nested 
exception is: 
        java.net.SocketException: Permission denied: connect
....
"

Please note I changed the actual ip from the log to 192.168.15.?

-- this is cf8 standard/stand_alone? trial version for windows
-- cf8/Adobe's self congrats log below
12/03 13:34:05 info No JDBC data sources have been configured for this server 
(see jrun-resources.xml)
12/03 13:34:05 info JRun Proxy Server listening on *:8800
12/03 13:34:05 info Deploying enterprise application "Adobe_ColdFusion_8" from: 
file:/C:/ColdFusion8/
12/03 13:34:05 info Deploying web application "Adobe ColdFusion 8" from: 
file:/C:/ColdFusion8/
12/03 13:34:08 INFO License Service: Flex 1.5 CF Edition enabled
12/03 13:34:08 INFO Starting Flex 1.5 CF Edition
12/03 13:34:08 user JSPServlet: init
12/03 13:34:09 user ColdFusionStartUpServlet: init
12/03 13:34:09 user ColdFusionStartUpServlet: ColdFusion: Starting application 
services
12/03 13:34:09 user ColdFusionStartUpServlet: ColdFusion: VM version = 
1.6.0_01-b06
12/03 13:34:10 Information [main] - Starting logging...
12/03 13:34:10 Information [main] - Starting license...
12/03 13:34:12 Information [main] - Evaluation Edition enabled
12/03 13:34:13 Information [main] - Starting crypto...
12/03 13:34:13 Information [main] - Installed JSafe JCE provider: Version 3.6 
RSA Security Inc. Crypto-J JCE Security Provider (implements RSA, DSA, 
Diffie-Hellman, AES, DES, Triple DES, DESX, RC2, RC4, RC5, PBE, MD2, MD5, 
RIPEMD160, SHA1, SHA224, SHA256, SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, 
HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512)
12/03 13:34:13 Information [main] - Starting security...
12/03 13:34:13 Information [main] - Starting scheduler...
12/03 13:34:13 Information [main] - Starting WatchService...
12/03 13:34:13 Information [main] - Starting debugging...
12/03 13:34:13 Information [main] - Starting sql...
12/03 13:34:13 Information [main] - Starting mail...
12/03 13:34:13 Information [main] - Starting runtime...
12/03 13:34:14 Information [main] - CORBA Configuration not enabled
12/03 13:34:14 Information [main] - Starting cron...
12/03 13:34:14 Information [main] - Starting registry...
12/03 13:34:14 Information [main] - Starting client...
12/03 13:34:17 Information [main] - Starting xmlrpc...
12/03 13:34:18 Information [main] - Starting graphing...
12/03 13:34:18 Information [main] - Starting verity...
12/03 13:34:18 Information [main] - Starting archive...
12/03 13:34:18 Information [main] - Starting document...
12/03 13:34:18 Information [main] - Starting eventgateway...
12/03 13:34:18 Information [main] - Starting Event Backend Handlers.
12/03 13:34:19 Information [main] - Initialized EventRequestDispatcher with a 
Thread Pool size of 10.
12/03 13:34:19 Information [main] - Initializing EventRequestHandler
12/03 13:34:19 Information [main] - Starting Event Gateways.
12/03 13:34:19 Information [main] - Starting FlexAssembler...
12/03 13:34:19 Information [main] - Starting .NET...
12/03 13:34:19 Information [main] - Starting Monitoring...
12/03 13:34:19 Information [main] - ColdFusion started
12/03 13:34:19 user ColdFusionStartUpServlet: ColdFusion: application services 
are now available
12/03 13:34:20 user CFMxmlServlet: init
12/03 13:34:20 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
12/03 13:34:20 INFO Macromedia Flex Build: 87315.134646
12/03 13:34:23 user CFSwfServlet: init
12/03 13:34:23 user CFCServlet: init
12/03 13:34:24 user FlashGateway: init
12/03 13:34:24 user MessageBrokerServlet: init
12/03 13:34:27 user CFFormGateway: init
12/03 13:34:27 user CFInternalServlet: init
Server coldfusion ready (startup time: 29 seconds)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:294095
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to