re: Tomcat Realm/LDAP - userRoles and Organization Unit name for authenticated users

2016-12-03 Thread Taylor, Larry
Hello, For Users that have authenticated from the Web Login page through Tomcat Realm LDAP configuration is it possible to get the authenticated user's ou=Organizational Unit or Department name? and also what their role names are? I need this information to pass to a servlet or jsp page.

Help On Tomcat Process which is utilizing more than 300%

2016-12-03 Thread Jayaram Ponnusamy
Dear All, I am new to Tomcat We are using Tomcat 7.0.42 with JVM 1.7.0_40-b43 on Rhel 6 (8 Core CPU). Suddenly tomcat process start utilizing more than 300% and our website performance went down. I couldn't find anything in the Log. Kindly please help me to resolve this issue. -- *Thanks & Reg

Re: Help on catalina.out file which is reached more than 8 GB

2016-12-03 Thread Madhur Ahuja
Why not use logrotate https://dzone.com/articles/how-rotate-tomcat-catalinaout On Sun, Dec 4, 2016 at 12:04 PM, Jayaram Ponnusamy < jayaram.ponnus...@gmail.com> wrote: > Dear All, > > I am new to Tomcat, and in our production environment, the catalina.out > reached more than 8GB, and we are remo

Help on catalina.out file which is reached more than 8 GB

2016-12-03 Thread Jayaram Ponnusamy
Dear All, I am new to Tomcat, and in our production environment, the catalina.out reached more than 8GB, and we are removing it manually. So,Kindly please help me to set maximum size will be 25MB and keep 7days Logs only. We are using Tomcat 7.0.42.0 in Rhel 6 Thanks Jayaram

Re: Tomcat listener not coming up - no stuck threads

2016-12-03 Thread Mark Thomas
On 03/12/2016 17:39, John D. Ament wrote: > Sorry missed a response.. > > On Sat, Dec 3, 2016 at 12:36 PM John D. Ament > wrote: > >> On Wed, Nov 30, 2016 at 8:50 PM Christopher Schultz < >> ch...@christopherschultz.net> wrote: >> > John, > > On 11/26/16 7:29 PM, John D. Ament wrote: Hi, >

Re: Tomcat listener not coming up - no stuck threads

2016-12-03 Thread John D. Ament
Sorry missed a response.. On Sat, Dec 3, 2016 at 12:36 PM John D. Ament wrote: > On Wed, Nov 30, 2016 at 8:50 PM Christopher Schultz < > ch...@christopherschultz.net> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > John, > > On 11/26/16 7:29 PM, John D. Ament wrote: > > Hi, > >

Re: Tomcat listener not coming up - no stuck threads

2016-12-03 Thread John D. Ament
On Wed, Nov 30, 2016 at 8:50 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > John, > > On 11/26/16 7:29 PM, John D. Ament wrote: > > Hi, > > > > Looking for some external input. I've put together a simple > > tomcat embedded in

Re: Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-12-03 Thread 侯树成
Hi, Kaushal If you want to view the classes loaded in memory, the Visualvm as Chris mentioned above. It don't need download separeately. In Oracle JDK, the jvisualVm is already present. you can click second button [memory] and click stop after a few seconds. Then all classes loaded will display