1. Open this file:
/usr5/SIR04397/mydomain/properties/wsadmin.properties
2. See what port it's using:
com.ibm.ws.scripting.port=
3. Open this file in a text editor:
/usr5/SIR04397/mydomain/config/cells/
4. Find what the SOAP port is. It will look like this (this is from my serverindex.xml):
If this is a Portal installation, you may find this SOAP_CONNECTOR_ADDRESS listed twice. One of them will be the soap port for 'server1', the other will be the soap port for 'WebSphere_Portal'. The point though is the port you find in wsadmin.properties should match a SOAP_CONNECTOR_ADDRESS you see here.
5. If you find they are not the same, edit wsadmin.properties so that it matches whatever the value in serverindex.xml says.
No comments:
Post a Comment