No more use of datasource configured with tomcat. You need to embed a transaction manager (bitronix or any TM of your choice) within tomcat and hence shared the link which does it.
On Thu, Jan 30, 2014 at 6:38 PM, gabriel <[email protected]>wrote: > Thanks for your attention Sathwik. > > Before use your suggestions, i need configure apache ode with mysql. > > I note/look (in catalina.out) that, when "Add the following stanza to > conf/server.xml inside the <Host> element: > <Context path="/ode" docBase="ode" debug="5" reloadable="true" > crossContext="true"> > <Resource name="jdbc/ODEDB" auth="Container" > type="javax.sql.DataSource" > maxActive="100" maxIdle="30" maxWait="10000" > username="root" password="pass" > driverClassName="com.mysql.jdbc.Driver" > url="jdbc:mysql://localhost:3306/ode?autoReconnect=true"/> > </Context>, " > > ode.war don't deploy! (catalina.out simply don't say nothin about it) > > but, when i comment <context> element, all works fine!! what can be > happening? > > > > -- > View this message in context: > http://apache-ode.996305.n3.nabble.com/no-new-deploys-with-ode-mysql-tp17020p17022.html > Sent from the Apache Ode Dev mailing list archive at Nabble.com. >
