AW: AW: AW: AW: How to cancel download on the server side

2016-06-06 Thread Steffen Heil (Mailinglisten)
Hi > It is a dirty Tomcat specific trick that will only work as long as the code > is the way it is but if you throw a ClientAbortException wrapped > in a ServletException you shouldn't see that log message. Thanks a lot, this was just what I was looking for. Regards, Steffen smime.p7s

Re: Tomcat 8.5.2 Beta and HTTP/2

2016-06-06 Thread Sven Schleier
Hi Chris, When I use curl, I also get the same response via HTTP, not HTTP/2. curl --http2 -k -v -g -6 https://\[::1\]:8443 I think I leave it for now. But thanks for your support. Cheers, Sven On 7/6/16, 3:01 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1

Re: mod_jk resubmitting request to Tomcat

2016-06-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerry, On 6/4/16 2:00 PM, Jerry Malcolm wrote: > I am calling a JSP to start a fairly long-running process in > Tomcat. I'm not using the page response data. The JSP is simply a > way to initiate the process. The JSP simply returns "OK" or "RC=". >

Re: TLSv1.2 ALERT: fatal, description = unexpected_message

2016-06-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Venkata, On 6/5/16 1:45 PM, Venkata Reddy P wrote: > My current ssl errors are getting only for IE and google chrome > browsers. The same application is working well for the Firefox > that's the reason can't suspect the SSL implementation. I disag

Re: Tomcat 8.5.2 Beta and HTTP/2

2016-06-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sven, On 6/6/16 9:34 AM, Sven Schleier wrote: > Hi Mark, > > Thanks for this hint. My Tomcat is actually reachable from external > via HTTP/2. When I try to connect via the official domain I can > connect via HTTP/2 over SSL (h2), but not locally via

Re: Tomcat 8.5.2 Beta and HTTP/2

2016-06-06 Thread Sven Schleier
Thanks for helping out Mark. If I have some time I will dig deeper into the issue, for now it’s ok. On 6/6/16, 9:51 PM, "Mark Thomas" wrote: >On 06/06/2016 14:34, Sven Schleier wrote: >> Hi Mark, >> >> Thanks for this hint. My Tomcat is actually reachable from external via >> HTTP/2. When I

Re: Tomcat 8.5.2 Beta and HTTP/2

2016-06-06 Thread Mark Thomas
On 06/06/2016 14:34, Sven Schleier wrote: > Hi Mark, > > Thanks for this hint. My Tomcat is actually reachable from external via > HTTP/2. When I try to connect via the official domain I can connect via > HTTP/2 over SSL (h2), but not locally via localhost. Tomcat is listening on > all interfac

Re: Tomcat 8.5.2 Beta and HTTP/2

2016-06-06 Thread Sven Schleier
Hi Mark, Thanks for this hint. My Tomcat is actually reachable from external via HTTP/2. When I try to connect via the official domain I can connect via HTTP/2 over SSL (h2), but not locally via localhost. Tomcat is listening on all interfaces, and HTTP connections on localhost are working, but

Aw: Re: memory-leak in org.apache.jasper.compiler.Mark|Node$TemplateText

2016-06-06 Thread devzero
> Then you haven't correctly set development to false or your measurement > of used memory is not correct you were right, i set development fals in the wrong section of web.xml. i put it under org.apache.jasper.servlet.JspServlet no, and things behave like expected. thanks for help and so

RE: TLSv1.2 ALERT: fatal, description = unexpected_message

2016-06-06 Thread Venkata Reddy P
Is the size of the https request cause any issues? The IE (hanging on while loading few requests) and Chrome (net::ERR_SSL_PROTOCOL_ERROR) request are working occasionally, what I observed is sometime loads js, css files from cache and then it works fine. If it is trying to download from the s