I have a pretty basic Rails 2.0.2 using embedded derby that I am deploying
with warbler and goldspike 1.5. If I deploy the war and run the application
under tomcat on linux, it runs fine. If I deploy that same war on windows
with tomcat, I get periodic "can't connect to the database errors". I
Anyone configured Derby with the embedded JDBC driver with JRuby/Rails as a
war file deployment? I have successfully using Derby in client/server mode
with a JRuby/Rails war deployment. But since this database is pretty small
and low bandwidth, I would like to just combine it in to the same war