This page (revision-39) was last changed on 23-Apr-2022 17:06 by Harry Metske

This page was created on 23-Apr-2022 17:06 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
39 23-Apr-2022 17:06 8 KB Harry Metske to previous
38 23-Apr-2022 17:06 8 KB Harry Metske to previous | to last
37 23-Apr-2022 17:06 8 KB Harry Metske to previous | to last
36 23-Apr-2022 17:06 8 KB Harry Metske to previous | to last
35 23-Apr-2022 17:06 8 KB Harry Metske to previous | to last
34 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last
33 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last
32 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last
31 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last
30 23-Apr-2022 17:06 9 KB HarryMetske to previous | to last
29 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last
28 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last
27 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last
26 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last
25 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last
24 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last
23 23-Apr-2022 17:06 8 KB Harry Metske to previous | to last
22 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last backup
21 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last

Page References

Incoming links Outgoing links
Jspwiki-vm...nobody

Version management

Difference between version and

At line 16 removed one line
|/etc/init/[tomcat2.conf]|upstart bootstrap script
At line 18 removed one line
|/usr/local/tomcat2| tomcat home dir (symlink to ./apache-tomcat2-x.y.z)
At line 20 changed one line
|/usr/local/tomcat2/logs|log files tomcat2
|/usr/local/tomcat1/lib|contains jspwiki property files
At line 23 removed 2 lines
|/var/jspwiki/doc/pages|wiki pages and attachments of doc
|/var/jspwiki/doc/logs|wiki pages and attachments of doc
At line 34 changed one line
* [jspwiki 2.9.1-incubating|http://www.apache.org/dist/incubator/jspwiki/2.9.1-incubating/]
* JSPWiki v2.10.0-svn-49
At line 43 changed one line
* __Default apache site configuration ? __ : /etc/apache2/sites-available/[default]
* __Default apache site configuration ? __ : /etc/apache2/sites-enabled/[000-default]
At line 50 changed 2 lines
* __create tomcat1 webapp dirs__ : with user tomcat1: ''cd /usr/local/tomcat1/webapps && mkdir wiki && cd wiki && jar -xf /tmp/ff/JSPWiki-bin/JSPWiki.war''
* __create tomcat2 webapp dirs__ : with user tomcat2: ''cd /usr/local/tomcat2/webapps && mkdir doc && cd doc && jar -xf /tmp/ff/JSPWiki-bin/JSPWiki.war''
* __create tomcat~[1/2~] webapp dirs__ : with user tomcat~[1/2~]: ''cd /usr/local/tomcat~[1/2~]/webapps && mv ROOT ROOT.old && mkdir ROOT && cd ROOT && jar -xf /tmp/ff/JSPWiki-bin/JSPWiki.war''
At line 54 changed one line
* created /usr/local/tomcat1/lib/[jspwiki-custom.properties|tomcat1.jspwiki.custom.properties] and /usr/local/tomcat2/lib/[jspwiki-custom.properties|tomcat2.jspwiki.custom.properties]
* created /usr/local/tomcat~[1/2~]/lib/jspwiki-custom.properties (see attached files)
At line 57 changed one line
* modify /etc/apache2/sites-available/[default]
* modify /etc/apache2/sites-available/[000-default]
At line 60 changed 2 lines
* __install spam filter__ : ''cp /home/tomcat1/jspwiki/[filters.xml] /usr/local/tomcat1/webapps/wiki/WEB-INF''
* __install spam filter__ : ''cp /home/tomcat2/jspwiki/[filters.xml] /usr/local/tomcat2/webapps/doc/WEB-INF''
* __install spam filter__ [filters.xml] to /usr/local/tomcat~[1/2~]/lib''
* __install jspwiki security policy__ [jspwiki-custom.policy] to /usr/local/tomcat~[1/2~]/lib'' (anonymous users can only view)
At line 63 changed one line
==> edit __/etc/cron.daily/00logwatch__ : ''logwatch --mailto harry.metske@gmail.com''
==> edit __/etc/cron.weekly/00logwatch__ : ''logwatch --mailto harry.metske@gmail.com''
At line 82 changed one line
* get the proper userdatabase.xml (start with empty one)
* %%strike get the proper userdatabase.xml (start with empty one)/%