Re: [jetty-users] root webapp on Jetty 8.1.8.v20121106

2012-12-04 Thread Nils Kilden-Pedersen
I'm doing the same thing, which works fine on Win7/Jetty8. But when I had a developer do the same thing on a Mac, he got the exact problem you describe. On Mon, Dec 3, 2012 at 3:07 PM, Tom Farrar tom.farra...@gmail.com wrote: Hi All, I've recently been testing upgrading from Jetty 6 to 8.

Re: [jetty-users] root webapp on Jetty 8.1.8.v20121106

2012-12-04 Thread Jesse McConnell
well, 7 and 8 are basically the same codebase, they release at the same time, we maintain changes between them with merges, etc...the only real difference is a thin layer supporting servlet 3.0 but the deployment mechanism are effectively the same, or they should be. open up a bug at

Re: [jetty-users] Jetty8 and JSTLs : how do they get loaded ?

2012-12-04 Thread Anthony Dahanne
Hello Jan ! Thanks a lot ! that's great news ! I'll test the fix as soon as the next builds are available (looked on eclipse.org and maven central and could not yet find jetty-7 (7.6.9) and jetty-8 (8.1.9) and ported to jetty-9 (9.0.0.M4) Thanks again ! Anthony On Tue, Dec 4, 2012 at 2:36 AM,

Re: [jetty-users] Jetty8 and JSTLs : how do they get loaded ?

2012-12-04 Thread Jesse McConnell
https://oss.sonatype.org/content/repositories/jetty-snapshots/org/eclipse/jetty/jetty-distribution/ those releases are not out yet...and it will likely be a while before we make them, in the meantime you can test out the snapshots if you like :) jesse -- jesse mcconnell

Re: [jetty-users] Jetty8 and JSTLs : how do they get loaded ?

2012-12-04 Thread Anthony Dahanne
Hello Jesse, Thank you, I have tested with https://oss.sonatype.org/content/repositories/jetty-snapshots/org/mortbay/jetty/jetty-runner/8.1.9-SNAPSHOT/jetty-runner-8.1.9-20121203.100812-27.jarand it fixed my issue (I don't need to include the jstl module on the classpath anymore) I also took note

[jetty-users] jetty-maven-plugin v8, failsafe and JNDI failure

2012-12-04 Thread Adam Retter
Hi there, I have been using the jetty-maven-plugin in combination with the maven-failsafe-plugin to start and stop jetty before and after our integration tests are executed. So far this has worked well, however we are trying to move to JNDI for our database connections, rather than configuring

[jetty-users] Jetty 9.0.0.M3 jetty.io.EofException on responses

2012-12-04 Thread Vito Sabella
Hi Folks, I'm using Jetty 9.0.0.M3 with jersey 2.0-M10 and a very simple Hello World application. After every request, I'm getting: SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.eclipse.jetty.io.EofException. If I simply switch

Re: [jetty-users] Jetty Hightide still around?

2012-12-04 Thread Jesse McConnell
Originally Hightide (with jetty6) was a tight integration of some extra software components into a full on separate offering from the traditional jetty download. This was when both concepts of 'jetty' and 'hightide' were housed at The Codehaus. Then in 2009 or so we decided to move the project

Re: [jetty-users] Jetty Hightide still around?

2012-12-04 Thread Otis Gospodnetic
Thanks Jesse for the quick and thorough explanation. Otis -- Performance Monitoring - http://sematext.com/spm/index.html Search Analytics - http://sematext.com/search-analytics/index.html On Tue, Dec 4, 2012 at 1:45 PM, Jesse McConnell jesse.mcconn...@gmail.comwrote: Originally Hightide

Re: [jetty-users] jetty-maven-plugin v8, failsafe and JNDI failure

2012-12-04 Thread Jan Bartel
Do you have the datasource defined as a resource-ref in web.xml? Jan On 5 December 2012 03:32, Adam Retter adam.ret...@googlemail.com wrote: Hi there, I have been using the jetty-maven-plugin in combination with the maven-failsafe-plugin to start and stop jetty before and after our

Re: [jetty-users] Jetty Hightide still around?

2012-12-04 Thread Nils Kilden-Pedersen
On Tue, Dec 4, 2012 at 12:26 PM, Otis Gospodnetic otis.gospodne...@gmail.com wrote: Hi, I was looking for information about Jetty Hightide and was unable to find out if Jetty Hightide is something that belongs to the past, or if Jetty Hightide is a packaging of Jetty that is still

[jetty-users] Jetty 9 M3 - use of SetUIDServer fails with java.util.concurrent.RejectedExecutionException

2012-12-04 Thread Yamamoto Yusuke
Hi all,I'm trying to run Jetty 9 M3 with SetUID component to listen to port 80 with non-root user.What I've done is as follows:- put etc/jetty-setuid.xml (attached)-put lib/ext/jetty-setuid-java.jar (built from latest git repo)- put lib/ext/setuid/libsetuid-osx.so(built from latest git repo)- add