d l wrote:
>> d l wrote:
>>> 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
>>>
>>>   <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.

This port is not for the communication between CF and JRun, but between 
IIS and JRun.


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

No, that is not needed.


> Also, netstat indicates that 6 instances of 
> TCP jrun is listening at port 1012

1012 is a privileged port. Are you sure?


Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:294134
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