> > >   <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).
>
> Right, I was concerned about WHAT EXACTLY THIS PORT is ABOUT. 
>  So, this PORT is really for communiation between JRUN and 
> cf8, then why NOT name it such like INTERNAL_PORT?  I've now 
> revised it to 8800.

It's a port for the JrunProxyService. It's obviously not a port you'd
connect to from a public client.

> Yeah, I know the location and the hosts file name.  But does 
> the text in the jndi.properties, "# This is the JNDI listen 
> port.  Any port number is okay, but # the webserver connector 
> installer will auto-discover the port # if you use a value 
> between 2900-3000 "
> mean the hosts file must contain the following line?
> localhost:2930
> I added the above line to this file.

The hosts file is only used for resolving names to IP addresses, just like
DNS servers do. It doesn't have anything to do with ports. So, don't add
ports to your hosts file.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294115
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