Note: Step 2 needs to be followed if a database is being used. They can be ignored for the examples provided with the plug-in. If the plug-in has to establish multiple connections with the Tuxedo server, you need to modify the default server settings. The following settings control access to your applications:
- MAXACCESSORS
- MAXSERVERS
- MAXWSCLIENTS
- The JSL configuration settings
You need to adjust these settings to ensure that the number of allowable client connections is properly configured.
Note: The JSL settings are:
JSL SRVGRP=GROUP SRVID=ID
CLOPT="-A -- -n //IP_Address:Port_Number
-s <SSL_Port_Number>
-z<Encryption_Start_Level_Bits>
-Z<Encryption_End_Level_Bits>
-m<minimum JSHs that will be booted >
-M<maximum JSHs that will be booted>
-x<maximum number of clients connected at any one time>"
The
-m and
-M determine how many JSH processes will be started. If you want to allow more connections, you should increase the
-M value. Depending on the number of connections to be increased, you have to accordingly increase the
MAXWSCLIENTS value. The
-x value is the multiplexing factor. This determines how many connections can be handed by one JSH process.