Hello everybody,

OS : Windows 7 Pro x64
Tomcat : 8.5.31

On a test bench, I reboot Windows to test one of our C# applications.
Sometimes after starting the OS, my Tomcat server fails to initialize
because the 8080 or 8009 port would be already used.
I changed the default port 8080 by 9999 and I had the same error after
several reboots of my OS.

I check with the NETSTAT -atonb -p TCP command and I have Tomcat that is
listening to port 8080 (or 9999) and port 8009.

Attached file catalina log

In the log the problem occurred on:
- 02-Oct-2018 03:16:41.364 (port 8080 and 8009)
NETSTAT Result:

TCP 0.0.0.0:8009 0.0.0.0:0 LISTENING 2640
[Tomcat8.exe]
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 2640
[Tomcat8.exe]

- 02-Oct-2018 10:27:16.722 (port 8080)
NETSTAT Result:

TCP 0.0.0.0:8009 0.0.0.0:0 LISTENING 2828
[Tomcat8.exe]
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 2828
[Tomcat8.exe]

- 02-Oct-2018 12:20:38.289 (port 9999)
NETSTAT Result:

TCP 0.0.0.0:8009 0.0.0.0:0 LISTENING 2780
[Tomcat8.exe]
TCP 0.0.0.0:9999 0.0.0.0:0 LISTENING 2780
[Tomcat8.exe]


Thank you in advance for your help.

Best regards,
------------------------------
*  Gaël REYNOARD* - Ingénieur Recherche & Développement
  Service *Bureau d'étude informatique*
  44 avenue Victor Meunier - 33530 BASSENS
  Fixe 05.57.80.80.80 - Fax 05.56.31.61.21 - Poste interne 100 235
  gael.reyno...@lafon.fr - www.lafon.fr
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to