Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-10 Thread Mark Thomas
On 09/02/2016 16:19, Jeroen van Ooststroom wrote: >> Hello Mark, >> >> I have been trying to get an isolated test case reproducing the issue, >> but so far without luck. I'll try to reproduce it again with the >> original application and get a thread dump for you at the time it got >> stuck. Is th

Re: Tomcat Rewrite Valve

2016-02-10 Thread Felix Schumacher
Am 29.01.2016 15:34, schrieb Joe Aldrich: Hello, I am using Tomcat 8.0.28 on Windows 10 and am having a problem with the Rewrite Value. I must include the escaped form of an ampersand '%26' in the output URL. My rewrite.config has the following: RewriteCond %{QUERY_STRING} ^(.*&)?SCID=8(&.*)?$

Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-10 Thread Mark Thomas
On 10/02/2016 09:20, Mark Thomas wrote: > On 09/02/2016 16:19, Jeroen van Ooststroom wrote: > >>> Hello Mark, >>> >>> I have been trying to get an isolated test case reproducing the issue, >>> but so far without luck. I'll try to reproduce it again with the >>> original application and get a threa

Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-10 Thread Mark Thomas
On 10/02/2016 11:00, Mark Thomas wrote: > On 10/02/2016 09:20, Mark Thomas wrote: >> On 09/02/2016 16:19, Jeroen van Ooststroom wrote: >> Hello Mark, I have been trying to get an isolated test case reproducing the issue, but so far without luck. I'll try to reproduce it again wi

Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-10 Thread Jeroen van Ooststroom
Hello Mark, Thank you for looking into this in more detail. I did edit the thread dump, but just to remove what I believed to be irrelevant pieces. I did not remove any lock information, just bits of stack traces of ICEfaces. This was using ICEfaces-EE 3.3.0.GA_P03. I'll have a look to see if

Re: Stuck thread when invoking the AsyncContext.complete() method

2016-02-10 Thread Jeroen van Ooststroom
On 10/02/16 12:00, Mark Thomas wrote: On 10/02/2016 09:20, Mark Thomas wrote: On 09/02/2016 16:19, Jeroen van Ooststroom wrote: Hello Mark, I have been trying to get an isolated test case reproducing the issue, but so far without luck. I'll try to reproduce it again with the original applicat

Re: Tomcat feature request

2016-02-10 Thread Konstantin Kolinko
2016-02-10 5:40 GMT+03:00 Jason Ricles : > Is there any formal forum to make a feature request for tomcat? http://tomcat.apache.org/bugreport.html#How_to_submit_patches_and_enhancement_requests but usually better either to provide a patch or to discuss it (on the mailing list) to prove that there

Re: Using MANIFEST.MF in Tomcat 8

2016-02-10 Thread Konstantin Kolinko
2016-02-10 2:44 GMT+03:00 Andy Smith : > Hi, > I am currently running Tomcat 8.0.30 on a Red Hat Linux 64 bit O/S (2.6.18). > My question is, I hope, simple. I want to tell Tomcat to look in a child > directory of the WEB-INF/lib directory for jar files that contain classes my > web app requires

[ANN] Apache Tomcat 8.0.32 available

2016-02-10 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.32. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8.0.32 includes fixes for issues id

RE: [PossibleSpam] Re: Tomcat Rewrite Valve

