The idletimeout is set in a standard release in the jetty-http.xml
configuration file, which in turn is parameterized by the http.mod module,
which creates either a start.ini or a start.d/http.ini file that contains
the jetty.http.idleTimeout property.  IF you are using modules, find this
in the ini file and edit it.

Or you can just add to the command line:

java -jar start.jar jetty.http.idleTimeout=60000

cheers


On 30 August 2017 at 19:16, Raffaele Gambelli <
r.gambe...@hitachi-systems-cbt.com> wrote:

> Hi all,
>
> I'm not finding where configure startup timeout either in a standalone
> installation or with jetty-maven-plugin in an embedded installation.
>
> What I'm observing is that in the standalone installation the timeout
> appears to be more or less 30 seconds, while in the embedded installation
> there is an infinite timeout.
>
> I would like to be able to configure it, thanks in advance and best regards
>
> Raffaele Gambelli
>
> element
> Font
> font-family
> font-size
> font-style
> font-variant
> font-weight
> letter-spacing
> line-height
> text-decoration
> text-align
> text-indent
> text-transform
> white-space
> word-spacing
> color
> Background
> bg-attachment
> bg-color
> bg-image
> bg-position
> bg-repeat
> Box
> width
> height
> border-top
> border-right
> border-bottom
> border-left
> margin
> padding
> max-height
> min-height
> max-width
> min-width
> outline-color
> outline-style
> outline-width
> Positioning
> position
> top
> bottom
> right
> left
> float
> display
> clear
> z-index
> List
> list-style-image
> list-style-type
> list-style-position
> Table
> vertical-align
> border-collapse
> border-spacing
> caption-side
> empty-cells
> table-layout
> Effects
> text-shadow
> -webkit-box-shadow
> border-radius
> Other
> overflow
> cursor
> visibility
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>



-- 
Greg Wilkins <gr...@webtide.com> CTO http://webtide.com
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to