1 Reply Latest reply on May 22, 2002 4:36 PM by pshrimpton

    Where to put library

    pshrimpton

      Hi,

      I have a working webapp under 'plain' Tomcat. Installed Jboss 2.4.6/Catalina 4.0.3, created a *.war for my webapp and put it in a *.ear, and put it in the $JBOSS/deploy directorys.

      I am getting the following error...

      /usr/JBoss-2.4.6_Tomcat-4.0.3/catalina/work/localhost/myapp/index$jsp.java:110: Class javax.sql.DataSource not found.
      javax.sql.DataSource mydatasource = null;

      Is this to do with a missing library?

      Phil