On 12/09/2016 22:32, Pierce Allen wrote:
Hello -
I run a collection Tomcat web servers on Redhat 7.2 (up-to-date)
Normally we like to compile and use the latest stable version of
Tomcat Native we can get our hands on (currently the one that ships
with Tomcat 8.5.5.0 is labeled tcnative 1.2.8
I recently pushed an update to Tomcat 8.5.5 on our systems and are now
getting reports of jsp compilation errors and we're seeing numerous new
cases of:
The code of method _jspService(HttpServletRequest, HttpServletResponse)
is exceeding the 65535 bytes limit
I know we have alot of not-recommended
Hello -
I run a collection Tomcat web servers on Redhat 7.2 (up-to-date)
Normally we like to compile and use the latest stable version of Tomcat
Native we can get our hands on (currently the one that ships with Tomcat
8.5.5.0 is labeled tcnative 1.2.8). However, when I try to compile
recent
On 12/09/2016 19:02, Yuval Schwartz wrote:
> Hey Mark, thanks a lot.
>
> On Mon, Sep 12, 2016 at 4:42 PM, Mark Thomas wrote:
>
>> On 12/09/2016 11:54, Yuval Schwartz wrote:
>> It might also be a bug in the connection pool that has been fixed.
>> Upgrading to the latest 8.0.x (or better still
Hey Mark, thanks a lot.
On Mon, Sep 12, 2016 at 4:42 PM, Mark Thomas wrote:
> On 12/09/2016 11:54, Yuval Schwartz wrote:
> > Hello,
> >
> > Tomcat: 8.0.22
> > Java: jdk1.8.0_05
> > Server: Amazon Linux
> >
> > My web application looses access to the database after about 24hrs of
> > running (pro
On 12/09/2016 11:54, Yuval Schwartz wrote:
> Hello,
>
> Tomcat: 8.0.22
> Java: jdk1.8.0_05
> Server: Amazon Linux
>
> My web application looses access to the database after about 24hrs of
> running (probably dependent on amount of users, not time).
>
> No messages/exceptions are printed to the c
On 12/09/2016 00:45, Nicolas Clemeur wrote:
> Hello,
>
> I am using HttpServletRequest.login to authenticate users on an ajax call.
> This is working fine and the relevant realm is queried. However, on
> subsequent requests, I have quite often the remote user being null despite
> having the correc
Hello,
Tomcat: 8.0.22
Java: jdk1.8.0_05
Server: Amazon Linux
My web application looses access to the database after about 24hrs of
running (probably dependent on amount of users, not time).
No messages/exceptions are printed to the console or log files.
When I stop tomcat, then I get a few "INF