Re: [Montag-users] problem when starting tomcat and loading montag
Status: Beta
Brought to you by:
sbtourist
|
From: Sergio B. <ser...@gm...> - 2006-01-07 16:30:50
|
On 1/7/06, Alexandra Mart=EDnez <al...@ya...> wrote: > I am trying to run Montag on top of dbXML, but Tomcat gives > an error at startup when trying to load the montag > application: > > java.lang.ClassCastException at > montag.servlets.InitServlet.configureXMLDB(InitServlet.java:138) > ... [CUT] > <db-driver>com.dbxml.db.client.xmlrpc.dbXMLClientImpl</db-driver> This is wrong. You should use the following class as XMLDB driver: com.dbxml.db.client.xmldb.DatabaseImpl Let me know if this solves your problem. Regards, Sergio B. -- Sergio Bossa (http://sbtourist.blogspot.com) Author and Lead Developer of: - Montag (http://montag.sourceforge.net) - QuickNote (http://quicknote.sourceforge.net) |