hi,
I'm using tomcat 4.1.24 and hibernate 2.0.3, and I have some problems with the jdbc url connection.
in the hibernate.properties of my application classpath I wrote:
hibernate.connection.url = jdbc:firebirdsql://localhost/%CATALINA_HOME%/webapps/LORS/DB/lors.gdb
where LORS is the root directory of my project and lors.gdb is the interbase db file. if I write:
hibernate.connection.url = jdbc:firebirdsql://localhost/c:/programmi/jakarta-tomcat-4.1.24/webapps/LORS/DB/lors.gdb
all works well, but this will not work on other machine where tomcat is located under another direcotory.
where is my mistake?
Thanks
PS I'm using win xp
|