Table of Contents Previous Next PDF


Programming Environment

Programming Environment
This topic includes the following sections:
Updating the UBB Configuration File
You need to configure the path of where the Tuxedo Java server finds the configuration file for the Java-implemented services in CLOPT.
As the ATMI Java server is a multithread server, you also need to specify the limit of dispatching threads. For more information about the multithread server configuration, see Defining the Server Dispatch Threads.
Listing 2‑1 shows an example of UBB configuration for ATMI Java Server.
Listing 2‑1 UBB Configuration for ATMI Java Server
*SERVERS
TMJAVASVR SRVGRP=TJSVRGRP SRVID=3
CLOPT="-- -c /home/oracle/app/javaserver/TJSconfig.xml"
MINDISPATCHTHREADS=2 MAXDISPATCHTHREADS=3
 
Note:
The minimum value of MAXDISPATCHTHREADS you specify in UBBCONFIG for the Java server should be 2.
See Also
UBBCONFIG(5) in the File Formats, Data Descriptions, MIBs, and System Processes Reference
 

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.