embedded-jetty
Embedded jetty application not working from jar
I have the following code: Server server = new Server(9090); final URL warUrl = Main.class.getClassLoader().getResource(\"com/domain/webapps/app\");[详细]
2023-02-17 01:06 分类:问答Cleanest Jetty Configuration for Development?
EDIT: I think I should clarify my intent... I\'m trying to simplify the development iteration cycle of write-code >> build WAR >> deploy >> refresh >> repeat. I\'d like to be relatively independent o[详细]
2023-02-10 13:43 分类:问答CruiseControl: Does not start - how to determine reason?
CruiseControl does not start any more (only known change was adding new memory to the machine.) Ok, it seems to start: Calling the web gui brings:[详细]
2023-02-10 03:26 分类:问答How to embed jetty to a dynamic web project using jsp in an eclipse IDE
I am using an embedded jetty for my Wicket projects with no problem since wicket does not use JSP.Until I run across a task to create a basic Dynamic Web Application using an embedded jetty applicatio[详细]
2023-02-09 17:20 分类:问答Embedded Jetty handles each message twice
I\'m trying to use Jetty in the simplest way possible. I have started by running the walkthrough from the Jetty@Eclipse documentation, which basically looks like that:[详细]
2023-02-06 15:14 分类:问答ServletContextListener.contextInitialized doesnt get called when context is initialised
I am creating a war file (progressReporter.war) and i am deploying it on Jetty7.2.2.v20101205. I have a sysout on contextInitialized method which i should see when jetty starts up. I am starting jetty[详细]
2023-02-01 19:47 分类:问答Webapp startup fails but Jetty LifeCycle claims "started"
I\'m using embedded Jetty to launch a standard Java webapp.My launcher is something like this: import org.eclipse.jetty.server.Server;[详细]
2023-01-28 22:14 分类:问答ClassCastException Thrown When Getting X509Certificate in Jetty-7.1.6.v20100715
The filter I wrote threw ClassCastException [Ljava.security.cert.X509Certificate; cannot be cast to java.security.cert.X509Certificate[详细]
2023-01-28 05:21 分类:问答Embedded web container supporting JSR-330 injection directly?
We have decided that all our modular code should use JSR-330 dependency injection and we have used Guice 2.1SVN or Java EE 6 CDI to do the actual injection in several projects and has worked very well[详细]
2023-01-28 00:17 分类:问答Using Jetty to serve a web application
I am using Jetty for the first time to deploy a GWT web app connecting to a Restlet API and I am trying to understand the best way to use it.[详细]
2023-01-27 12:15 分类:问答