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