Hi.

I need t connect Tomcat to a database, I want to use with ODE. Therefor, I changed the configuration decribed in [1] to


server.xml (inside the <Host>-Element):
------------------------------------------------------
<Context path="/TestDB" docBase="TestDB" debug="5" reloadable="true" crossContext="true">
<Resource name="jdbc/TestDB" auth="Container" type="javax.sql.DataSource"7
         maxActive="100" maxIdle="30" maxWait="10000"
username="test_dab" password="moep" driverClassName="com.mysql.jdbc.Driver"
         url="jdbc:mysql://mysqlhost.uni-koblenz.de/TestDB"/>
</Context>


ode-axis2.properties:
-----------------------------
ode-axis2.db.mode=EXTERNAL
ode-axis2.db.ext.dataSource=java:comp/env/jdbc/TestDB

After I did this, Tomcat didn't work anymore. I even can't debug it, because the Tomcat window dissapears to fast.

Can you help me?

Greetz
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to