Re: OutOfMemory:PermGen with Tomcat App Server

2014-08-18 Thread Sapna Kumari
my bad, correct way to set JAVA_OPTS is *set JAVA_OPTS=-Xms512M -Xmx1024M* On Mon, Aug 18, 2014 at 12:48 AM, Sapna Kumari wrote: > Try giving options while creating JVM > > set JAVA_OPTS="-Xms512M -Xmx1024M" > > > On Sun, Aug 17, 2014 at 11:55 PM, Thakkilapati, Nag

Re: OutOfMemory:PermGen with Tomcat App Server

2014-08-18 Thread Sapna Kumari
Try giving options while creating JVM set JAVA_OPTS="-Xms512M -Xmx1024M" On Sun, Aug 17, 2014 at 11:55 PM, Thakkilapati, Nagaraja < nagaraja.thakkilap...@emc.com> wrote: > Hi, > > We have a web application (XCP) which internally uses our java library > implementaiton-dfc.jar (the dfc.jar contai

Re: How to configure persistence session cookie with apache tomcat

2014-08-16 Thread Sapna Kumari
just fine with two instances running under one VIP. Thanks. Sapna On Fri, Aug 15, 2014 at 4:12 AM, Stefan Mayr wrote: > Hi Sapna, > > Am 15.08.2014 01:51, schrieb Sapna Kumari: > >> Hi All, >> >> My apologies if the questions are too stupid or naive. >>

How to configure persistence session cookie with apache tomcat

2014-08-14 Thread Sapna Kumari
Hi All, My apologies if the questions are too stupid or naive. The problem is I have two servers under my vip (oia-vip.example.com) When I have either of the one servers(server1 or server2) running we are able to login to my application(oracle Identity Analytics - OIA ) fine. But when our appli