Went to the file as you suggested and it was port 8500:

  <service class="jrun.servlet.http.WebService" name="WebService">
    <attribute name="port">8500</attribute>
    <attribute name="interface">*</attribute>
    <attribute name="deactivated">false</attribute>
    <attribute name="activeHandlerThreads">50</attribute>
    <attribute name="minHandlerThreads">1</attribute>
    <attribute name="maxHandlerThreads">1000</attribute>
    <attribute name="mapCheck">0</attribute>
    <attribute name="threadWaitTimeout">300</attribute>
    <attribute name="backlog">500</attribute>
    <attribute name="timeout">300</attribute>
  </service>

I changed the port to 8300 and it still doens't work



>Hi,
>
>Here's something you can also do.  Open the jrun.xml file located at:
>
>{Cfroot}\servers\cfusion\SERVER-INF\jrun.xml
>
>Look for a line with 'WebService' in it (mine is like this (but it's MX7):
><service class="jrun.servlet.http.WebService" name="WebService">
>
>Scroll down to the attribute for "port" and see which port number it is.
>
>If it is one you have already tried, change it (you might have something
>already on that port).  Just try increasing it by 1 for now.
>
>Let us know how it goes.
>
>Dave 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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