[16:36]<ex5326> hello all [16:37]<zumbrunn> hi [16:38]<ex5326> does anyone have experience in getting helma running as a service on Ubuntu? [16:39]<zumbrunn> I'm not on ubuntu myself [16:39]<zumbrunn> (and not on linux) [16:40]<ex5326> mac os? [16:41]<zumbrunn> on the desktop, yes [16:41]<zumbrunn> freebsd for the servers [16:41]<ex5326> are you the zumbrunn from openmocha? [16:41]<zumbrunn> yes [16:42]<ex5326> cool stuff [16:42]<zumbrunn> hmm, maybe I should update it once, then ;-) [16:43]<zumbrunn> doesn't the startup script example in the scripts directory of your helma install do what you need? [16:45]<zumbrunn> http://adele.helma.org/download/helma/documentation/documentation.html#GuideServerSetup [16:45]<ex5326> if I run the start.sh if runs, but when I move the scripts to /etc/init.d/helma and /etc/helma.conf and try and run things I have a problem with reading or finding launcher.jar [16:47]<ex5326> I have been following that guide, I am probably missing something though. [16:49]<ex5326> here is what I get. "Config error: /launcher.jar not found or not readable" [16:50]<zumbrunn> dunno... in my freebsd setups I don't use initd [16:50]<ex5326> Alright. thanks for you time. You guys have a great day [16:51]<zumbrunn> I set the JAVA_HOME using export and then start helma as a daemon in rc.conf [16:51]<zumbrunn> daemon /path/to/helma/start.sh [16:52]<zumbrunn> maybe you need to change a relative path to an absolute one somewhere [16:52]<zumbrunn> or do a cd