Posted By:
suresh_gurumurthy
Posted On:
Saturday, November 17, 2001 11:06 PM
hi all i have a WAR file wich has some servlets referring a cloudscape database with absolute path (d:myDB)and it works with this absolute path. 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(by giving relative path). iam using Jboss-jetty server thanks in advance Suresh
More>>
hi all
i have a WAR file wich has some servlets referring a cloudscape database with absolute path (d:myDB)and it works with this absolute path. 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(by giving relative path).
iam using Jboss-jetty server
thanks in advance
Suresh
<<Less