Greets,
I don't know if this should be in this(Tomcat) section or the JSP area, but here goes...
I have a simple web application using 2 java classes to access connection information.
I call the classes from a JSP page and establish my connection.
Then, I close my connections and any statements/recordsets, etc...
BUT: when only 1 page is testing it, it appears to work fine and eventually connections close, but when multiple user have used the app, the connections wont die?
how do kill all my connections when no one else is using the app?
thanx in advance for any info you might have
I don't know if this should be in this(Tomcat) section or the JSP area, but here goes...
I have a simple web application using 2 java classes to access connection information.
I call the classes from a JSP page and establish my connection.
Then, I close my connections and any statements/recordsets, etc...
BUT: when only 1 page is testing it, it appears to work fine and eventually connections close, but when multiple user have used the app, the connections wont die?
how do kill all my connections when no one else is using the app?
thanx in advance for any info you might have