Your problem is that you have
the servlet in the /servlets/ directory.
The 'auto-matic' class loader that
loads classes from there has some
(severe) limitations.
This stops it from being able to load
the oracle driver(s)
Put your servlet and the oracle
classes on the classpath and it will
work. You'll lose the reload-when-
servlet-changed facility however.
Tim.
URL http://www.westhawk.co.uk/
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html