[7:17]<jirkap> is there a way to attach static repository on the fly? [7:17]<jirkap> eh, good morning [7:17]<jirkap> or whatever you have there :) [9:31]<zumbrunn> jirkap, do you mean a code repository or a static mountpoint? [9:32]<zumbrunn> I'm not aware of a way to add static mountpoints dynamically in helma 1.x [9:33]<zumbrunn> taking a look at the source code of the manage app might reveal a way to get at the servlet context [9:34]<zumbrunn> but in order to add static mountpoints, you need add a new context to the servlet container [9:35]<zumbrunn> I don't know of a way to get access to these jetty apis from inside a running helma 1.x app [9:36]<zumbrunn> helma ng provides more control in this regard: [9:36]<zumbrunn> http://github.com/hns/helma-ng/blob/2d07a57bcc248d846be3a9732cf479d1db0cabe6/modules/helma/httpserver.js