Re: cocoon with mysql

2002-03-21 Thread Derek Hohls
Olivier First, have a look at the tutorial: http://www.cocooncenter.org/cc/documents/resources/db-app/index.html There is much in there that applies to ALL databases. Changes are: 1. setup the driver in web.xml: load-class org.gjt.mm.mysql.Driver 2. set th

Re: cocoon with mysql

2002-03-20 Thread Cédric Damioli
as with other databases... put a tag in cocoon.xconf with your jdbc driver and url to your database : a mysql url is often (depends on the driver???) jdbc:mysql://host:3306/database you also have to put the jar with the jdbc driver in the web/WEB-INF/lib and enjoy mysql-power!!! Olivier GUCK

cocoon with mysql

2002-03-20 Thread Olivier GUCKERT
Hello I have cocoon installed on my machine and an acces to a mysql database. Can somebody tell me how to make work together ? Thanks Olivier - Please check that your question has not already been answered in the FAQ before