[jetty-users] Using Jetty transparent http proxy to forward to public website

2019-11-04 Thread Martin Brentnall
pass the proxy anyway. Is it possible to accomplish what I'm trying to do? Apologies for the newbie question; this HTTP and web stuff is still quite new to me. In case it makes any difference, I'm using Jetty 9.0.7. -- With Kind Regards, Martin Brentnall __

[jetty-users] understand how to set up system properties in start.ini

2019-03-06 Thread Martin
Hi everybody, Recently I needed to set two system properties (maxFormContentSize and maxFormKeys) which led to open the issue at https://github.com/eclipse/jetty.project/issues/3388 I want to discuss this a bit further without polluting the issue tracker. On my system, I am using jetty.sh as

Re: [jetty-users] Help trying to investigate a file descriptor leak

2018-07-23 Thread Martin
Le Mon, 26 Feb 2018 10:10:45 -0500, Brian Reichert a écrit : > On Mon, Feb 26, 2018 at 10:08:41AM +0100, m...@ow2.org wrote: > > Hi Jan, > > > > Le Tue, 20 Feb 2018 16:25:04 +1100, > > Jan Bartel a ??crit : > > > > > We haven't had any reports of file descriptor leaks that I'm > > > aware

[jetty-users] Dumping the headers

2017-12-20 Thread Martin Grajcar
gt; ServerConnector connector = ...; > connector.addBean(new HttpChannel.Listener() { > @Override > public void onRequestBegin(Request request) { > ... > } > }); > which exposes many more events. Nice! Regards, Martin. ___ je

[jetty-users] Using setDelayDispatchUntilContent

2017-12-10 Thread Martin Grajcar
a thread busy. At least, that's what I see in my logs: In one case, writing a 200 kB byte array to response.getOutputStream() took 20 seconds. Regards, Martin. ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve

Re: [jetty-users] Parsing of URL

2014-07-01 Thread Martin Edge
/ - intalio.com/jettyhttp://intalio.com/jetty Expert advice, services and support from from the Jetty CometD experts eclipse.org/jettyhttp://eclipse.org/jetty/ - cometd.orghttp://cometd.org/ On Mon, Jun 30, 2014 at 9:07 PM, Martin Edge martin.e...@satac.edu.aumailto:martin.e...@satac.edu.au wrote

[jetty-users] Parsing of URL

