Top "Maven-jetty-plugin" questions

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

Maven jetty plugin - automatic reload using a multi-module project

I am developing a Java web application, using a multi-module maven project. The project setup is the following: pom.xml …

java maven jetty maven-jetty-plugin maven-module
logback logging with maven-jetty-plugin

I want to use logback logging with maven-jetty-plugin. Apparently, the system property logback.configurationFile is read after maven-jetty-plugin is started …

maven jetty logback maven-jetty-plugin
Exception using weld CDI with Jetty: Singleton not set for STATIC_INSTANCE

I am trying to configure Jetty with JSF and Weld CDI. After following this manual, I stumble upon the following …

jetty cdi maven-jetty-plugin weld
Static content with Maven Jetty Plugin

How can I serve static content with maven jetty plugin (7.x) Thanks

maven jetty maven-jetty-plugin
java.lang.NoSuchFieldError: IS_SECURITY_ENABLED

I want to deploy a service to 2 servers. I succeed on one server, but failed on the other one. In …

java eclipse jsp jetty maven-jetty-plugin
Free heap size does not increase in Maven

When I run maven-jetty-plugin, I run next command: mvn -DMAVEN_OPTS="-Xmx1024m -Xms512m" -Djetty.port=8080 jetty:run but …

java maven heap jetty maven-jetty-plugin
Jetty: NoClassDefFoundError

I have a pom where I configured jetty plugin in following way: <plugin> <groupId>org.eclipse.…

java maven pom.xml maven-jetty-plugin
Jetty 8.1.1.v20120215 in Eclipse with webapp (JSF + Maven)

I am trying to run my webapp (using JSf) Jetty 8.1.1.v20120215 in Eclipse. I downloade Jettey Adaptor for Jetty and …

eclipse jsf maven jetty maven-jetty-plugin
SLF4J / Log4J not initialized in jetty-maven-plugin

I am getting this error when running the jetty-maven-plugin: [INFO] --- jetty-maven-plugin:7.6.1.v20120215:start (start-jetty) @ rest --- log4j:WARN …

maven log4j slf4j maven-jetty-plugin