Hi

I am using Appfuse and see that for integration tests cargo puts the context into Tomcat 5 like this:


<Context path="/saeuser-1.0-SNAPSHOT" docBase="C:\projects\saeuser\target\saeuser-1.0-SNAPSHOT.war" debug="2">

</Context>

If I have a web application that has a datasource, how do I make Cargo declare it? For example:

<Context path="/sae" reloadable="true" docBase="C:\projects\sae\webapp" workDir="C:\projects\sae\work"> <Resource name="jdbc/sae" auth="Container" type="javax.sql.DataSource"
                  maxActive="100" maxIdle="30" maxWait="10000"
                  username="saeuser" password="saeuser"
                  driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3300/saeuser?autoReconnect=true"/>
   </Context>


Thanks.

Janos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to