BEA Logo BEA Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Documentation   |   Setting Up a BEA Tuxedo Application   |   Local Topics   |   Previous Topic   |   Next Topic   |   Contents

 


How to Create the SERVICES Section of the Configuration File

Detailed information about the services in your application can be entered in the SERVICES section of the configuration file. For nontransactional, nondistributed applications, such information is relatively simple. The SERVICES section includes the following types of information:

There are no required parameters for services. You need to list services only if you are setting optional parameters.

For each parameter in the SERVICES section, the following table provides a description and links to reference pages and additional information.

To Specify This Information in the SERVICES Section

Set This Parameter (Required/Optional)

For More Information, Click the Following

Whether a transaction should be started automatically when a request message is received that is not already in transaction mode.

AUTOTRAN (For DTP applications only)

Automatic starts for transactions

A list of types and subtypes of data buffers accepted by this service. This parameter may contain up to 256 characters with a maximum of 32 type/subtype combinations.

BUFTYPE (Optional)

Buffer types

A load factor to be imposed on the system by SVCNAM.

LOAD (Optional)

Load balancing

The name of the routing criteria used for this service when data- dependent routing is used.

ROUTING (Optional)

Routing criteria name

The name of the sever group from which SVCNAM gets all group parameter settings.

SRVGRP (Optional)

Server group parameters

The dequeuing priority of SVCNM.

PRIO (Optional)

Service priorities

The amount of time, in seconds, that is allowed for processing of the indicated service.

SVCTIMEOUT (Optional)

Service processing time

The default timeout interval, in seconds, for a transaction automatically started for the associated service.

TRANTIME (For DTP applications only)

Timeout values for transactions


 

Sample SERVICES Section

Following is a sample of the SERVICES section of a configuration file.

*SERVICES
#
DEFAULT: LOAD=50 PRIO=50
RINGUP BUFTYPE="VIEW:ringup"

In this example, the default load and priority of a service are 50; the one service declared is a RINGUP service that accepts a RINGUP VIEW as its required buffer type.

See Also

 

back to top previous page next page