jetty 2 « jetty « Java Enterprise Q&A





1. Using jetty plus in equinox jetty bundle    stackoverflow.com

We are trying to get JAAS working in our RAP application. We run jetty through the equinox jetty bundle and configure it with a fragment which contains a jettycustomizer class. Now we ...

2. Is it possible to replace JettyWebAppContext in Jetty executed by jetty:run (jetty-maven-plugin)    stackoverflow.com

I'm using Jetty 7.2.2. I want to handle all requests with my own Handler (class: WebAppContextWithDispatcher). But when I start Jetty by executing goal jetty:run in jetty-maven-plugin, JettyWebAppContext is loaded as ...

3. jetty cannot start "unable to create the virtual machine" when I add the --exec parameter    stackoverflow.com

I'm getting this strangest of errors with Jetty. When I try starting it I get "Unable to start virtual Machine" and next line say "Unrecognized Option: -". I start it using ...

4. tomcat4.0 vs jetty vs Resin    coderanch.com

5. Defining a realm with Jetty    coderanch.com

Hi We're using Jetty as our web server for an in-house system. The old system runs on a very complicated and antiquated authentication process that was developed in-house when Michael Jackson was still black. We want to use FORM based authentication with Jetty in stead, but can't figure out where or how to configure a JDBC realm. I've scoured the net ...

6. Configure JMS in Jetty    forums.oracle.com

I'm pretty sure he meant "Jetty doesn't give you a JMS implementation", and as far as I can tell he's right: Jetty doesn't come with a JMS implementation, it's "just" a web server with servlet engine, not a fully-fledged application server. You'll need to integrate a separate JMS product. Google for "JMS jetty" and you'll find plenty of help.

7. Jetty load spreading (24 core server)    forums.oracle.com

Perhaps to muddy the waters a little more, given the fact that you said it takes 10 minutes before the timeout happens, my first gut feeling actually was deadlock. But that doesn't say anything, because say that I'm right for the sake of argument, you still don't know what is causing the deadlock. I agree with the previous replier that it ...

8. Can I limit the memory usage for different web applications under Jetty?    forums.oracle.com

Hi, My concerning is to limit the memory usage for different web applications under one Jetty container. Every one knows that the total memory resource for one JVM is limited. If I want to run more than one applications in one Jetty container, the worst case is that one application consumes too many memory resource and does not release them in ...