Subject | Re: [Firebird-Java] Re: Firebird in Tomcat 5.5.x |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-02-18T22:32:21Z |
> The problem was with the sintax of the url, because it is diferent toIf you mean the "database" property, then you are right - they are
> the url in JBoss.
different. The JDBC URL is "jdbc:firebirdsql:" + getDatabase()
This means that both URLs
jdbc:firebirdsql:localhost/3050:/home/user/db.fdb
jdbc:firebirdsql://localhost:3050/home/user/db.fdb
Roman