+

Search Tips | Advanced Search

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

Ensure that we have completed the procedures:


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 we 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 Configure 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.