Transaction class mapping file entries
Following is the syntax for entries in a transaction class mapping file:
TransClassMap host:port uritemplate tclass
where:
- host
- Is the value compared against the hostname of the HOST: header of the
request. This value can be a wildcard '*'.
Note: A value of '*' for the host:port
value is acceptable and is equivalent to '*:*'.
- port
- Is the value compared against the port of the request. This value can
be a wildcard '*'.
- uritemplate
- Is the value compared against the URI of the request. Any query string
will not be used in the comparison. This value can be a wildcard '*', or end
in a wildcard.
- tclass
- Is the Workload Manager Transaction Class name that will be used in the
creation of the enclave.
Examples:
TransClassMap www.ibm.com:80 /webap1/myservlet TCLASS1
TransClassMap www.ibm.com:* /webap1/myservlet TCLASS2
TransClassMap *:443 * TCLASS3
TransClassMap *:* /webap1/myservlet TCLASS4
TransClassMap www.ibm.com:* /webap2/* TCLASS5
TransClassMap * /myservlet TCLASS6
TransClassMap * * TCLASS6
Searchable topic ID:
rwebtclassfile
Last updated: Jun 21, 2007 9:56:50 PM CDT
WebSphere Application Server for z/OS, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.zseries.doc/info/zseries/ae/rweb_tclassfile.html