Run this command (I'm assuming you're on Linux):
$ cat /proc/sys/net/ipv6/bindv6only
The default output is 0 on Linux (the Windows equivalent is apparently
1). 0 means that an IPv6 socket will connect to *both* IPv6 and IPv4
(look up IPV6_V6ONLY).
You can force Java to listen to IPv4 only,
minute.
On 19/12/2023 19:03, Rainer Jung wrote:
Hi there,
Am 19.12.23 um 18:05 schrieb EML:
Hi - I'm running mod_jk with an Apache front-end, and I'm having an
issue with the JkShmFile files.
Every time Apache restarts mod_jk creates two new files
(jk-runtime-status.PID and
Hi - I'm running mod_jk with an Apache front-end, and I'm having an
issue with the JkShmFile files.
Every time Apache restarts mod_jk creates two new files
(jk-runtime-status.PID and jk-runtime-status.PID.lock). These are never
cleaned up; the log directory simply fills up with these files. Th