---VIRTUALWIKI_README for Very Quick Wiki V2.1--- This document is intended to give instructions on creating new virtual wikis. 1) Access the admin console at http:////jsp/admin.jsp 2) Scroll down to the "add virtual wiki" box, enter a name (one word, no spaces) and click add 3) Shut down Tomcat 4) Edit /WEB-INF/web.xml 5) You'll find a sample mapping and a comment for setting up a new Wiki servlet mapping 6) Add a mapping with the same name as you chose in step 2 as the part of the URL after the base Wiki context. E.g. if your base Wiki context is "vqwiki" and the URL to access it looks like http://myhost:8080/vqwiki/jsp, if you add a virtual wiki named "otherwiki", the URL will be http://myhost:8080/vqwiki/otherwiki. Questions: vqwiki@croninsolutions.com