I have a situation where different servers should have different 
jvm-args, but I would like to have a single resin.xml.

I tried doing a resin:import on a jvm.xml file that has just jvm-args in 
it, but I haven't found a combination that works.  I have tried 
surrounding the <jvm-arg> tags like this:

Try1:

<server>
...jvm-args..
</server>

Try 2:

<server-default>...jvm-args..</server-default>

Try 3:

<server>
<server-default>...jvm-args..</server-default>
</server>

Try 4:

<cluster>
<server-default>...jvm-args..</server-default>
</cluster>

None of these are working.  Any thoughts?

Thanks,

Aaron


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

Reply via email to