OutOfMemory:PermGen with Tomcat App Server

2014-08-17 Thread Thakkilapati, Nagaraja
Hi, We have a web application (XCP) which internally uses our java library implementaiton-dfc.jar (the dfc.jar contains API's to access our Documentum functionality). This java library internally uses timer threads which performs the activities need to be executed periodically and demon threads

New User Help

2014-08-17 Thread Colin Kincaid Williams
Hi, I've been asked to move an application from glassfish to tomcat. I have added some roles and users for the corresponding roles I have then deployed the application war file using the manager. The application is supposed to take json POST requests, related to a path on the host

Re: Tomcat 8.0.9 native library not found

2014-08-17 Thread carl hansen
> I can do /usr/bin/apr-1-config and I get the usage page for APR. > I assume that means it is there. Don't assume. Your command lines said is was in /usr/lib/apr Is it in /usr/lib/apr? from what you said above, it isn't. I suggest you get APR from http://apr.apache.org/ and reinstall it. When I

RE: Tomcat 8.0.9 native library not found

2014-08-17 Thread Neil Aggarwal
Chuck: > The mode (32- or 64-bit) of the APR and tcnative libraries must match that of the > JVM you are using. Is that the case? I am not sure how to check. If I run: java -version, I get back this: java version "1.7.0_65" OpenJDK Runtime Environment (rhel-2.5.1.2.el7_0-x86_64 u65-b17) OpenJ

RE: Tomcat 8.0.9 native library not found

2014-08-17 Thread Caldarale, Charles R
> From: Neil Aggarwal [mailto:n...@jammconsulting.com] > Subject: RE: Tomcat 8.0.9 native library not found > I downloaded it and built it. > /usr/local/apr/lib now contains these items: > libtcnative-1.a libtcnative-1.la libtcnative-1.so libtcnative-1.so.0 > libtcnative-1.so.0.1.30 libtcna

RE: Tomcat 8.0.9 native library not found

2014-08-17 Thread Neil Aggarwal
Carl: > don't use tomcat-native-1.1.30, use tomcat-native-1.1.31 I downloaded it and built it. /usr/local/apr/lib now contains these items: libtcnative-1.a libtcnative-1.la libtcnative-1.so libtcnative-1.so.0 libtcnative-1.so.0.1.30 libtcnative-1.so.0.1.31 pkgconfig I still get the warnin

Re: question on different version of tomcat running on the same pc

2014-08-17 Thread André Warnier
NEW IT wrote: Thanks Sapir for the fast and helpful answer! On Sat, Aug 16, 2014 at 11:50 PM, Igal Sapir wrote: Sure, as long as each instance listens on a unique IP:port combination. On Aug 16, 2014 11:25 PM, "NEW IT" wrote: Hello experts, For development purpose, I wonder if I could ins

Re: question on different version of tomcat running on the same pc

2014-08-17 Thread NEW IT
Thanks Sapir for the fast and helpful answer! On Sat, Aug 16, 2014 at 11:50 PM, Igal Sapir wrote: > Sure, as long as each instance listens on a unique IP:port combination. > On Aug 16, 2014 11:25 PM, "NEW IT" wrote: > >> Hello experts, >> >> For development purpose, I wonder if I could install