Re: How to create a connection pool

2002-10-03 Thread java guru
Hi - I am not sure on what type of application you are building, but doing connection related stuff (including running sql over already established connection in jsp) isnt very good idea. Read about mvc model if you are in design stage. In anycase, if you still need access to pooled

tomcat 4 having trouble with loading rmi classes from codebase

2002-06-07 Thread java guru
Hi., i am trying to use servlet with tomcat 4.0.3 that tries to load classes from rmi codebase defined by http protocol. catalina.out log is reporting classnot found exception while other stand alone clients are working fine. Read somewhere about Jar handler problems in tomcat but that

serious issues with tomcat and rmi

2002-06-07 Thread java guru
I am encountering serious issues with tomcat and rmi.. I am getting all sorts of problems ranging from 1. version 4.0.3 cannot load classes from rmi codebase.. reading the codebase but returning classnotfound exceptions.. 2. version 4.0.4 webappclass loader dying with 'Life cycle error' and

tomcat 4.0.3 servlet having problem loading class via rmi ?

2002-06-06 Thread java guru
Hi., I am trying to access a JINI service thru my servlet.. inspite of following Security Manager, Policy file and setting codebase etc, tomcat 4.0.3 repeatedly give following excption. The JINI service itself is working fine and other standalone clients can access it. Read somewhere that the

iplanet tomcat connector caches worker names

2002-05-03 Thread java guru
Hi., I am trying to setup tomcat connector (4.0.3) for iplanet (6.0 sp2). In the intial testing, connector is caching the worker name previously used (even after worker.properties changed and iplanet restarted). In the jk_log, I see the new worker properties taking effect, but once i try

tomcat connector looking for OLD DEV worker ?

2002-05-03 Thread java guru
Hi., I am trying tomcat connector (4.0.3) with iplanet server. After changing workers.properties file, the connector is still looking for DEV worker. Connector initialization shows new workers but while serving the request, the connector returning error as its looking for old worker. Is