RE: Loosing Connections in a pool

2001-05-04 Thread Joshua Sharp
Are you receiving any error messages? I know oracle 8.1.7 has a connection limit of ~120/process before it runs out of file descriptors. I haven't seen any problems with loosing connections though. Josh -Original Message- From: Dan Randall [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04,

RE: multiple instances of tomcat

2001-05-04 Thread Joshua Sharp
To seperate the JSP repositories for each instance, you can specify the jsp compiled classfile directory in the ContextManager tag in Server.xml. Just change the workDir variable to different directories. That way you don't have to orry about reading the wrong JSP repository. Josh -Original