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 11 added 42 lines
!! Important directories and files
|| name || purpose
|/etc/init.d/tomcat1|bootstrap script
|/etc/init.d/tomcat2|bootstrap script
|/usr/local/tomcat1| tomcat home dir (symlink to ./apache-tomcat1-x.y.z)
|/usr/local/tomcat2| tomcat home dir (symlink to ./apache-tomcat2-x.y.z)
|/usr/local/tomcat1/logs|log files tomcat1
|/usr/local/tomcat2/logs|log files tomcat2
|/var/jspwiki/wiki/pages|wiki pages and attachments of wiki
|/var/jspwiki/wiki/logs|wiki pages and attachments of wiki
|/var/jspwiki/doc/pages|wiki pages and attachments of doc
|/var/jspwiki/doc/logs|wiki pages and attachments of doc
|/var/log/apache2|webserver logs
!! Extra installed packages
* openjdk-6-jre-headless (apt)
* apache2 (apt)
* [tomcat 7.0.42|http://http://tomcat.apache.org/]
!! Configuration and installation
* Added my IP address to /etc/apache2/mods-enabled/status.conf
* ''wget 'http://apache.mirror1.spango.com/tomcat/tomcat-7/v7.0.42/bin/apache-tomcat-7.0.42.tar.gz' ''
!! Todo
* install apache2 with mod_ajp
* create user/group to run tomcats
* install tomcat latest release, 2 instances
* bootstrap scripts for tomcats
* housekeeping (log cleaning) cron jobs
* get the proper userdatabase.xml (start with empty one)
* create the amdin group and put your self in
At line 75 removed 40 lines
!! Important directories and files
|| name || purpose
|/etc/init.d/tomcat1|bootstrap script
|/etc/init.d/tomcat2|bootstrap script
|/usr/local/tomcat1| tomcat home dir (symlink to ./apache-tomcat1-x.y.z)
|/usr/local/tomcat2| tomcat home dir (symlink to ./apache-tomcat2-x.y.z)
|/usr/local/tomcat1/logs|log files tomcat1
|/usr/local/tomcat2/logs|log files tomcat2
|/var/jspwiki/wiki/pages|wiki pages and attachments of wiki
|/var/jspwiki/wiki/logs|wiki pages and attachments of wiki
|/var/jspwiki/doc/pages|wiki pages and attachments of doc
|/var/jspwiki/doc/logs|wiki pages and attachments of doc
|/var/log/apache2|webserver logs
!! Extra installed packages
* openjdk-6-jre-headless (apt)
* apache2 (apt)
* [tomcat 7.0.42|http://http://tomcat.apache.org/]
!! Configurations
* Added my IP address to /etc/apache2/mods-enabled/status.conf
!! Todo
* install apache2 with mod_ajp
* create user/group to run tomcats
* install tomcat latest release, 2 instances
* bootstrap scripts for tomcats
* housekeeping (log cleaning) cron jobs
* get the proper userdatabase.xml (start with empty one)
* create the amdin group and put your self in