I've just downloaded the war file, imported it into IBMs RAD Deveolopment environment and followed the Installation and configuration steps to utilize this with our existing Oracle9i Enterprise Edition Release 9.2.0.8.0 database. I tried using a db user other then 'xwiki' by updating the hibernate.cfg.xml file, however, there appears to be some hardcoding somewhere because none of the table were being created and I was getting a db connection exception saying xwiki doesn't exist. Created the xwiki users, updated the hibernate.cfg.xml file and all the tables were created just fine. I am getting the following error at server startup however. Any ideas? [4/10/08 11:22:11:566 EDT] 00000013 ServletWrappe I SRVE0242I: [xWiki-EAR] [/xwikiApp] [action]: Initialization successful. [4/10/08 11:22:11:597 EDT] 00000013 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file C:\Program Files\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_10181018_08.04.10_11.22.11_0.txt [4/10/08 11:22:11:722 EDT] 00000013 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\Program Files\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_10181018_08.04.10_11.22.11_0.txt [4/10/08 11:22:11:753 EDT] 00000013 WebApp E Error while adding servlet mapping for servlet : action : java.lang.Exception: Mapping clash for ServletWrapper[action:[action:/bin/*, action:/testbin/*, action:/xwiki/*]]: Target com.ibm.ws.portletcontainer.portletserving.PortletServingExtensionProcessor@9160916 already exists at node xwiki at com.ibm.ws.util.ClauseNode.add(ClauseNode.java:59) at com.ibm.ws.util.URIMatcher.put(URIMatcher.java:131) at com.ibm.ws.util.URIMapper.addMapping(URIMapper.java:47) at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:495) at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:304) at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:285) at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:88) at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157) at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:655) at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:608) at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:335) at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:551) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1312) at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1129) at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569) at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:814) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:965) at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2131) at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:341) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469) -=-----------------------------------------------------------------------------------------------------------------