Transaction class mapping file entries indicate the workload management (WLM) goal for each class of client work. Each client transaction is dispatched in its own WLM enclave in a servant region process, and is managed according to the goals specified for its service class.
Following is the syntax for entries in a transaction class mapping file:
TransClassMap host:port uritemplate tclass
where:
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