jar « jetty « Java Enterprise Q&A





1. jetty - reload tag file in jar    stackoverflow.com

I have my main web project and a common project which houses my tag files. Currently I use jetty in exploded structure and I jar up my common project with my ...

2. What jetty jar should I use?    stackoverflow.com

I'd like to create an application using the embedded version of Jetty. Unfortunately, I can't find any information on what jar files I would need to do that. There ...

3. Jetty Doesnt Seem to Load jars located in WEB-INF/lib folder of an application    stackoverflow.com

First, apologies, but I am green when it comes to JAVA. I have a Jetty instance that I am starting using start.jar and passing it a start.config file. The ...

4. Deploy a jar in Jetty    stackoverflow.com

I was wondering if is it possible to deploy a jar file in Jetty? If not, are there applications servers who can do so? I am beginner. I am asking this ...

5. Embedded jetty application not working from jar    stackoverflow.com

I have the following code:

    Server server = new Server(9090);

    final URL warUrl = Main.class.getClassLoader().getResource("com/domain/webapps/app");
    final String warUrlString = warUrl.toExternalForm();
   ...

6. obfuscated jars run fail using jetty 5.1.11    coderanch.com

We have been running obfuscated jars (created by DashOPro) without any problem using jetty 4.x version. Currently we upgrade jetty to jetty 5.1.11, then we encounter some problem (see below error message) when using web tool. Could anyone have any clue. Any comments will be highly appreciated. Thanks, Sue Error msg excerpt: --------------------------- 2007-12-13 18:34:34,496 [SocketListener0-3] DEBUG org.mortbay.http.ContextLoader - try loadClass ...