Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Setting System Properties from a Deployment Descriptor

In a jetty xml file you can do eg:

    <Call class="java.lang.System" name="setProperty">
      <Arg>derby.system.home</Arg>
      <Arg><SystemProperty name="java.io.tmpdir"/></Arg>
    </Call>

Jan

On 5 January 2012 02:41, Chad La Joie <lajoie@xxxxxxxxx> wrote:
> Is it possible to *set* a JVM system property from a deployment
> descriptor?  If so, how?
>
> --
> Chad La Joie
> www.itumi.biz
> trusted identities, delivered
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top