[jetty-users] Using Jetty to build a server for a custom binary protocol

2012-02-02 Thread Kiru Pakkirisamy
Hi, I am planning to build out a server which is currently implemented using Java sockets, using Jetty SocketContainer. Can this container be used for a non-HTTP protocol like this ? I see the AJP implementation, but not sure whether it is completely binary in nature. Thanks, - kiru

Re: [jetty-users] LoginService/IllegalStateException with Jetty 8.1.0 and Hudson 2.2.0

2012-02-02 Thread Andreas Schöneck
Thanks, Jan, for the explanation and the solution. It's kind of a pity that I do not have the required time at work to dive into Jetty... so this must be done right before midnight ;) Thanks again and regards Andreas Am 02.02.2012 23:31, schrieb Jan Bartel: > https://bugs.eclipse.org/bugs/show_b

Re: [jetty-users] LoginService/IllegalStateException with Jetty 8.1.0 and Hudson 2.2.0

2012-02-02 Thread Jan Bartel
https://bugs.eclipse.org/bugs/show_bug.cgi?id=368773 The upshot of this is that you need to explicitly tell a context which realm (aka LoginService) to use if you have more than one of them defined in the Server. You give the SecurityHandler for a context either the name of the realm you want to u

Re: [jetty-users] manual installation instructions, is this the best guide (see link)?

2012-02-02 Thread Jesse McConnell
It looks fine in general. cheers, jesse -- jesse mcconnell je...@intalio.com http://webtide.com / http://intalio.com (the folks behind jetty and cometd) On Thu, Feb 2, 2012 at 10:42, S Ahmed wrote: > any comments? :) > > I appreciate it! > > > On Tue, Jan 31, 2012 at 12:45 PM, S Ahmed wrote

Re: [jetty-users] manual installation instructions, is this the best guide (see link)?

2012-02-02 Thread S Ahmed
any comments? :) I appreciate it! On Tue, Jan 31, 2012 at 12:45 PM, S Ahmed wrote: > When in comes to manually installing jetty, the best guide I have found > is: > http://oliverpelz.blogspot.com/2011/08/installing-jetty-hightide-745-under.html > > So this includes: > > 1. downloading the lates

[jetty-users] LoginService/IllegalStateException with Jetty 8.1.0 and Hudson 2.2.0

2012-02-02 Thread AS Maps
Hi there, after upgrading to from Jetty 8.0.0 to 8.1.0 I experience an exception when Jetty tries to start Hudson. Jetty: 8.1.0-eclipse OS: Ubuntu Server 11.10 x64 Java: OpenJDK 6 Hudson: 2.2.0 I get the following exception: 2012-02-02 14:47:44.492:WARN:oejuc.AbstractLifeCycle:FAILED org.eclips

Re: [jetty-users] Jetty releases 7.6.0 and 8.1.0

2012-02-02 Thread Filipe Sousa
After reading http://wiki.eclipse.org/Jetty/Howto/Configure_JSP I just had to include bwt, I'm using java 6. Thank you On Thu, Feb 2, 2012 at 10:15 AM, Filipe Sousa wrote: > Hi. > > I will try to include one by one but in the past it was easier to > include jetty-jsp-2.1 > 7.5.4.v20111024 and