How To Use JOTM as the XA Transaction Manager in
...
Jetty
These instructions have been tested with JOTM 2.0.10.
...
Assuming you have successfully downloaded JOTM, copy the following jars to jetty6jetty's lib/ext directory:
- connector-1_5.jar
- howl.jar
- jotm.jar
- jotm_jrmp_stubs.jar
- jta-spec1_0_1.jar
- jts1_0.jar
- ow_carol.jar
- xapool.jar
Step 2: Configure CAROLTip title Logging Depending on how you want your logging configured, you may need to also copy
jcl104-over-slf4j.jarand an slf4j log implementation such asslf4j-simple.jarinto thelib/directory. You should find both of these files inlib/jsp-2.0. You would need to do this if you are using jdk-1.5 and you want to use slf4j logging. Alternatively, if you are using jdk1.4 and/or you want to use commons-logging, you will need to copy the commons-logging jar and a commons logging impl into thelib/directory.
...