If v want to run the server with some other port number ,
what v need to do ??
Developer:
Answers were Sorted based on User's Feedback
Answer / siddharth
1) We need to copy the Integrationtionserver path where the
IS resides & rename it.
2) Go to IS admin.
3) click Ports tab under security
4) Go to Add port & select (webmethods/http)
5) Go to change primary port select the port & update it
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mahesh
Start the Integration server using the below Command
Server.bat -port (port number)
EX:-<Integrationserver_bin directory>\server.bat -port 6565
This command is used start the Integration server on a port
specified in the command promt.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / amar desai
along with above answer
start webmethods batch/script with the port number you want
webmethods to listen for request.
Is This Answer Correct ? | 2 Yes | 0 No |
can anyone explain in brief about TN Consloe and Webmethods...? As well as All flow steps in webmethods: Branch Repeat Loop Sequence (explain also Try -Catch block for error Handling)
how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?
What are Structural transformations ?
can u explain abt Pub-Sub Architecture,where do u implemented this?
3 Answers Cap Gemini, Cognizant,
In ftp, if we need to change username and password. what we have to do?
what is the difference between a loop and a repeat?
n what folder is the webMethods documentation for the Broker Admin package located?
in which scenario we will use no tx,in which scenarion we use local tx?
In JMS can we publish a document to multiple brokers ? If Possible ,how can we achieve that ?
Do you buy stocks or bonds from a Broker?
What is the difference between a system locked element and a read-only element?
scenario: i have a loop A, under which i have a child loop B, under which i have a Branch with few services with a condition. if a condition is satisfied , then i need my branch to exit from loop B, what should i do?