d3web-KnowWE - host multiple wikis#

If you wish to host multiple KnowWE-wiki domains on a single webserver here are the steps you will need to take:

1. Stop currently running KnowWE-Server. 2. Copy the KnoweWE directory from ${KnowWE.home}\webapps\ to the same location and rename it to <YourWikiName> 3. Update the wikicontent location reference in the jspwiki.properties see: d3web-KnowWE - change wikicontent location
4. update access policy see: d3web-KnowWE - change user rights for KnowWE 5. Restart KnowWE-Server again. 6. Access your newly created Wiki like this: http://localhost:8080/<YourWikiName>

Repeat 1. - 6. this a often as you like, but check the memory consumption of the web server. (You my need to change JAVA_OPTS in your environment settings depending on your hardware capabilities to e.g.:

-Xms512m -Xmx2048m -XX:MaxPermSize=1024m