RE: jsp driver problem with hsql

2000-04-25 Thread Magnus Rydin
Title: RE: jsp driver problem with hsql I put mine in WEB-INF/lib/ Works fine WR Magnus Rydin I'm trying to make a connection to a hsql database, which works perfectly if I use a standalone java-app. But when I use a jsp page to connect to hsql, it can not find the driver

RE: jsp driver problem with hsql

2000-04-20 Thread robert
Thanks alot everyone, everything runs perfect now, i'd forgot to type in the classpath in the config/global-web-application.xml. and put the driver in the lib dir. regards, /Robert Karlsson