0 Replies Latest reply on Nov 17, 2001 8:51 AM by rgsuresh

    cloudscapeDB in WAR

    rgsuresh

      hi all
      i have a WAR file wich has some servlets referring a cloudscape database with absolute path (d:\myDB). I want to package the database along with the WAR file.I that case, what should be the URL in getConnection().

      If i place the database outside the WAR, How it should be referred in the getConnection() URL in the servlets inside the WAR.

      I tried by placing the DB inside web-inf/DB, web-inf/classes/DB. but no effect.

      i want to know how the DB can be accessed by the servlets inside the WAR.
      iam using Jboss-jetty server

      thanks in advance
      Suresh