Hey Mike,
Your advice helped immensely. Can you help me with this one too, we use
HTTP Apache based authentification. So we need to pass a HREF in HTML with
the syntax username:password@URL. But thing is, this URL is a JSP page that
invalidates the session of a USER. So what we did is call the JSP page in
the URL, and redirect in that JSP page with the username:password. You
cannot put this information in the redirect JSP command or forward. How
would I solve this?
Warmest Regards,
Eric Dunn
Software Engineer
ZBE
[EMAIL PROTECTED]
----- Original Message -----
From: "Michael Wentzel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 09, 2001 10:34 AM
Subject: RE: (application library) ClassNotFoundException
> > The only change I made for 9i was to change the driverName from
> > oracle.jdbc.driver.OracleDriver to oracle.jdbc.OracleDriver
> > as recommended
> > by Oracle. In my application lib directory I made a link to
> > the classes12.zip
> > (and .jar file) and rebuilt. I've confirmed that the
> > classes12.{jar,zip}
> > files are in
> > /usr/local/jakarta/jakarta-tomcat-4.0-b5/src/build/webapps/opf
> > /WEB-INF/lib/
>
> Herein lies your problem. The classes12.jar(it has to be a jar not
> a zip), has to be in TOMCAT_HOME/lib, not your webapps lib folder.
>
> Think of it this way. Where do you configure the JDBCRealm? In
> TOMCAT_HOME/conf/server.xml. The server.xml file is parsed at startup
> and therefore the Realm is created before the context(s) have been
> loaded.
>
>
> ---
> Michael Wentzel
> Software Developer
> Software As We Think - http://www.aswethink.com
>