Re: Controlling permissions when creating directories

2013-07-30 Thread techienote . com
Hi Scott, Try following 1. Stop the services 2. Set the umask to 002. Command for the same is umask 022 3. Start the services Remember you need to perform all above in a single shell/terminal. Above umask will give permissions are as follows Directory 775 File 664 Regards, Vidyadhar Sent on

Re: ParNew promotion failed in verbose GC logs

2013-04-17 Thread Techienote com
Chris, On Wed, Apr 17, 2013 at 1:11 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vidyadhar, On 4/16/13 1:14 PM, Techienote com wrote: With default setting we were getting frequent OOM errors. After analyzing the heap dump

Re: ParNew promotion failed in verbose GC logs

2013-04-17 Thread Techienote com
Chris, First of all thanks for the infor. On Wed, Apr 17, 2013 at 11:31 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vidyadhar, On 4/17/13 10:56 AM, Techienote com wrote: Chris, On Wed, Apr 17, 2013 at 1:11 AM

Re: ParNew promotion failed in verbose GC logs

2013-04-16 Thread Techienote com
On Tue, Apr 16, 2013 at 12:33 PM, Pïd stèr p...@pidster.com wrote: On 16 Apr 2013, at 06:35, Techienote com techienote@gmail.com wrote: Hi Team, Recently I am seeing concurrent mode failure errors in my Verbose GC logs. For the same I have set NewSize to 512MB, still I am seeing

Re: ParNew promotion failed in verbose GC logs

2013-04-16 Thread Techienote com
On Tue, Apr 16, 2013 at 3:00 PM, André Warnier a...@ice-sa.com wrote: Techienote com wrote: On Tue, Apr 16, 2013 at 12:33 PM, Pïd stèr p...@pidster.com wrote: On 16 Apr 2013, at 06:35, Techienote com techienote@gmail.com wrote: Hi Team, Recently I am seeing concurrent mode failure

ParNew promotion failed in verbose GC logs

2013-04-15 Thread Techienote com
Hi Team, Recently I am seeing concurrent mode failure errors in my Verbose GC logs. For the same I have set NewSize to 512MB, still I am seeing concurrent mode failure in the Verbose GC logs 62230.611: [ParNew (promotion failed) Desired survivor size 32768 bytes, new threshold 0 (max 0) :

Re: How to use the usehttponly feature in application level

2012-12-03 Thread techienote . com
Hi Zhi, You can set following parameters in web.xml of application. session-config cookie-config http-onlytrue/http-only securetrue/secure /cookie-config /session-config Regards, Vidyadhar --Original Message-- From: Zhi Xie To: users@tomcat.apache.org ReplyTo: Tomcat Users List Subject:

Re: Not serving pages to anything but localhost

2012-11-16 Thread techienote . com
Hi David, Are you able to telnet from remote machine on port 8080? Sent on my BlackBerry® from Vodafone -Original Message- From: David kerber dcker...@verizon.net Date: Fri, 16 Nov 2012 11:14:30 To: Tomcat Users Listusers@tomcat.apache.org Reply-To: Tomcat Users List

Re: Not serving pages to anything but localhost

2012-11-16 Thread techienote . com
Hi David, That means your host machine where you have installed tomcat is blocking connection. May be firewall of centos. To confirm the same you can either 1.include port 8080 in iptable allow rules Or 2. you can stop iptables for temporary purpose. Also check remote machine firewall status.

Re: About two versions

2012-10-24 Thread techienote . com
Hi Ram, You can install multiple version of tomcat on single machine unless and until your machine is having sufficient hardware(Ram, CPU). Vidyadhar Sent on my BlackBerry® from Vodafone -Original Message- From: Ram Laxman ram.laxman241...@yahoo.com Date: Wed, 24 Oct 2012 03:26:13 To:

Re: What does this error mean?

2012-09-03 Thread techienote . com
Hi, Are you getting any output after running below command netstat -an | grep 80 | grep -i list netstat -an | grep 8080 | grep -i list netstat -an | grep 8443 | grep -i list Pls share the url through which you are accessing tomcat page. Vidyadhar Sent on my BlackBerry® from Vodafone