Top "Maven-jetty-plugin" questions

maven-jetty-plugin is a Maven plug-in which embeds the Jetty webserver within a Maven build.

Transport dt_socket 8787 already in use

I am trying to run a Server and Client application in Jetty server on my Ubuntu 12.04 machine. The server starts …

java maven jetty maven-jetty-plugin
Enable debug logging in maven jetty 7 plugin

I'm running a java webapp with a simple mvn jetty:run, using the latest jetty plugin, but I can't seem …

java logging maven-2 jetty maven-jetty-plugin
Setting "root" context path with Maven Jetty plugin

I have the following Maven code snippet <plugin> <!-- http://docs.codehaus.org/display/JETTY/Maven+Jetty+…

maven-jetty-plugin
How to change jsessionid cookie path to server root in Spring app on Jetty?

I have a Jetty server running a Spring app on the /app context. The app uses sessions, so it sets …

java spring jetty session-cookies maven-jetty-plugin
Jetty Annotation Timeout Reason

I am tying to run my web application with maven jetty plugin. But after some time at startup, it gives …

maven spring-mvc annotations jetty maven-jetty-plugin
Getting Error scanning file when running jetty 9 on java 8 using the maven jetty plugin

I'm running a trivial Hello World web application using servlet-3.1, jetty-9 running on jdk-8 and using the maven-jetty-plugin. public class …

java servlets jetty maven-jetty-plugin
java.lang.ClassNotFoundException: org.apache.jasper.runtime.JspApplicationContextImpl | jetty:run

I am getting java.lang.ClassNotFoundException: org.apache.jasper.runtime.JspApplicationContextImpl while using jetty:run plugin on a web project. …

maven-3 maven-jetty-plugin
Cryptic jetty-maven-plugin error message 'ERROR: PWC6117: File "null" not found'

I have a Maven Webapp producing a WAR file. I've just upgraded my Jetty plugin to the 7.4.2.v20110526 (from 6.x). …

maven-2 jetty maven-jetty-plugin
Set the permgen size for the Child JVM processes that Maven will spin off

I am building a Maven Java app on a Jenkins build server. I am running into java.lang.OutOfMemoryError: PermGen …

java maven jenkins maven-jetty-plugin permgen
Multi-module Maven project and jetty:run

I'm trying to split a Maven WAR project into two modules, so that I can build a separate JAR file …

maven-2 maven-jetty-plugin