Tomcat Integration
There are mainly two ways to configure Atomikos and Tomcat. Per WAR fileYou can get Atomikos running locally inside your web application. In this case you have multiple web applications the transaction manager will be replicated and need to access its own transaction logs. See Tomcat 5.5 self-contained WAR to know how to configure this. Those guidelines are also valid for Tomcat 6. GloballyYou can install Atomikos in such a way that it integrates with Tomcat the J2EE way. In that case you only have one transaction manager shared by all web applications with a single set of transaction logs like in any classic full-blown J2EE server. Tomcat 5.5Atomikos 3.2 and earlierSee Tomcat 5.5 Integration with Atomikos 3.2 or older to know how to configure this. Atomikos 3.3 and laterSee Tomcat55Integration33 to know how to configure this. Tomcat 6Atomikos 3.2 and earlierSee Tomcat6Integration to know how to configure this. Atomikos 3.3 and laterSee Tomcat6Integration33 to know how to configure this. Atomikos 3.5.2 and laterSee Tomcat6Integration35 to know how to configure this. See Tomcat6Integration35Lifecycle to know how to configure this. Tomcat 7Atomikos 3.5.2 and laterSee Tomcat7Integration35 to know how to configure this. ![]() |