WebSphere Application Server - Express, Version 6.0.x     Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

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
Reference topic    

Terms of Use | Feedback

Last updated: Jun 8, 2005 12:45:23 PM EDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rweb_tclassfile.html

© Copyright IBM Corporation 2003, 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)