multiple blogs/databases
Is it possible to run Antville with more than one blog/database (mysql) on one server?
What I've done:
created a copy of apps/antville called apps/catch22
added to apps.properties (in /usr/local/helma): catch22 catch22.mountpoint=/catch22
in apps/catch22/db.properties:
catch22.url=jdbc:mysql://localhost/catch22
catch22.driver=org.gjt.mm.mysql.Driver
catch22.user=
When I try to access localhost:8080 I get the following error:
Error in application 'catch22':
java.lang.RuntimeException: Error retrieving Node: java.sql.SQLException: Datasource not defined or unable to load driver: antville.
I'm doing this on a RH9 server
btw: running one blog/database works fine rgds, Per