Hi all.
I use Firebird with Hibernate. Is any way to specify relative url for
database url?

I was try many variants of url, but all of them fail.

My hibernate.properties file:

hibernate.connection.url
jdbc:firebirdsql:localhost/3050:/WEB-INF/db/mydb.gdb - fail
jdbc:firebirdsql:localhost/3050:WEB-INF/db/mydb.gdb  - fail
jdbc:firebirdsql:localhost/3050:D:/foo/WEB-INF/db/mydb.gdb  - ok
(because of full path)

How can I deploy my app as war file and continue developing, without
manualy fix correct paths for production and devel. conditions?






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to