Amazon EC2 Tomcat 7.0.85 not starting up due to some memory issue

2018-05-15 Thread Kiran Badi
Hi All, For some reason my application hosted on ec2 is just not starting up. I know I never had any memory issues in last 1 year or so. I see below trace in catalina.out file. I am not sure if I need to add swap space or file permission is an issue here. Something changed in ec2 that is causing

Re: acceptCount with NIO and Tomcat 8

2018-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Максим, On 5/11/18 10:21 PM, Максим Гумеров wrote: >> >> On 11/05/18 18:21, Максим Гумеров wrote: >>> Hi! I am running Tomcat 8 as part of Spring Boot application. >>> As usual, acceptCount defaults to 100 and maxThreads to 200. >>> According to

SSO using Reverse Proxy from IIS to Apache Tomcat 8.0.22 (Use Windows Authentication NTLM)

2018-05-15 Thread Agrawal, Suraj (CORP)
Hi Team, We are trying to do implement SSO using windows integrated authentication (NTLM) on Apache Tomcat 8.0.22 for Rest API calls. We are following "Windows Authentication How To" --> Reverse Proxies --> Microsoft IIS. We configured ISAPI_Redirect.dll for reverse proxy. But facing some

How to Properly Map Servlets and JSP Anchor Links?

2018-05-15 Thread Evan J
I have a simple Maven servlet/jsp application that I deploy to a local Tomcat 9 (via Eclipse). JSP pages are stored under the root folder ( src\main\webapp\*.jsp) which when Maven installs a WAR, they go under the root folder (MyAppContext\*.jsp along side MyAppContext\META-INF\ and