Re: Under system account, Tomcat starts even with shutdown port conflict

2017-06-09 Thread Dave Fisher
You should still be consistent about how you start Tomcat in Windows. Look into reboot situations. Look into file permissions if your app writes any files. These are other places where you can get inconsistent results. I've always used Ubuntu or Solaris in production to narrow these issues. Alwa

Re: Under system account, Tomcat starts even with shutdown port conflict

2017-06-09 Thread Tou Vue
Found out this is working as designed. You can follow the link to where I answered my own question... https://stackoverflow.com/questions/44400047/starting- tomcat-with-local-user-causes-jvm-bind-exception/2109#2109 According to https://msdn.microsoft.com/en-us/library/windows/desktop/ ms

Re: Tomcat 8.5.4, Backup Manager and Serializable objects in httpSession

2017-06-09 Thread Jared Walker
Hello, The exception was not swallowed. It was just in a different log file which I wasn't anticipating. Thanks, -Jared On Mon, May 29, 2017 at 4:03 PM, Jared Walker wrote: > Hello, > > I have a question about how BackupManager enforces or performs session > replication. > > I have added print

JVM Crash in tcnative due to concurrency/timing in HTTP/2

2017-06-09 Thread Kreuser, Peter
Hi all, Sorry for the long text. I hope somebody can help me track down the problem I'm facing with Tomcat (8.5.15), tcnative (1.2.12), openssl (1.1.0e) and HTTP/2. JVM is zulu-8.21.0.1 (1.8.0_131-b11) I've added (already for a long time) the logging of the ssl_cipher to the accesslog. For som