[jboss-user] [jBPM] - Re: jBPM5 Console Integration with Tomcat6

bpmn2user do-not-reply at jboss.com
Mon Jan 24 16:12:09 EST 2011


bpmn2user [http://community.jboss.org/people/bpmn2user] created the discussion

"Re: jBPM5 Console Integration with Tomcat6"

To view the discussion, visit: http://community.jboss.org/message/582875#582875

--------------------------------------------------------------
If you modify the context.xml at Tomcat level ($CATALINA_BASE/conf/context.xml), then you do not need to modify gwt-console-server's context.xml.

Modify the context.xml in Tomcat's conf directory

 +<Transaction factory="bitronix.tm.BitronixUserTransactionObjectFactory" />+
+    <Resource name="jdbc/testDS1" auth="Container" type="javax.sql.DataSource"+
+               maxActive="15" maxIdle="2" maxWait="10000"+
+logAbandoned="true"+
+               username="testing" password=""+
+driverClassName="com.mysql.jdbc.Driver"+
+               url="jdbc:mysql://localhost/jbpm"/>+

If you define the username etc in context.xml, you can delete them from resources.properties.

Make sure if you include mysql jar file in Tomcat's lib directory
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/582875#582875]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110124/d1c1a173/attachment-0001.html 


More information about the jboss-user mailing list