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
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
> # 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
-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
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
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
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