Top "Maven-jetty-plugin" questions

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

Change Jetty default port

Jetty default port is 8080, but I want to change to default port to some other port (9999). I read a few …

java maven jetty maven-jetty-plugin
How to control VM arguments for maven-jetty-plugin?

How to set VM arguments for Jetty run from maven-jetty-plugin? For example, I need to pass -Xmx arguments to Jetty …

java jetty maven-2 maven-jetty-plugin
could not find Factory: javax.faces.context.FacesContextFactory

I notice that when trying to setup my JSF 2 webapp running on jetty, i have this error : java.lang.IllegalStateException: …

servlets jsf-2 jetty maven-jetty-plugin
No plugin found for prefix 'jetty' in the current project

I have added jetty mvn plugin code in my project pom.xml. <plugin> <groupId>org.mortbay.…

maven jetty maven-jetty-plugin
No plugin found for prefix 'jetty' in the current project and in the plugin groups (local, central)

In order to easily run my webapp, I decided to add Jetty to my single POM file. Following the official …

maven maven-jetty-plugin
Debug web app in IntelliJ, webapp built by maven, run by jetty

I'm using s/o code, it's a java webapp built by maven. The webapp is run by maven script, like …

debugging web-applications intellij-idea jetty maven-jetty-plugin
Setting debug configuration for maven+jetty+eclipse

I have created a web app using maven in eclipse. I am using jetty for running the app. I am …

eclipse debugging maven maven-jetty-plugin
How to override jetty.xml with jetty.port

I'm using maven-jetty-plugin and trying to override my jetty.xml setting with the -Djetty.port=8090 but it's not working. Only …

java maven jetty embedded-jetty maven-jetty-plugin
jetty:run causes class not found exception for org.mortbay.jetty.webapp.WebAppContext

Hi i have the following configuration. <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId&…

jetty classnotfoundexception maven-jetty-plugin
Strange java.lang.ArrayIndexOutOfBoundsException thrown on jetty startup

Whenever I deploy jetty application I hit this issue. Looks like some jar or class is broken. Colleagues compiling exactly …

java jetty maven-jetty-plugin