Re: Regarding log4J creating logs in tomcat logs folder using FileAppender

2009-06-22 Thread abhishek reddy
Now it is working..thanks for the reply On Mon, Jun 22, 2009 at 6:45 PM, abhishek reddy wrote: > i think it is "catalina.base" > > > On Mon, Jun 22, 2009 at 6:41 PM, abhishek reddy > wrote: > >> thanks for the reply. >> >> How to ret

Re: Regarding log4J creating logs in tomcat logs folder using FileAppender

2009-06-22 Thread abhishek reddy
i think it is "catalina.base" On Mon, Jun 22, 2009 at 6:41 PM, abhishek reddy wrote: > thanks for the reply. > > How to retrieve the tomcat base path? > > I have tried this way System.getProperty("tomcat.base");the > value is comming as null

Re: Regarding log4J creating logs in tomcat logs folder using FileAppender

2009-06-22 Thread abhishek reddy
thanks for the reply. How to retrieve the tomcat base path? I have tried this way System.getProperty("tomcat.base");the value is comming as null On Mon, Jun 22, 2009 at 6:25 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > >

Regarding log4J creating logs in tomcat logs folder using FileAppender

2009-06-22 Thread abhishek reddy
hi every one, Iam new to Log4j... How to create log files in tomcat logs folder using Apache Log4j FileAppender class? This is what i was doing new FileAppender(layout,"todayslog",true); but the log files are created under tomcat bin folder...how t change this? Also let me kno

Re: problem with sessions

2008-06-30 Thread abhishek reddy
ote, doing all that in a jsp is rather outdated, try > to use a decent web framework and avoid scriptlets. > > > On Fri, Jun 27, 2008 at 8:05 AM, abhishek reddy > <[EMAIL PROTECTED]> wrote: > > hi every one, > > > > i have a jsp page, once the user logg

problem with sessions

2008-06-26 Thread abhishek reddy
hi every one, i have a jsp page, once the user logged in iam creating a session in the jsp page.When the user logged out iam invalidating the session. when two users logged in, and if one user logged out, the other user session is also getting invalidated.I dont want this to happen i.e. evethough

Re: Connection Pooling

2008-02-26 Thread abhishek reddy
ion is probably not to just up the number of > processes but to determine why Oracle is generating so many (if 150 is > indeed considered "many."). > > Hope this helps. > > --adam > > > > abhishek reddy wrote: > > Here are the pool con

Re: Connection Pooling

2008-02-26 Thread abhishek reddy
e error you are seeing refers to the > maximum number of processes (threads?) which are not necessarily > connections. It's been too many years since I've worked with Oracle, > let alone 9i, so I can't point you where to look in your config files, > but I suspect that'

Connection Pooling

2008-02-26 Thread abhishek reddy
Here are the pool configuration details in context.xml file. software: database : oracle 9i server: tomcat 5.5 iam getting the following error: java.sql.SQLException: [Oracle][ODBC][Ora]ORA-00020: maximum number of processes (150) exceeded. I have set the maxActive to 130 then