From: Thomas Kellerer Date: 2008-03-26T01:04:52+09:00 Subject: Problem creating war file with warbler Hi, we are trying to move from the (deprecated) goldspike rails plugin to the new warbler gem to create a war file from our RoR application, but I cannot get the war file to run. Everything seems to be OK, all needed gems (especially ruby-net-ldap) are packaged in the right places. Tomcat and the application startup fine, I can access my login screen. Authentication is done agains a LDAP server but when my app tries to contact the LDAP server, it throws an error: "no such file to load -- net/ldap" but the gem is part of the war file and is located in the same place as all the other gems (rails, jdbc-adapter etc) I'm using JRuby 1.1RC2 and warbler 0.9.4 I wouldn't be that confused if it failed to load /any/ gem, but it seems to be limited to the ldap gem as the rails gems and the activerecord-jdbc-adapter are loaded fine (and are working) Any ideas? What am I missing here? Any help is greatly appreciated Thanks in advance Thomas