On Thu, October 19, 2006 4:24 pm, Jesse McConnell wrote:

> Graham, if you confirm you have it working just get me the settings
> your using and I get the readme updated with it.

After fiddling around for a bit, I got this to work as continuum.xml:

<Context docBase="${catalina.home}/webapps/continuum"
         privileged="true" antiResourceLocking="false"
antiJARLocking="false">

         <Resource
           name="jdbc/continuum"
           type="javax.sql.DataSource"
           auth="Container"
           description="Derby database for Continuum"
           maxActive="100" maxIdle="30" maxWait="10000"
           username="" password=""
           driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
           
url="jdbc:derby:/udd001/app/alchemy/continuum/derby/continuum;create=true"
/>
         <Resource
           name="jdbc/users"
           type="javax.sql.DataSource"
           auth="Container"
           description="Derby database for Continuum"
           maxActive="100" maxIdle="30" maxWait="10000"
           username="" password=""
           driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
           
url="jdbc:derby:/udd001/app/alchemy/continuum/derby/users;create=true"
/>

</Context>

The pathnames would need to be fixed to say
${catalina.home}/databases/whatever.

Regards,
Graham
--



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

Reply via email to