This page (revision-10) was last changed on 13-Oct-2017 20:12 by Dieter Käppel

This page was created on 25-Oct-2013 11:05 by Dieter Käppel

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
10 13-Oct-2017 20:12 4 KB Dieter Käppel to previous
9 13-Oct-2017 20:12 4 KB Dieter Käppel to previous | to last
8 30-Mar-2016 19:06 4 KB Dieter Käppel to previous | to last
7 25-Mar-2016 19:15 4 KB Dieter Käppel to previous | to last
6 25-Mar-2016 15:59 3 KB Dieter Käppel to previous | to last
5 23-Mar-2016 10:45 3 KB Dieter Käppel to previous | to last
4 22-Mar-2016 14:10 2 KB Dieter Käppel to previous | to last
3 06-Jan-2014 22:40 2 KB Dieter Käppel to previous | to last
2 25-Oct-2013 11:18 1 KB Dieter Käppel to previous | to last
1 25-Oct-2013 11:05 253 bytes Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 12 changed one line
<Server port="8005" shutdown="SHUTDOWN">
<Server port="-1" shutdown="SHUTDOWN">
At line 33 changed one line
prefix="localhost_" suffix=".log" pattern="%h %l %u %t &quot;%r&quot; %s %b"/>
prefix="localhost" suffix=".log" pattern="%h %l %u %t &quot;%r&quot; %s %b"/>
At line 43 changed one line
<Server port="8005" shutdown="SHUTDOWN">
<Server port="-1" shutdown="SHUTDOWN">
At line 64 changed one line
prefix="localhost_" suffix=".log" pattern="%h %l %u %t &quot;%r&quot; %s %b"/>
prefix="localhost" suffix=".log" pattern="%h %l %u %t &quot;%r&quot; %s %b"/>
At line 88 added 6 lines
Beim Debugging wird zunächst nur auf das Netzwerk-Interface localhost gebunden. Möchte man sich auch von anderen Maschinen verbinden können, kann man das Binding ändern:
{{{
set JPDA_ADDRESS=hostname:8000
}}}
At line 96 added 7 lines
!!!Windows Service
Der Service kann mit "service install" installiert werden. Dabei brauchen zunächst keine Parameter angegeben werden, da diese im zweiten Schritt eingegeben werden.
Der Service mit tomcat7w.exe bzw. tomcat8w.exe eingestellt werden.
Wurde der Service unter einem anderen Namen installiert, kann er durch tomcat7w //ES//<service-name> geändert werden.