The attempt to install XWiki on Fedora 14 fails with the following error message:
# java /opt/downloads/xwiki-enterprise-installer-generic-3.0-standard.jar
Exception in thread "main" java.lang.NoClassDefFoundError: /opt/downloads/xwiki-enterprise-installer-generic-3/0-standard/jar
Caused by: java.lang.ClassNotFoundException: .opt.downloads.xwiki-enterprise-installer-generic-3.0-standard.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: /opt/downloads/xwiki-enterprise-installer-generic-3.0-standard.jar. Program will exit.
#
Hello everyone.
Maybe my question is stupid or I am missing something but isn't having multiple wikis managed by one instance without physical cut off a great security risk.
Couldn't the admin of one wiki install an extension to view the filesystem and therefor gain access to all other wikis?
Cheers Chris.
I came across an old discussion on automatic numbering of headings,
Vincent Massol offered this solution:
http://www.xwiki.org/xwiki/bin/view/FAQ/NumberedSections
A great feature, but I am a bit at loss how to implement this in XWiki
2.0 syntax.
{{velocity}}
#set ($context.tocNumbered = true)
#set ($context.tocData = $tdoc.getTOC(2, 6, true))
{{/velocity}}
==example header==
didn't do the trick.
Any hints?