|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

The plugin makes calls to check application states and perform application level operation on the SOAP port. Deploying artifacts to WebSphere do not take the SOAP port path. Deployment actually use the admin console behind the scenes. This means the plugin connects to WebSphere over HTTPS on port 9043. Make sure the Jenkins server can connect to both port remotely and that they aren't blocked by any firewalls.
For example:
telnet <websphere> <soap port> (test connection won't work if this is blocked)
telnet <websphere> <admin console port> (uploading artifacts won't work if this is blocked)