Hi SDS folks, I'm trying to get my local SDS into a WAR file using warbler. warbler is what you suggested on this page: http://www.telscenter.org/confluence/display/SAIL/Setting+up+a+local+SDS+to+run+under+JRuby
There was nothing on that page that said how to use warbler to make the war file, so I did some searching on the web and came across some useful sites, like http://blog.nicksieger.com/articles/2007/09/04/warbler-a-little-birdie-to-introduce-your-rails-app-to-java and http://www.artima.com/forums/flat.jsp?forum=281&thread=224858. I got to a point where I can run the command "warble" in the sds directory and have it generate a war file called sds.war I then copied sds.war to tomcat/webapps directory and started tomcat. Then I saw a bunch of these exceptions in catalina.out, one after the other: javax.servlet.ServletException: Could not load Rails. See the logs for more details. at org.jruby.webapp.RailsFactory.makeObject(RailsFactory.java:139) at org.jruby.webapp.util.CustomObjectPool.addObjectInternal( CustomObjectPool.java:111) at org.jruby.webapp.util.CustomObjectPool.access$200( CustomObjectPool.java:15) at org.jruby.webapp.util.CustomObjectPool$PoolSizeManager.run( CustomObjectPool.java:193) I am now stuck...I tried few things, but to no avail, and I am not a SDS expert yet, so I decided that asking for help is the best option. I've documented my steps on confluence. See "Converting to a WAR file" and "Deploying WAR file to Tomcat" sections: http://www.telscenter.org/confluence/display/SAIL/Setting+up+a+local+SDS+to+run+under+JRuby I would like some help getting further. I would be happy to meet via iChat and use desktop sharing if that helps in debugging. Hiroki --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
