You need to use the .close method for every connection. If your new connection is called conn then it's "conn.close();"
Check your max connections in server.xml (probably for port 8009) but if you're not closing your connections this will only delay a crash not stop it. I suggest the java.sun.com site for info on Java classes and methods. You could use this link: http://java.sun.com/j2se/1.3/docs/api/ Adam. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
