JSPWiki page for SkakMorten#
SkakMorten hosts a JSPWiki website which is mainly used as a CMS instead
of a Wiki. I force users to use a password to edit pages:
One way to do it, is to edit $CATALINA_HOME/webapps/JSPWiki/WEB-INF/web.xml (or where the file resides on your system), there is a section in the end of this file with the tag
'security-constraint' that is commented out. Comment in this section, and add the users that are allowed to edit the wiki in /etc/tomcat4/tomcat-users.xml - they must have the roles "admin" or "user" or both - (doesn't matter which, afaik).
This is in fact the way I have done it! -- SkakMorten .
My next next project, might be to write modules for JSPWiki. I use MyChess to show chessgames on the site, and it would be convenient to be able to use stuff like that, as a module like the calendar.
Thank you very much for JSPWiki and the templates!
CategoryHomepage