Hi, --- shah rizal <[EMAIL PROTECTED]> wrote: > > > > > Was this the error message in your browser? > > > > If so, have a look in the jetspeed.log (its in > > WEB-INF/log) > > > > > > Hi Chris, > The error was in the browser.I`ve looked in log > file(jetspeed.log) and it says jdbc driver not found. > The problem is I already set the classpath to include > the JDBC Driver for DB2. >
Which servlet container are you using? I think the recent tomcat releases ignore the environment variable CLASSPATH - if that is what you mean you set. The best option is to put the jdbc jar into your WEB-INF/lib directory. I problem I sometimes have with oracle is that it is supplied as a zip file - so I sometimes have to rename it... HTH, Chris ===== ------------------------------------------ http://www.soccer2002.org.uk - The Game is On! __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
