Flavio wrote: > <dburl>jdbc:mysql://localhost/cocoon</dburl>
This looks wrong. Surely the url for the jdbc db must be <protocol>://<host>:<port>, eg <dburl>jdbc:mysql://localhost:3306</dburl> I think 3306 is the port for MySQL. MS SQLServer uses 1433. John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
