This page (revision-11) was last changed on 23-Apr-2022 17:05 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
11 23-Apr-2022 17:05 5 KB Harry Metske to previous typo
10 23-Apr-2022 17:06 5 KB Harry Metske to previous | to last
9 23-Apr-2022 17:06 5 KB Harry Metske to previous | to last
8 23-Apr-2022 17:06 5 KB Harry Metske to previous | to last
7 23-Apr-2022 17:06 4 KB Harry Metske to previous | to last
6 23-Apr-2022 17:06 4 KB Harry Metske to previous | to last
5 23-Apr-2022 17:06 4 KB Harry Metske to previous | to last
4 23-Apr-2022 17:06 4 KB Harry Metske to previous | to last
3 23-Apr-2022 17:06 4 KB Harry Metske to previous | to last
2 23-Apr-2022 17:06 3 KB Harry Metske to previous | to last
1 23-Apr-2022 17:06 1 KB Harry Metske to last

Page References

Incoming links Outgoing links
Raspberrypi...nobody

Version management

Difference between version and

At line 28 changed one line
You should see the red LED (PWR) lighting up, and also after a few seconds all (4) other green and yellow LEDs.\\
You should see the red LED (PWR) see lighting up, and also after a few seconds all (4) other green and yellow LEDs.\\
At line 40 removed one line
!! Network config
At line 42 removed 9 lines
Because pi is running as a server, it needs a static IP address, so change ''/etc/network/interfaces'' and edited the line for ''eth0'':
{{{
#iface eth0 inet dhcp
iface eth0 inet static
address 10.0.0.186
netmask 255.255.255.0
gateway 10.0.0.138
}}}
At line 134 removed one line
Created an extra DNS alias for my domain and added some proxy statements to my main host, the wiki is now accessible at [http://raspberrypi.computerhok.nl/wiki]
At line 136 removed 14 lines
! Performance tomcat / JSPWiki
See for details the [logfile|jspwiki.log], but some performance related messages:
%%small
{{{
INFO: Server startup in 103644 ms
2013-01-05 16:48:29,964 [JSPWiki Lucene Indexer] INFO org.apache.wiki.search.LuceneSearchProvider - Full Lucene index finished in 10067 milliseconds.
2013-01-05 16:54:50,841 [WatchDog for 'JSPWiki'] INFO org.apache.wiki.util.WatchDog - Watchable 'http-bio-8080-exec-1' exceeded timeout in state 'Generating VIEW response for WikiPage [JSPWiki:Main,ver=-1,mod=Sat Jan 05 14:31:16 CET 2013]' by 17 secondsEnable DEBUG-level logging to see stack traces.
}}}
%%
You also notice the first time you get to the wiki and all JSP's have to be compiled, that takes several minutes !