[z/OS][V9.0.1 Nov 2016]

Enabling z/OS Connect and the MQ Service Provider

What you must do to enable z/OS® Connect and the MQ Service Provider.

Before you begin

About this task

This procedure enables both z/OS Connect and the MQ Service Provider.

Procedure

  1. Edit the server.xml of the z/OS Connect EE server that you have created, and replace the whole of the featureManager element with these lines:
    
    <featureManager>       
            <feature>zosconnect:zosconnect-2.0</feature>
            <feature>appSecurity-2.0</feature>
            <feature>jms-2.0</feature>
            <feature>mqzosconnect:zosConnectMQ-2.0</feature> 
            <feature>wmqJmsClient-2.0</feature>
            <feature>zosTransaction-1.0</feature>
     </featureManager>
    
    Attention: Amend these entries, only if they do not already exist.
  2. Configure security for z/OS Connect.
    Refer to Configuring security for z/OS Connect EE for details on how to carry out this procedure.
  3. Start the server.

What to do next

Check that z/OS Connect is correctly set up.