archiving logs

2008-03-10 Thread Neha Agrawal
Hello i am able to rotate my application logs daily using log4j..Now i want to archive each application's log files, such that i have 7 log files available for view always and rest of the old log files should be another directory gzipped.. Does log4j provides anything for archiving? or i ha

Logging individual web applications

2008-03-03 Thread Neha Agrawal
Hello i have configured log4j for system logging in Tomcat5.5 .Als othe log is rotating.. Now iwant to configure my individual web-apps using log4j i have copied log4j.jar and common-logging.jar and the Date-File-appender.jar files in the web-apps lib directory and also created log4j.propert

Log4j configuration probems with JSVC

2008-02-28 Thread Neha Agrawal
Hello i am running Tomcat5.5.25 with Open ssl and native libraries and JSVC i need to use log4j logging for each of my applications. So i need to configure a universal log4j logger and then configure individually for each application (in the WEB directory) so i proceeded as follows dow

Re: Why Tomcat take about 15 minutes to start?--Solved

2008-02-21 Thread Neha Agrawal
Hello I installed APR -1.2.12 and compiled it with /dev/urandom. and the problem is solved tomcat now restarts in less than 1 second... only testshm test of APR failed when i did make test.. Hope it will not result in any future problem... thanks chris for your inputs throughout... Neha

Re: Why Tomcat take about 15 minutes to start?

2008-02-21 Thread Neha Agrawal
Hi! sorry , i checked, i did recompile APR with /dev/urandom earlier..it just missed out from my last eamil post..sorry about that.. > Any reason not to use 1.2.12 instead of 1.2.7? No, but would it better if i use the latest version? > Do you see java > processes in a ps listing, or

Re: Why Tomcat take about 15 minutes to start?

2008-02-21 Thread Neha Agrawal
Hello thanks for the inputs > | i recompiled my APR 1.2.7 with /dev/urandom > Exactly how did you do this? Are you sure you did it > correctly? If you > were recompiling, why not upgrade to the most recent > version (1.2.12)? APR 1.2.7 package i downloaded and compiled it using ./conf

Re: Why Tomcat take about 15 minutes to start?

2008-02-18 Thread Neha Agrawal
Hi! i recompiled my APR 1.2.7 with /dev/urandom and hence recompiled Native libraries (because Native library builds with --with-apr-) i did not recompile the jsvc part though I dont have X server installed on the machine. So cannot use Jconsole. I am attaching two outputs displayed by js

Re: Why Tomcat take about 15 minutes to start?

2008-02-18 Thread Neha Agrawal
Hi! i tried two things to improve the startup time for my Tomcat5.5.25 versio ncompiled with native libraries: 1)Djava.security.egd=file:/dev/urandom added this to the Startup script of Tomcat 2) and also compiled APR with /dev/urandom and again compiled Native libraries Still it takes 12 min

Re: Why Tomcat take about 15 minutes to start?

2008-02-16 Thread Neha Agrawal
hi but i did not receive it...dont know why? can anyone please forward me that email reply to my address (if not on the group) thanks Neha Markus Schönhaber <[EMAIL PROTECTED]> wrote: Neha Agrawal wrote: > I have the same problem with almost same configuration( i emailed > yeste

Re: Why Tomcat take about 15 minutes to start?

2008-02-16 Thread Neha Agrawal
Hello! I have the same problem with almost same configuration( i emailed yesterday).. Can anyone through possible light on this.. in my tomcat.sh script when remove wait =10 , then tomcat starts in 1400 ms but only http engine works correctly and not the https one (although log shows t

long initialisation time for Tomcat5.5.25 when compiled with Native libraries and JSVC

2008-02-15 Thread Neha Agrawal
se of JSVC) any light is appreciated as i am into this problem for a week now... thanks Neha Agrawal 5, 50, 500, 5000 - Store N number of mails in your inbox. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/too

Problem with Tomcat5.5.25 when configured for JSVC

2008-02-15 Thread Neha Agrawal
is problem for a week now... thanks Neha Agrawal

catalina.out hangs in tomcat5.5

2008-01-18 Thread Neha Agrawal
hi my tomcat5.5 server works correctly with APR as it showing default web pages for both 8180 and 8443 ports.. but when i try to open catalina.out file in the logs directory it hangs the terminal..file shows no data.. when i did ls -al for this file i got prwx-- 1 tomcat55 root 0 2008-01

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi! is in my server.xml file where 'phrase' is the secret phrase when i created the newkey.pem > Are you sure you're building a keystore compatible > with OpenSSL? > what exactly does it imply? as i wrote earlier i just created a New CA its private key, then generateda new certificate re

Re: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
keystore password is the default one 'changeit' so its not mandatory to supply --- Pulkit Singhal <[EMAIL PROTECTED]> wrote: > Don't you need to specify: > > keystorePass="somePassword" > ==== > as well? > > On Jan 11, 2008 4:12 PM,

Re: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
u are replacing this when you > posted your question or > if this is what you really have in your server.xml > file: > > ${catalina.base} > > > - Pulkit > > On Jan 11, 2008 2:08 PM, Neha Agrawal > <[EMAIL PROTECTED]> wrote: > >

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi! this is the sample connector given in the doc.. Connector port="8443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure=

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
i configured it on 8443 .. i just copied the documentation configuration and forgot to modify it in the email..sory about that.. --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Neha Agrawal [mailto:[EMAIL PROTECTED] > > Subject: RE: t

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
two files for localhost.key and localhost.cert above by coping these to that location still https://localhost:8443 is not working i was wondering if i have do "import" stuff for .key and .cert using openssl command .. thanks http://sandbox.rulemaker.net/ngps/m2/howto.ca.html

RE: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
this is for version tomcat6.0 i have installed tomcat5.5 will the same stuff work for tomcat5.5 i have openssl version 0.9.8c-4etch1 thanks --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Neha Agrawal [mailto:[EMAIL PROTECTED] > > Subject: Re: t

Re: tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
; wrote: > most likely u do not have keychain and/or there is > no suitable > certificate in the keychain > > read this > > http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/ > > On Jan 11, 2008, at 14:51 , Neha Agrawal wrote: > > > hi

tomcat not working with HTTPS

2008-01-11 Thread Neha Agrawal
hi i am new user for tomcat. i have installed tomcat5.5 on debian etch also compiled tocat native libraries 1.3 version.. http://localhost:8180 is working correctly but not https://localhost:8443 it says after a long delay The connection to localhost:8443 was interrupted while the page was load

problem installing SSL om Debian

2007-12-31 Thread Neha Agrawal
Hi! i have installed Tomcat 5.5 on debian etch. Also installation on APR is working correctly. i want to install and configure SSL outputs are #java -version java version "1.5.0_10" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03) Java HotSpot(TM) Client VM (build 1.5.0_1