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
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
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:
> >
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
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
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
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
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'
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