Hey all,
I just installed JRuby on a Tomcat server and I’m trying to load in my
first ruby file.
engine.eval(new FileReader("..."));
The problem is I don’t know what to feed the FileReader. Is there an
existing solution to the problem of tracking source files being deployed
at a URI but being accessed by the server’s local file system? I’m
starting to look at Warbler to try and figure out how it handles this,
but I thought I would try and get some quick help here as well.
I hope this isn’t too much of a Tomcat question.
Thanks!
Carl