Hi John, sorry but this is not the solution ... i modified my cocoon.xconf as you suggested but the error is still the same.
Anyway i always use mysql in standalone mode without specifing the port number, i think it takes the default port. I am not expert in using cocoon, but i think that the problem depends from other things, like, maybe, the version of tha avalon framework or something like this ... I say so because, trying to work around the problem, i put these same configuration tags in the .xsp file, just before the esql:connection, and this runs ; i know that isn't the right place but runs ... this means that the datasource tags are right and driver connection works, isn't it ?? Thanks a lot Flavio > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
