Hi guys,
What is the best way to backup an XWIKI instance? I am using XWiki
Enterprise 2.1.1.25889. I have seen a couple of options that are available
but i couldnt find one that suits my needs.
On every wiki page, there is an option to export as pdf, html, rtf or as
XAR. This is quite good but when i tried to export as html it only exports
the current page i am looking at.
There is also the import/export tool (
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/ImportExport).
Unfortunately this exports as XAR but i want to export as html.
What i would like to do is backup the content of my wiki as html pages. It
would be usefull if i can export the whole wiki as html pages. The reason
for this is i want to be able to backup the contents incase my xwiki
instance is not accessible. I would like to still be able to access the
content. The best way for this is to backup the content as html which will
make it independent of any wiki engine.
Is there a way to export everything as html pages? (Not single pages but the
whole wiki and for all users).
Thanks
Hi,
I'm trying to install Xwiki on a W2003 server, using a JBOSS container
(4.2.2GA), and a MySQL database (5.0.67).
I followed the steps described in the Xwiki Admin Doc (without the DS
reference in xwiki.xml)
I'm getting an error when starting the JBOSS server.
11:21:48,406 INFO [TomcatDeployer] deploy, ctxPath=/xwiki,
warUrl=.../deploy/xwiki.war/
11:21:53,718 ERROR [[/xwiki]] Exception lors de l'envoi de l'ΘvΦnement
contexte initialisΘ (context initialized) α l'instance de classe d'Θcoute
(list
ener) org.xwiki.container.servlet.XWikiServletContextListener
java.lang.NoSuchMethodError:
org.apache.commons.beanutils.ConvertUtilsBean.register(ZZI)V
at
org.xwiki.properties.internal.converter.ConvertUtilsConverter.initialize
(ConvertUtilsConverter.java:48)
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance
(EmbeddableComponentManager.java:409)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize
(EmbeddableComponentManager.java:343)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup
(EmbeddableComponentManager.java:111)
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance
(EmbeddableComponentManager.java:383)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize
(EmbeddableComponentManager.java:343)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup
(EmbeddableComponentManager.java:111)
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance
(EmbeddableComponentManager.java:383)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize
(EmbeddableComponentManager.java:343)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup
(EmbeddableComponentManager.java:111)
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance
(EmbeddableComponentManager.java:383)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize
(EmbeddableComponentManager.java:343)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup
(EmbeddableComponentManager.java:111)
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance
(EmbeddableComponentManager.java:383)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize
(EmbeddableComponentManager.java:343)
at org.xwiki.component.embed.EmbeddableComponentManager.lookupList
(EmbeddableComponentManager.java:128)
at org.xwiki.component.internal.DefaultComponentManager.lookupList
(DefaultComponentManager.java:105)
at
org.xwiki.observation.internal.DefaultObservationManager.initialize
(DefaultObservationManager.java:129)
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance
(EmbeddableComponentManager.java:409)
at org.xwiki.component.embed.EmbeddableComponentManager.initialize
(EmbeddableComponentManager.java:343)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup
(EmbeddableComponentManager.java:101)
at
org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized
(XWikiServletContextListener.java:75)
at org.apache.catalina.core.StandardContext.listenerStart
(StandardContext.java:3856)
at org.apache.catalina.core.StandardContext.start
(StandardContext.java:4361)
at org.apache.catalina.core.ContainerBase.addChildInternal
(ContainerBase.java:790)
at org.apache.catalina.core.ContainerBase.addChild
(ContainerBase.java:770)
Can you help ?
Thanks in advance
Antonio DA SILVA
Hello,
I've got an issue with the latest xwiki 2.1.1 running on WebSphere 6.1 and
DB2 9.5.
First of all, I made a test installation on Tomcat/Postgres which worked
fine.
I followed exactly the installation instructions for WebSphere and DB2,
except I'm using a JNDI Datasource which i configured in the
hibernate.cfg.xml.
Now I get the following Exception when starting teh Application:
[12.01.10 13:18:36:434 CET] 000001f7 WebApp E Error while adding
servlet mapping for servlet : action :
java.lang.Exception: Mapping clash for ServletWrapper[action:[action:/bin/*,
action:/wiki/*, action:/testbin/*, action:/xwiki/*]]: Target
com.ibm.ws.portletcontainer.portletserving.PortletServingExtensionProcessor@358e358e
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:554)
at
com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:363)
at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:292)
at
com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:92)
at
com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:671)
at
com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:624)
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:1305)
at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1138)
at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:817)
at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:951)
at
com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1493)
at
com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:4097)
at
com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:4194)
at
com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:245)
at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1498)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
at sun.reflect.GeneratedMethodAccessor245.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
at
javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1092)
at
javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:973)
at
com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231)
at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1082)
at
com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:975)
at
com.ibm.ws.management.commands.AdminServiceCommands$InvokeCmd.execute(AdminServiceCommands.java:251)
at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:239)
at
com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(ApplicationDeploymentCollectionAction.java:537)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1096)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1037)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:832)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:679)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:566)
at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:321)
at
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1070)
at
org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:273)
at
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
at
org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:319)
at
com.ibm.isclite.container.controller.InformationController.processForwardConfig(InformationController.java:206)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1096)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1037)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
at
com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistence(WSCUrlFilter.java:792)
at
com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:363)
at
com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:229)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:832)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:679)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:566)
at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at
com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:748)
at
com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1466)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:119)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
at
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
at
com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)
at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
at
com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:784)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
[12.01.10 13:18:36:438 CET] 000001f7 VirtualHost I SRVE0250I: Das
Webmodul xwiki wurde an default_host[*:9080,*:80,*:5060,*:5061,*:443,*:9443]
gebunden.
[12.01.10 13:18:36:459 CET] 000001f7 ApplicationMg A WSVR0221I: Die
Anwendung wurde gestartet: xwiki_tta_db2_war
When i try to open the xwiki application dozens of the following exceptions
are thrown:
[12.01.10 13:25:19:140 CET] 0000003f DefaultLoadEv I
org.hibernate.event.def.DefaultLoadEventListener onLoad Error performing
load command
org.hibernate.ObjectNotFoundException: No
row with the given identifier exists:
[com.xpn.xwiki.doc.XWikiDocument#104408758]
at
org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:377)
at
org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:145)
at
org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:195)
at
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:103)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:878)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:784)
at
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:649)
at
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:288)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1375)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1415)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2056)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2088)
at
com.xpn.xwiki.render.XWikiMacrosMappingRenderer.loadPreferences(XWikiMacrosMappingRenderer.java:118)
at
com.xpn.xwiki.render.XWikiMacrosMappingRenderer.<init>(XWikiMacrosMappingRenderer.java:85)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.<init>(DefaultXWikiRenderingEngine.java:61)
at com.xpn.xwiki.XWiki.resetRenderingEngine(XWiki.java:1054)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:750)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:684)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:321)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:402)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1096)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1037)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:832)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:679)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:566)
at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3444)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:815)
at
com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1466)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:119)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture$1.run(AsyncChannelFuture.java:205)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Although about 30 exceptions of this kind are thrown, the application seems
to work. I can create a Document with content which survives a restart of
the application. Any ideas? Are the given exceptions related to each other?
Thanks in advance,
Seb
--
View this message in context: http://n2.nabble.com/xwiki-2-1-1-on-Websphere-DB2-tp4291275p4291275.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have been using the standalone package (2.04) for some time and now our
wiki is starting to grow. So I wanted to migrate over to a Mysql database. I
have setup the default wiki in Mysql, that works. Now I want to move over
all the content. I thought I could just export a xar file and then import it
into my Mysql instance. But first off the xar file is only like 6megs big
and second when I try to import it the tool says there are no documents in
it.
Also, are attachment exported? We have a few rather large files as
attachments so 6 megs seems really small.
Thank you
Daniel
--
View this message in context: http://n2.nabble.com/Migrate-to-Mysql-tp4275838p4275838.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I'm thinking abut another custom solution based on xwiki.
Though I'm worried about storage consumption and performance if there
will be >10k objects with ~10 string attributes.
My experience with quite small solutions
(few hundreds of objects http://odo.lv/Recipes/Recipes1_en and
http://www.ante.lv/xwiki/bin/view/Arts.Songs/ )
required using of apache cache.
I know that http://l10n.xwiki.org/xwiki/bin/view/L10N/ is quite slow,
but don't know why.
Can you share your experience/recommendations, how to build it in the
right way?
Thanks in advance,
Valdis
Hi,
I tried to delete a space by deleting all pages in it, but it still appears
in the spaces lists (on the main page and in the panel) alltough with a
question mark indicating that a page should be created ... how can I remove
it from there?
Also, How can I rename an existing space?
Thanks in advance,
Xavier
I am out of the office until 01/12/2010.
Out sick
Note: This is an automated response to your message "users Digest, Vol 30,
Issue 35" sent on 1/11/10 3:05:32.
This is the only notification you will receive while this person is away.