When a server is started with the command line option "-server foo" how can I access the variable holding "foo" within resin.xml? I want to use it to define a set of conf dirs, like:
<resin:import>
<fileset dir="${resinHome}/conf/hostconf-${whateverServerIdWasPassedIn}">
<include name="**/*.xml"/>
</fileset>
</resin:import>
Thanks
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest
