Configuring access for HTTP and HTTPS
By default, the Jazz™ for Service Management application server requires HTTPS (Hypertext Transfer Protocol Secure) access. If you want some users to be able to log in and use the console with no encryption of transferred data, including user ID and password, configure the environment to support both HTTP and HTTPS modes.
Before you begin
About this task
Procedure
Example
<security-constraint>
<display-name>
ChangePasswdControllerServletConstraint</display-name>
<web-resource-collection>
<web-resource-name>ChangePasswdControllerServlet</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<description>Roles</description>
<role-name>administrator</role-name>
<role-name>operator</role-name>
<role-name>configurator</role-name>
<role-name>monitor</role-name>
<role-name>iscadmins</role-name>
</auth-constraint>
<user-data-constraint>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
What to do next
Users must now specify a different port, depending on
the mode of access. The default port numbers are as follows:
- http://<host_name>:16310/ibm/console
- Use the HTTP port for logging in to the Dashboard Application Services Hub on the HTTP port .
- https://<host_name>:16311/ibm/console
- Use the HTTPS secure port for logging in to the Dashboard Application Services Hub.
Note: If you want to use single sign-on (SSO) then
you must use the fully qualified domain name of the Dashboard Application Services Hub host.