[xwiki-users] xwiki&ApacheGeronimo
Hi, I succesfully installed xwiki on Tomcat using MySQL as database server. Now I must install xwiki on Geronimo but after application deploy and hibernate.cfg.xml configuration i get an error on the /xwiki/bin/view/Main/WebHome. The error seems due to database problems and I was able to reproduce it on tomcat removing the mysql-connector or inserting a wrong password in the hibernate.cfg.xml. Is someone using Apache Geronimo or Websphere Community Edition with xwiki? I found a document that describe an installation of the previous version of xwiki on the previous version of Geronimo but it doesn't work on the new release. Thanks to all for help, Bye, Loris
Hi, Loris Conedera schrieb:
Is someone using Apache Geronimo or Websphere Community Edition with xwiki?
I am using Websphere Community Edition and experienced a similar problem. You will need either to write a deployment-plan to inform WASCE about the dependency on the mysql-connector or to repackage xwiki.war with the connector jars in WEB-INF/lib and then to redeploy it (that's what I did). Simply copying libraries to xwiki/WEB-INF/lib in the repository seems not to be sufficient. -hp
Hi, 2007/10/10, Hans-Peter Zorn <[email protected]>:
You will need either to write a deployment-plan to inform WASCE about the dependency on the mysql-connector or to repackage xwiki.war with the connector jars in WEB-INF/lib and then to redeploy it (that's what I did).
I inserted the mysql-connector-java.java in "lib", I modified the hibernate.cfg.xml and I repackaged the WAR. I deployed the WAR using the Deploy New function on WASCE console but I doesn't work! The error is the same! Please say me what I'm doing wrong! Thanks for help! Loris
participants (2)
-
Hans-Peter Zorn -
Loris Conedera