2014-06-30 Thread Martin Edge
Currently have a Jetty 9.1.5 and have done a load test on the main server. It loaded one page (https://apply.satac.edu.au/lgnrg/x?loginCycle=unis2014) quickly, but another which uses exactly the same code (https://apply.satac.edu.au/lgnrg?loginCycle=unis2014) really slowly. The only thing I

[jetty-users] libsetuid.so

2014-03-03 Thread Martin Edge
Having trouble running this in an embedded environment. It is finding the file, but reporting UnsatisfiedLinkError Using jetty 9.1.2 on Linux. Has anyone got this working, or does everyone use redirects? Medge Database and Applications Administrator ___ [SATAC_Signature]

Re: [jetty-users] libsetuid.so

2014-03-03 Thread Martin Edge
experts eclipse.org/jettyhttp://eclipse.org/jetty/ - cometd.orghttp://cometd.org/ On Mon, Mar 3, 2014 at 6:24 PM, Martin Edge martin.e...@satac.edu.aumailto:martin.e...@satac.edu.au wrote: Having trouble running this in an embedded environment. It is finding the file, but reporting

Re: [jetty-users] libsetuid.so

2014-03-03 Thread Martin Edge
/jetty/ - cometd.orghttp://cometd.org/ On Mon, Mar 3, 2014 at 8:02 PM, Martin Edge martin.e...@satac.edu.aumailto:martin.e...@satac.edu.au wrote: Open port 80 as root and them su to a lower privileged user. From: jetty-users-boun...@eclipse.orgmailto:jetty-users-boun...@eclipse.org [mailto:jetty

Re: [jetty-users] libsetuid.so

2014-03-03 Thread Martin Edge
! Wrong package, should have paid more attention to the nm -D output (and realised the package name was important). Thanks for your help though. -medge From: jetty-users-boun...@eclipse.org [mailto:jetty-users-boun...@eclipse.org] On Behalf Of Martin Edge Sent: Tuesday, 4 March 2014 15:36

[jetty-users] Example high-traffic websites using Jetty + Websockets

2013-08-13 Thread Martin Höfling
Hey Folks, has anybody here references for high-traffic websites making use of jetty and it's builtin websocket server support? Best ___ jetty-users mailing list jetty-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] RESTful web services with Jetty

2011-11-08 Thread Martin Hewitt
of the automatic configuration service discovery etc. We're actually very happy with the pairing, we've been using it for almost two years now and we haven't hit any limitations. I'm happy to show you as much of our code as I can, if you have an idea of where you'd want to start? Martin

Re: [jetty-users] RESTful web services with Jetty

2011-11-08 Thread Martin Hewitt
Hi Jeremy, We use embedded Jetty too, I'll clean up some examples and put them on gist. Martin On 8 November 2011 22:50, Jeremy Johnson jeremy.john...@imtc.gatech.edu wrote: Hi Martin, Thanks so much!  It’s great to hear that the Jersey/Jetty setup has been working well for you.  As I

Re: [jetty-users] RESTful web services with Jetty

2011-11-08 Thread Martin Hewitt
that first request, in this example, it'd be a POST to http://localhost:port/my/something Martin On 8 November 2011 22:58, Martin Hewitt martin.hew...@gmail.com wrote: Hi Jeremy, We use embedded Jetty too, I'll clean up some examples and put them on gist. Martin On 8 November 2011 22:50

[jetty-users] SSL error: fatal error: 40: no cipher suites in common

2011-09-19 Thread Martin Hewitt
SslContextFactory#setIncludeCipherSuites to no avail. Any help or pointers would be greatly appreciated. Thanks, Martin ___ jetty-users mailing list jetty-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] getRemoteAddr() returning private ip number

2011-07-15 Thread Martin Strand
Just stumbled upon the same issue... In my case the original X-Forwarded-* headers were of no interest and could simply be erased, using Apache's mod_headers: RequestHeader unset X-Forwarded-For RequestHeader unset X-Forwarded-Host RequestHeader unset X-Forwarded-Server RequestHeader set

Re: [jetty-users] Trace HTTP-Traffic

2011-05-07 Thread Martin Fernau
That's another solution. Not as comfotable as I hoped - but possible. Am Freitag 06 Mai 2011 schrieb Nimret Sandhu: run an HTTP proxy in between? btw no web server that I am aware of provides this capability. -- nimret http://www.nimret.org On Fri, May 6, 2011 at 12:18 PM, Martin

Re: [jetty-users] Fast request forwarding

2011-04-04 Thread Martin Hewitt
at subclassing the ProxyServlet, thanks. Martin On 4 April 2011 12:28, Mike Pilone mpil...@npr.org wrote: While I love Jetty, it sounds like you might be better off using something like HAProxy which will do all the backend server polling and fail-over work for you. Check it out here: http://haproxy

[jetty-users] java.lang.IllegalStateException: FULL

2011-03-05 Thread Martin Hewitt
) This exception causes the WebSocket to be reset, and my connected clients get an IOException: Connection reset by peer Any help as to how I can handle this, or what I'm doing wrong, would be hugely appreciated. Thanks, Martin ___ jetty-users mailing list

[jetty-users] Blocked thread in QueuedThreadPool, normal?

2011-02-10 Thread Martin Hewitt
mis-configured, is my system doing something it shouldn't, or is this expected behaviour? It's probably worth mentioning that these blocked threads are long-term blocked, not for a few seconds, but consistently, continually, blocked. Thanks Martin

Re: [jetty-users] Jetty osgi: Unable to locate the jetty.home folder

2010-11-07 Thread Martin Taal
no expert on osgi/pde so interested to learn more on the preferred approach. Do you have other wiki links which I can check to see how I can run jetty in an osgi environment and within eclipse to debug and test? gr. Martin With Regards, Martin Taal Springsite/Elver.org Office: Hardwareweg 4

[jetty-users] Update site for jetty 7.2.0 plugins?

2010-11-06 Thread Martin Taal
Hi, Is there an update site to install jetty 7.2.0 and 8.0.0 directly into eclipse through the update manager? -- With Regards, Martin Taal Springsite/Elver.org Office: Hardwareweg 4, 3821 BV Amersfoort Postal: Nassaulaan 7, 3941 EC Doorn The Netherlands Cell: +31 (0)6 288 48 943 Tel: +31 (0

[jetty-users] Jetty osgi: Unable to locate the jetty.home folder

2010-11-05 Thread Martin Taal
= null Returning defaultJettyServer = null startMessage -- With Regards, Martin Taal Springsite/Elver.org Office: Hardwareweg 4, 3821 BV Amersfoort Postal: Nassaulaan 7, 3941 EC Doorn The Netherlands Cell: +31 (0)6 288 48 943 Tel: +31 (0)84 420 2397 Fax: +31 (0)84 225 9307 Mail: mt