In jetty.xml you can do the equivalent in xml of the following calls
to set it directly:

ShutdownMonitor.getInstance().setPort(99999999);

Or you can use the <SystemProperty> element:
http://www.eclipse.org/jetty/documentation/current/reference-section.html#jetty-xml-system-property

Jan

On 25 April 2014 19:50, Robert Šiška <[email protected]> wrote:
> Hello.
>
> I'm using Cargo plugin to deploy with Jetty and I can't seem to be able to 
> redefine
> STOP.PORT system property. I can put it to cargo.jvmargs, but that's not very 
> nice because it
> could collide with other containers.
>
> Is there a way to define STOP.PORT through jetty.xml?
>
> Thank you for any suggestion,
> Robert
>
>
> _______________________________________________
> jetty-users mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/jetty-users



-- 
Jan Bartel <[email protected]>
www.webtide.com
'Expert Jetty/CometD developer,production,operations advice'
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to