RequestDispatcher problem

2003-01-15 Thread Daren R. Sefcik
I am using RequestDispatcher with an app in Jetty that seems to work fine but I am moving over to Tomcat and find it does not work. With Tomcat the page will forward its request and the browser will display the source html instead of the rendered html page..the only exception to this is IE, it

Re: Cannot load JDBC driver class 'null'

2003-01-13 Thread Daren R. Sefcik
, 11 Jan 2003, Paul Carpenter wrote: Daren That's interesting, I'm using the mod_jk connectot and warp, but still have the null problem. What does your Apache config look like? Paul On Saturday, January 11, 2003, at 08:52 AM, Daren R. Sefcik wrote: Humm...well what do you know

Re: Cannot load JDBC driver class 'null'

2003-01-10 Thread Daren R. Sefcik
Yes I have..I have been trying for the last week to figure it out. I have found the same thing that BasicDataSource does not load the driverClassName. I have put my jdbcdriver.jar file in the common/lib dir..and I know it's in the classpath of tomcat as I can write a jsp page with a Class.forName

Re: Cannot load JDBC driver class 'null'

2003-01-10 Thread Daren R. Sefcik
this problem can confirm they are using WARP or JK as the connector. Daren On Fri, 10 Jan 2003, Daren R. Sefcik wrote: Yes I have..I have been trying for the last week to figure it out. I have found the same thing that BasicDataSource does not load the driverClassName. I have put my