Configure Java Transactions API (JTA) for Identity Services - Tomcat
How to Configure JTA for Identity Services
- Open the
context.xmlfile located under<User install directory>\apache-tomcat-8.5.32\conffolder depending on the database type. - In the
context.xmlfile, add the following code at the end of the file:
<JarScanner scanManifest="false"/>
<Transaction auth="Container" factory="org.objectweb.jotm.UserTransactionFactory" jotm.timeout="60" name="UserTransaction" type="javax.transaction.UserTransaction"/>
- Save the
context.xmlfile.