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
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
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
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.
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