Re: One more servlet reverse proxy solution to the wiki

2017-01-27 Thread Woonsan Ko
On Fri, Jan 27, 2017 at 2:57 PM, Mark Thomas wrote: > On 27/01/2017 18:29, Woonsan Ko wrote: >> Hi, >> >> Recently I've noticed from another thread that the following wiki page >> has a list of servlet based reverse proxy solutions: >> - https://wiki.apache.org/tomcat/ServletProxy >> >> I know of

Re: One more servlet reverse proxy solution to the wiki

2017-01-27 Thread Mark Thomas
On 27/01/2017 18:29, Woonsan Ko wrote: > Hi, > > Recently I've noticed from another thread that the following wiki page > has a list of servlet based reverse proxy solutions: > - https://wiki.apache.org/tomcat/ServletProxy > > I know of another solution: > - http://portals.apache.org/applications

Re: Apache Tomcat/7.0.39 crashed with fatal error

2017-01-27 Thread Coty Sutherland
> # Problematic frame: > # J > org.apache.http.impl.cookie.BestMatchSpec.formatCookies(Ljava/util/List;)Ljava/util/List; Generally a crash in a java frame is a JVM bug. A quick google search of the problematic frame yields the following first result, https://github.com/rholder/jvm-loop-unswitchi

Re: tomcat crashes with Java1.7

2017-01-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rejesh, On 1/26/17 9:54 PM, Rajesh Cherukuri wrote: > can some one help me on this , tomcat servers crashes if i use java > 1.7 ir was running fine for more than an year This sounds shockingly similar to this: http://markmail.org/thread/iicz5xyeks

One more servlet reverse proxy solution to the wiki

2017-01-27 Thread Woonsan Ko
Hi, Recently I've noticed from another thread that the following wiki page has a list of servlet based reverse proxy solutions: - https://wiki.apache.org/tomcat/ServletProxy I know of another solution: - http://portals.apache.org/applications/webcontent2/reverse-proxy-module.html Could someone a

Re: Stopping any Tomcat thread running more than an amount of time

2017-01-27 Thread Mark Thomas
On 27/01/2017 08:24, Abdessamed Mansouri wrote: > Thank you for your time and your suggestion and sorry for late response. > > I don't know if that is possible in servlet filter, because we don't really > want to kill the thread, we want only to stop it and return it to Tomcat > thread pool for it

Re: Stopping any Tomcat thread running more than an amount of time

2017-01-27 Thread Abdessamed Mansouri
Thank you for your time and your suggestion and sorry for late response. I don't know if that is possible in servlet filter, because we don't really want to kill the thread, we want only to stop it and return it to Tomcat thread pool for it be used again to handles new requests, so i think we shou