Tomcat + JSPWIKI: An user-extensible wiki-engine

来源:互联网 发布:js location.replace 编辑:程序博客网 时间:2024/04/28 01:15

JSPWIKI main document:

http://doc.jspwiki.org/2.4/


JSPWIKI home page:

http://www.jspwiki.org/


Installing JSPWiki on Windows:

http://www.jspwiki.org/wiki/Installing%20JSPWiki%20on%20Windows

Note: Read the readme file before the start, for instance: http://www.ecyrd.com/~jalkanen/JSPWiki/2.8.4/README


JSPWIKI documentation

http://www.jspwiki.org/wiki/JSPWikiDocumentation


Apache incubator projects:

http://incubator.apache.org/


Differences between Apache and Tomcat:

http://walsh.iteye.com/blog/284316


Post-configuration note:

1. Change the default port of Tomcat: Edit$TOMCAT_HOME\conf\server.xml to modify the default port '8080' to avoid port conflict, e.g change it to '8081'

2. Edit the $TOMCAT_HOME\webapps\wiki\WEB-INF\jspwiki.properties file to your liking. All configuration information is kept in WEB_INF/jspwiki.properties.The file is pretty well documented, so I recommend you read it throughfirst.


原创粉丝点击