Content unavailable! (broken link)https://dynarocks.com/wiki/attach/PageHeader/interSULT-2.002.jpg

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.

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

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
}}}
×