that's correct - what are the exceptions you get (just the first 5-10 lines of each should be enough).
In some cases it does report exceptions on first use that are not problematic - please also check whether the system does operate normally once started. - Brett 2008/8/1 Chase, Brian <[EMAIL PROTECTED]>: > Is there any way to change the default database names when configuring > for external databases such as MySQL? > > For example, I'd like to use the following, however when I start > continuum the first time, it runs scripts for database 'users' and I get > exceptions. > > create database continuum_users > > <Resource name="jdbc/users" > auth="Container" > type="javax.sql.DataSource" > username="continuum" > password="" > driverClassName="com.mysql.jdbc.Driver" > url="jdbc:mysql://localhost:3306/continuum_users?autoReconnect=true" /> > > > Thanks > -- Brett Porter Blog: http://blogs.exist.com/bporter/
