Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
How to configure the Additional MS in WC11 F00 in Non UI mode, Currently i am facing issues with the NON UI mode and even in UI mode only one MS is serving the requests. Could you please suggest what property changes needed for this ?
Vishal Sondge wrote:
How to configure the Additional MS in WC11 F00 in Non UI mode, Currently i am facing issues with the NON UI mode and even in UI mode only one MS is serving the requests. Could you please suggest what property changes needed for this ?
See the following link:
http://support.ptc.com/appserver/wcms/standards/freefull_cskdb.jsp?&im_dbkey=105413&icg_dbkey=900
I am currently running the following for 2 method servers and 1 background method server:
<Property name="wt.manager.monitor.start.MethodServer" overridable="true"
targetFile="codebase/wt.properties"
value="2"/>
<Property name="wt.method.loadbalance.activeContext" overridable="true"
targetFile="codebase/wt.properties"
value="5"/>
<Property name="wt.method.loadbalance.maxRedirects" overridable="true"
targetFile="codebase/wt.properties"
value="2"/>
<Property name="wt.manager.monitor.services" overridable="true"
targetFile="codebase/wt.properties"
value="MethodServer BackgroundMethodServer"/>
<Property name="wt.queue.executeQueues" overridable="true"
targetFile="codebase/wt.properties"
value="false"/>
Hello Randy,
Thanks for the inputs but you are also working on WC11 Non UI mode ?,because i have tried adding the properties in our config file and propagated the same but getting the issue in Non UI mode. MS server is getting timed out as i can see in logs as bellow:
ERROR [MethodServerMonitor] wt.server.manager.startup - Unable to start MethodServer wt.util.WTRemoteException: Unable to get server; nested exception is:
(wt.manager.managerResource/3) wt.util.WTException: Start of MethodServer timed out.
Could you please help me on this ?
Hi vsondge,
do you remember how you could fix this?
I have exactly the same error in WC11.0 M030 trying to launch 2 methodserver instance.
Thanks Jochen