Re: JNDI JDBC Question

2002-11-05 Thread Ricardo Moral
Are you writing the driver class name this way: 'com.ibm.as400.access.AS400JDBCDriver()'? when you configure the BasicDataSource...? I think the problem may be that you must not use the '()' at the end of the class name. --- Brian Kautz <[EMAIL PROTECTED]> wrote: > I have a Class Not Found Except

Re: JSP error handling

2002-11-06 Thread Ricardo Moral
There are two valves used to handle errors. The first one is the ErrorDispatcherValve. This is the valve that will forward the request to the error page if there is a uncaught exception. The second valve is the ErrorReportValve wich is the last valve on the list of valves of a Host and is used to g

Re: Connection pool question:

2002-11-06 Thread Ricardo Moral
Send us the code of the DBQuery.java. (The shorter the better) --- Michael Nicholson <[EMAIL PROTECTED]> wrote: > I'm building a webapp, and I want to use connection > pooling with it. In order to play around some, I > made a dummy webapp that does virtually nothing, but > uses the connection po

Re: Connection pool question:

2002-11-06 Thread Ricardo Moral
Sorry but I cant't find nothing wrong... Please send the part of the server.xml and web.xml files where you have defined the references. Are you sure there are no diferences between the two web applications? --- Michael Nicholson <[EMAIL PROTECTED]> wrote: > I'm running it through Forte/SunOneStud