RE: tomcat service app

2019-10-30 Thread Mark Thomas
On October 30, 2019 7:41:07 PM UTC, George Stanchev wrote: >My question about the source stays, but I guess I should've RTFM where >it states that the wrapper uses # *or* ; as separator and if you want >to embed those character you need to wrap them in single quotes... > >From: George Stanchev >S

RE: tomcat service app

2019-10-30 Thread George Stanchev
My question about the source stays, but I guess I should've RTFM where it states that the wrapper uses # *or* ; as separator and if you want to embed those character you need to wrap them in single quotes... From: George Stanchev Sent: Wednesday, October 30, 2019 1:33 PM To: Tomcat Users List S

tomcat service app

2019-10-30 Thread George Stanchev
I am trying to troubleshoot an issue where when I call tomcat8.exe with following parameters it writes [2] to the registry (newline where the semicolon was) and I am having trouble locating the source code repository for the Windows service app. Can someone point me to it? (Or tell me what I've

Re: Tomcat in Netbeans 11.1

2019-10-30 Thread alejandro . vargas
Well if you're developping in Netbeans, Netbeans always make a copy of tomcat in other folder. When you run the project, Netbeans deploy the project in its working directory and that deploy stays there until you cleaned or undeploy it or undeploy them. In Netbeans there's a tab named Servi

Tomcat in Netbeans 11.1

2019-10-30 Thread Don
I've been using Tomcat in production for about 15 years.  I'm currently working in 8.5.39.  The people at NetBeans suggested I ask this list about a problem I experience when I select Project | Run from the NetBeans project window. Instead of running just the project I selected, it also runs o

Re: Re: TLS 1.3 with client auth fails with NOT_HANDSHAKING during handshake

2019-10-30 Thread Mathias S
> > That looks like a bug. Please open a Bugzilla issue. > > JSSE doesn't implement post-handshake authentication for TLSv1.3 but as > the Connector is configured with clientAuth="true" authentication > should > be happening during the initial handshake and, therefore, should work. > > Mark > Thank

Re: TLS 1.3 with client auth fails with NOT_HANDSHAKING during handshake

2019-10-30 Thread Mark Thomas
On 30/10/2019 07:47, Mathias S wrote: > Hi all, > > i installed Tomcat 9.0.27 on my Windows 7 machine and using the following > java runtime to get support for TLSv1.3 > > Server built: Oct 7 2019 09:57:22 UTC > Server version number: 9.0.27.0 > Architecture: amd64 > JVM Versio