Re: problem with connection pooling tomcat 5.0

2006-05-05 Thread Sreenivasulu R Gaddam
own connection handling mechanism. -Sreeni. --- Hans Sowa <[EMAIL PROTECTED]> wrote: > Thanks a lot. > > I have a further question. Do you know how I can > create a JNDI DataResource > without connection-pooling? > > Thanks in advance. > > On 5/5/06, S

Re: problem with connection pooling tomcat 5.0

2006-05-04 Thread Sreenivasulu R Gaddam
Most probably this is the problem with your database jobs or stored procedures, which are leaving the cursors around before exiting. As I know, there is no such flag to say to tomcat. Another thing is, whether you are trying with load test, then that may be resonable. In that case, you can increa

Re: Tomcat 5.5.1.7 on Windows - need help with IIS redirector2.dll

2006-05-03 Thread Sreenivasulu R Gaddam
On the IIS machine, connector is installed by default under the directory C:\Program Files\Apache Software Foundation\Jakarta Isapi Redirector\ Under C:\Program Files\Apache Software Foundation\Jakarta Isapi Redirector\conf directory you will find two configuration files uriworkermap.properties

Re: tomcat service/JDK question

2006-05-03 Thread Sreenivasulu R Gaddam
Tomcat takes the jvm path from the registry parameters. you can look at the jvm paramter at \HKEY_LOCAL_MACHINE\SOFTWARE\Apache sotware foundation\procrun2.0\tomcat5\paramters\java under registry entries. You can change these values by editing registry or by running tomcat5w.exe under /bin.

Re: jndi.properties

2006-05-03 Thread Sreenivasulu R Gaddam
Instead of hardcoding, you can define a variable in the web.xml as jndiproperties relativepathtowebapp/jndi.properties jndi properties and get the path name from the servlet context real path as follows. String propsFilePath = ServletContext.getRealPath(ServletConte