>> 
> No, none of those scenarios worked.  It is with Resin 3.1.9.  I was 
> trying to resin:import the jvm-args, so I guess that's why it was 
> failing.  I have unique jvm-arg needs for different servers so I was 
> hoping I could pull that off.

The excerpt below should work and it will allow you to have all the 
configuration in one file.

>>> <server id="a" address="127.0.0.1" port="6800">
>>> <jvm-arg>-Dserver=A</jvm-arg>
>>> </server>
>>> 
>>> <server id="b" address="127.0.0.1" port="6801">
>>> <jvm-arg>-Dserver=B</jvm-arg>
>>> </server>
>> 

Thanks,
Alex



> 
>>> Can you 
>>> have jvm-arg inside a resin:import'ed file?
>>> 
>> Nope, the server does not allow <resin:import tag.
>> 
>> Alex
>> 
> Bummer.  Thanks for clarifying.
> 
> Aaron
> 
> 
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest




_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to