When we install SOA suite by default the installer gets installed with port 80
so that you can open your console with port 80
http://host:80
But it you want to change the port after installation you can do it easily.
Stop your SOA suite (opmnctl stopall)
Go to the following location
SOA_HOME\Apache\Apache\conf\httpd.conf
there search with 80
you will find entries like
Port 80
Listen 80
Change the Port and Listen to listen to port 7777 or whatever port you want your process to listen on. Please make sure that this port is not used by any other application.so after making the changes your application should look like
Port 7777
Listen 7777
Also for BPEL go to following location
SOA_HOME\bpel\system\config\collaxa-config.xml
and change the port number in soapCallbackUrl and soapServerUrl
similary update the changes in DT_OC4J_HTTP_PORT in esb_parameter table make the port number 7777.
Save all these changes and restart the server.Now you can open your console with port 7777 instead of 80
2 comments:
Thanks mikku can you be more expandable...
Regards
Roshan
Yes Roshan please let me know what is your query and how i can help you.
Post a Comment