Hi Christian
--- Christian Cryder <christian.cryder@lutris.com>
wrote:
> Hi Helge,
>
> Actually it should. The Servlet 2.2 spec states that
> any .jar file in the
> /lib directory will be loaded when the web app
> starts. I have verified that
> idb.jar is in this directory (and that the jar does
> in fact contain the
> driver class).
I would try Helge's suggestion. Either add to the
classpath environment or modify the tomcat startup
scipt to add InstantDB to the class path. Tomcat will
echo the classpath on startup.
>I also have another jar file in the
> lib directory, and it is
> getting loaded, so I'm 99.9% sure it is in fact
> already in the classpath.
>
It probably doesn't help to have the InstantDB jar in
context. My experience with Tomcat is Class.forName()
fails for classes in the context unless you provide
Tomcats's class loader.
Regards, george
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|