Hi I wrote a simple example to demonstrate database access using JNDI. It works perfectly on Windows with Tomcat as a standalone installation.
Under Linux, I keep getting the following error: -------------------------------------------------- javax.naming.NamingException: Exception creating DataSource: org.hsql.jdbcDriver -------------------------------------------------- I dont have org.hsql.jdbcDriver ANYWHERE in my files.. I even did a grep to find this string.. in server.xml, in web.xml and every other place. It almost seems as though there is a bug in the Linux install where the org.hsql.jdbcDriver is hardcoded somewhere. Can anyone help me with this ? Any hint is much appreciated. Glow [EMAIL PROTECTED] P.S. - Should I be starting the J2EE server for this to work ? ------------------------- These are the versions of the software I use 1. Tomcat Version jakarta-tomcat-4.0.4.zip : For Windows jakarta-tomcat-4.0.4.tar.gz : For Linux 2. Linux version (SGI XFS with Red Hat 7.2) 2.4.9-13SGI_XFS_1.0.2enterprise 3. JDK's used: Sun J2SE JDK : j2sdk-1_4_0_01-linux-i586-rpm.bin ------------------------- __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
