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 |
When Is a Copy of the Input Pipeline Saved in the Audit Log?
How we can catch exception error on run time mode using Flow language in WebMethods??? and how we can send error description as an output parameter????
explain try and catch block briefly
What Is a Lock?
Should we archive derived files?
how to configure sap adapter6.1
difference between 8x and 9x
use of finally block in exception handling in webmethods
What is a flat file schema and what are its uses?
What Is Developer?
Is Source Control the Same as Locking?
If v want to run the server with some other port number , what v need to do ?? Developer: