I have Jruby on rails application connected with DB2 C-Express. My problem is that the torquebox is not able to find the additional jar driver which I am using to connect the database and the application.
I have found that if you have torque box install you should add this jar in the
torquebox-current/jboss/server/default/lib
folder. The problem is that when I install the torque box following the official documentation I use the "First Steps with RVM" way and I have not got the folder mention above - I just have the torque box gem.
What's the way to point the torque box gem where the jar is?