2016-02-10 Thread Joe Aldrich
>Am 29.01.2016 15:34, schrieb Joe Aldrich: >> Hello, >> >> I am using Tomcat 8.0.28 on Windows 10 and am having a problem with >> the Rewrite Value. I must include the escaped form of an ampersand >> '%26' in the output URL. >> >> My rewrite.config has the following: >> >> RewriteCond %{QUERY

Re: Tomcat feature request

2016-02-10 Thread Jason Ricles
On Wed, Feb 10, 2016 at 7:47 AM, Konstantin Kolinko wrote: > 2016-02-10 5:40 GMT+03:00 Jason Ricles : >> Is there any formal forum to make a feature request for tomcat? > > http://tomcat.apache.org/bugreport.html#How_to_submit_patches_and_enhancement_requests > > but usually better either to provi

Re: [PossibleSpam] Re: Tomcat Rewrite Valve

2016-02-10 Thread Rémy Maucherat
2016-02-10 15:06 GMT+01:00 Joe Aldrich : > > >Am 29.01.2016 15:34, schrieb Joe Aldrich: > >> Hello, > >> > >> I am using Tomcat 8.0.28 on Windows 10 and am having a problem with > >> the Rewrite Value. I must include the escaped form of an ampersand > >> '%26' in the output URL. > >> > >> My rewri

Re: Tomcat 6 | Tomcat with APR causing Thread Blocking

2016-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ravi, On 2/10/16 1:43 AM, Ranjan, Ravi wrote: > Yes the stack trace was taken on server. > Anyway thanks for your valuable replies, I will continue my > research in this direction. Since tomcat is out of picture now, I > will concentrate on my extern

Incorrect release date on the Tomcat home page

2016-02-10 Thread srinivas yelamanchili
Hi, Tomcat 8.0.32 has release date of '2015-02-08' on the home page, the year is incorrect Thanks,-Sri

Re: Incorrect release date on the Tomcat home page

2016-02-10 Thread Mark Thomas
On 10/02/2016 17:06, srinivas yelamanchili wrote: > Hi, Tomcat 8.0.32 has release date of '2015-02-08' on the home page, the year > is incorrect > Thanks,-Sri Fixed. Thanks. Mark - To unsubscribe, e-mail: users-unsubscr...@tom

Re: Fwd: NoClassDefFoundError during graceful shutdown

2016-02-10 Thread Hrishikesh Gadre
Hi Chris, I did some more troubleshooting by enabling Tomcat debug logs. It turns out that the class loading is failing due to FileNotFoundException for antlr-runtime.jar file. I am not sure why is that the case since I can see that jar file at the location mentioned. Feb 10, 2016 10:00:24 AM org

Re: Fwd: NoClassDefFoundError during graceful shutdown

2016-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hdishikesh, On 2/10/16 2:12 PM, Hrishikesh Gadre wrote: > Hi Chris, > > I did some more troubleshooting by enabling Tomcat debug logs. It > turns out that the class loading is failing due to > FileNotFoundException for antlr-runtime.jar file. I am no

Re: Fwd: NoClassDefFoundError during graceful shutdown

2016-02-10 Thread Hrishikesh Gadre
Hi Chris, Thanks for the response. >>This looks like a different issue than you originally reported. Has that other issue gone away? Or is this the root cause of the originally-reported issue? I think it is the root cause for the original issue. As per my understanding, the FileNotFoundException

RE: Relative redirects in light of recent changes

2016-02-10 Thread George Stanchev
> > However, with useRelativeRedirects="false" I see > > > > GET http://hostname/myapp?m=n&o=p > > ==> 302: "http://hostname/login?a=b&c=d"; > > > > The questions I have are 2: First, what happened with the trailing slash > redirect. I vaguely remember discussions around it but I coul

ssl config questions

2016-02-10 Thread msh
I have the fillowing problem to solve for a job interview. Install the latest version of Apache Tomcat 7 using the latest version of Oracle Java 8.Done. Running under a non-root account.

Re: Fwd: NoClassDefFoundError during graceful shutdown

2016-02-10 Thread Hrishikesh Gadre
Hi Chris, I added a check to see if this jar file exists (and is readable) both inside the ServletFilter init(...) and destroy(...) methods. Most of the times the check passes. But when I get NoClassDefFoundError, I see that check is passing during invocation of init(...) method but not during des

Re: Fwd: NoClassDefFoundError during graceful shutdown

2016-02-10 Thread Hrishikesh Gadre
Oh BTW the jar file still exits on the filesystem (i.e. its not being touched during the execution of Tomcat). On Wed, Feb 10, 2016 at 6:31 PM, Hrishikesh Gadre wrote: > Hi Chris, > > I added a check to see if this jar file exists (and is readable) both > inside the ServletFilter init(...) and d