Question

Has Jetty been completely migrated over to Eclipse yet?

I am using the Maven 2 plugin for Jetty version 7, 20091125.

Just recently, I am getting session manager issues that I never had come up before (no session manager configured). The standalone instance is running the Eclipse version of Jetty, but the same version, 20091125.

Is anyone else having these issues with the Jetty plugin presently? What other application servers to you deploy to that have a plugin for quick deployment / testing?

Walter

Was it helpful?

Solution

Even if Jetty 7 is considered as "stable" (see About), it is far from being as "mature" as Jetty 6 especially after the significant reorganization of the packaging and jars that happened in Jetty 7.

This is even more true for the new maven plugin in my opinion - see for example this previous question - and I expect more problems to come since some classes are still in org.mortbay.jetty (tell me why). All these changes make it hard to find your way and to find accurate information...

So I agree with @bmargulies here: unless you really need JSP 2.1 or some of the new features of Jetty 7, better stick with Jetty 6 (not even to mention that I find this new jetty cumbersome with all its modules).

OTHER TIPS

Personally, I stick with jetty 6. Every time I try version 7 I feel as if I've just walked off ... a jetty.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top