Re: Tomcat shutdown process

2016-04-05 Thread Mark Thomas
On 05/04/2016 21:48, Vinicius Carvalho wrote: > Thanks for the quick reply Mark, one final question, does tomcat return a > 503 error in that case? New connections will fail. Existing connections will be closed. Mark > > Regards > > On Tue, Apr 5, 2016 at 4:05 PM, Mark Thomas

Re: Tomcat 8.5 and TLS

2016-04-05 Thread Thad Humphries
On Tue, Apr 5, 2016 at 4:25 PM, Rémy Maucherat wrote: > 2016-04-05 15:11 GMT-05:00 Thad Humphries : > > > My primary interest in Tomcat 8.5 is HTTP/2, so I must set up HTTPS and > > TLS. > > > > Since I eventually must demonstrate the various HTTPS

Re: Tomcat shutdown process

2016-04-05 Thread Vinicius Carvalho
Thanks for the quick reply Mark, one final question, does tomcat return a 503 error in that case? Regards On Tue, Apr 5, 2016 at 4:05 PM, Mark Thomas wrote: > On 05/04/2016 20:54, Vinicius Carvalho wrote: > > Hi there, I googled this one around, but I found a big mix on

Re: Tomcat 8.5 and TLS

2016-04-05 Thread Rémy Maucherat
2016-04-05 15:11 GMT-05:00 Thad Humphries : > My primary interest in Tomcat 8.5 is HTTP/2, so I must set up HTTPS and > TLS. > > Since I eventually must demonstrate the various HTTPS approaches to others, > I have tried both the APR and the NIO implementation, as well as

Tomcat 8.5 and TLS

2016-04-05 Thread Thad Humphries
My primary interest in Tomcat 8.5 is HTTP/2, so I must set up HTTPS and TLS. Since I eventually must demonstrate the various HTTPS approaches to others, I have tried both the APR and the NIO implementation, as well as the different layouts in the docs (

Re: Tomcat shutdown process

2016-04-05 Thread Mark Thomas
On 05/04/2016 20:54, Vinicius Carvalho wrote: > Hi there, I googled this one around, but I found a big mix on exactly how > tomcat operates when a shutdown is initiated. What happens when a shutdown > is started in regards to: > > - Requests that are currently being processed (if a request is

Tomcat shutdown process

2016-04-05 Thread Vinicius Carvalho
Hi there, I googled this one around, but I found a big mix on exactly how tomcat operates when a shutdown is initiated. What happens when a shutdown is started in regards to: - Requests that are currently being processed (if a request is waiting on an external resource such as a jdbc connection),

Re: Tomcat 9.0.0M4 (and trunk) issue with Websockets (bug?)

2016-04-05 Thread Mark Thomas
On 04/04/2016 18:01, Francesco Bassi wrote: > Hello everybody. > > Tomcat 9 has a different behaviour than Tomcat 8, during the management of > MessageHandler.onMessage: > > - in Tomcat 8: > Thread.currentThread().getContextClassLoader() returns an instance of >

Re: Tomcat 8.0.X - findService("Catalina").getContainer() deprecated. How to retrieve StandardEngine

2016-04-05 Thread Mark Thomas
On 05/04/2016 18:30, Mariano López wrote: > Hi all, I'm working with Tomcat 8.0.32 after migrating from 7.0.X. > > When I want to get the host object in Tomcat 7 I did: > >MBeanServer mBeanServer = > MBeanServerFactory.findMBeanServer(null).get(0); > ObjectName catalinaNombre = null;

Tomcat 8.0.X - findService("Catalina").getContainer() deprecated. How to retrieve StandardEngine

2016-04-05 Thread Mariano López
Hi all, I'm working with Tomcat 8.0.32 after migrating from 7.0.X. When I want to get the host object in Tomcat 7 I did: MBeanServer mBeanServer = MBeanServerFactory.findMBeanServer(null).get(0); ObjectName catalinaNombre = null; try { catalinaNombre = new

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-05 Thread Tobias Soloschenko
I missed to answer some of the other questions: 1. I start tomcat with the startup.sh 2. The files in the ../1.5.2/libexec/lib can be derived from the ln -s commands (see below) 3. TCNATIVE_PRIV_INCLUDES is default I didn't changed here anything. 4. I posted a step by step guide - I think if I

Re: Tomcat 8.5 documentation question

2016-04-05 Thread Thad Humphries
On Tue, Apr 5, 2016 at 2:53 AM, Mark Thomas wrote: > On 04/04/2016 23:10, Thad Humphries wrote: > > In docs/config/http.xml, lines #1430 and #1648 use > "certificateValidation". > > However when I go to "#SSL_Support_-_SSLHostConfig" I find the attribute > >

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-05 Thread Tobias Soloschenko
Hi > Am 05.04.2016 um 05:00 schrieb Christopher Schultz > : > > Tobias, > >> On 4/4/16 4:49 AM, Tobias Soloschenko wrote: >> I just figured out that this issue might depend on the file names of APR >> 1.5.2 - if I create links in the lib folder that reflects the

Re: Exception Both the UrlPattern and value attribute were set for the WebServlet annotation on class ...

2016-04-05 Thread Violeta Georgieva
2016-04-05 9:10 GMT+03:00 basilk : > > Hi. > > Thanks for the answer. But i didn't quite catch, what i should do? > Eclipse refused to start Tomcat. I don't have any annotations i my application. > Check the settings for the project. In Eclipse the web app is executed

Re: Tomcat 8.5 documentation question

2016-04-05 Thread Mark Thomas
On 04/04/2016 23:10, Thad Humphries wrote: > In docs/config/http.xml, lines #1430 and #1648 use "certificateValidation". > However when I go to "#SSL_Support_-_SSLHostConfig" I find the attribute > "certificateVerification", *not *"certificate*Validation*". I think one or > the other is an error

Re: Information about incident ID 2205106170494020972

2016-04-05 Thread Theo Sweeny
Hello Ivan, From: John D. Ament Sent: 05 April 2016 03:11 To: Tomcat Users List Subject: Re: Information about incident ID 2205106170494020972 Is it at all possible that you have some network level security that's blocking your

Re: Exception Both the UrlPattern and value attribute were set for the WebServlet annotation on class ...

2016-04-05 Thread basilk
Hi. Thanks for the answer. But i didn't quite catch, what i should do? Eclipse refused to start Tomcat. I don't have any annotations i my application. Basil. From: Violeta Georgieva Sent: Monday, April 04, 2016 10:30 AM To: Tomcat Users List Subject: Re: Exception Both the UrlPattern and