Questions tagged [maven-jetty-plugin]

maven-jetty-plugin is a Maven plug-in which embeds the Jetty webserver within a Maven build. It is configured in the Maven POM file. It is extremely useful for Rapid Application Development.

You may encounter issues understanding which Jetty Maven Plugin to use due to its recent history of moves between one project owner to another (more recently from codehaus.org to eclipse.org) and its different groupIds (org.mortbay.jetty vs org.eclipse.jetty).

Depending on the version of Jetty to use, you should know that:

  • Jetty up to version 6 is no longer supported by codehaus.org;
  • Jetty from version 7 to 8 are EOL (End Of Life), see Jetty Maven plugin.
  • Jetty version 9 is currently hosted by eclipse.org, see Jetty Maven Plugin

This tag should be used for questions on versions (and group ids) mentioned above. However, it is recommended to use org.eclipse.jetty as latest groupId and well maintained version.

398 questions
-1
votes
1 answer

Trouble running jetty servlet

I managed to follow some tutorial and setup a jetty webserver that runs with Maven in Intellij. It runs when I click into maven and do Jetty:run but does not run from my main class. My issue is when try and run the code to launch a webserver I get…
-1
votes
4 answers

Tutorials where I can start to master and fully grasp Java's Spring 2.5 + Hibernate (w/ some other frameworks)

I'm trying to fully master and fully grasp Java's Spring 2.5 and Hibernate framework for a limited amount of time (maybe in in less than 2 days?) and would like to ask this community if you can point out where I can start in mastering both…
hyoumoku
  • 43
  • 3
  • 9
-1
votes
1 answer

The absolute uri: http://www.opensymphony.com/sitemesh/decorator cannot be resolved in either web.xml or the jar files deployed with this application

Using jetty-maven-plugin. Got this error in the upgrade from jetty 8 to jetty 9. org.eclipse.jetty jetty-maven-plugin 9.4.0.v20161208
Deepu Sahni
  • 479
  • 5
  • 9
-1
votes
3 answers

Spring and Jetty NoClassDefFound error

Hi I am currently having an error with running tests on my spring application. The error is: java.lang.ClassNotFoundException: org/eclipse/jetty/util/FutureCallback This is my first time using spring and maven so I am quite confused. I think it…
t77
  • 1
  • 1
-1
votes
1 answer

maven + jetty but el expression not work fine

I use maven + jetty plugin (6.1.26) , in jsp page , I write ${title_name} work fine . but if i write ${title_name == null? "default name" : title_name} , it throw Exception like this : org.apache.jasper.JasperException:…
lostmarine
  • 39
  • 4
-1
votes
1 answer

Jetty Server started but can't access it on browser

I tried to run a Java web application using Jetty Server. The Jetty Server is running as shown on the cmd, but while I tried to access localhost:10000 via browser (Chrome, IE or Mozilla Firefox), the browser always ends up on googles the address…
mrjimoy_05
  • 3,452
  • 9
  • 58
  • 95
-1
votes
1 answer

Java SQL DataSource Resource Configuration

In Java Spring, I am trying to keep my database settings outside of the main app so that it can be configured on other servers with minimal effort. I am using Tomcat 7 for my production server and a Jetty server (jetty-maven-plugin version…
Shroder
  • 573
  • 2
  • 5
  • 23
-3
votes
1 answer

Simple things about jelastic & jetty

I create maven project with dependencies. Than write simple jetty server which return html page on request. Simple "Hello World" application. Now i want relocate it on jelastic cloud, but can't understand how. When creating cloud on jelastic you…
Oksid
  • 21
  • 4
1 2 3
26
27