maven-jetty-plugin Questions
5
Solved
I have a really simple webapp project with maven and jetty that has been working very well until now. But now I need to setup MySQL connection pooling with JNDI as the database connections always t...
Mew asked 29/5, 2012 at 14:11
3
Solved
Unlucky I need jetty 8 to work properly with spray/akka (it's scala project).
With older version used by jettyRun I'm getting error like: java.lang.NoClassDefFoundError: org/eclipse/jetty/continua...
Evasion asked 24/11, 2011 at 22:46
2
Solved
I am working on a project that uses jetty-env.xml to define some resources in the test environment. It requires that I hijack it and put in my username and password for the resources. Is there a wa...
Mistymisunderstand asked 14/2, 2014 at 17:2
1
Solved
I'm having problems getting a webapp to start quickly in using the maven jetty plugin in eclipse. I'm using the jetty:run goal.
After turning on the logging the problem seems to be that jetty scans...
Numbskull asked 7/3, 2015 at 11:8
1
I've enabled HTTP/2 connector over SSL with jetty. When I try to connect with the browser I get an 'ERR_SSL_PROTOCOL_ERROR' error. If I switch to HTTP/1.1 connector everything works fine.
Here are...
Frampton asked 1/4, 2015 at 11:34
4
Solved
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 when I remove the connector part from the jetty.xml file I get the por...
Lashanda asked 25/7, 2012 at 14:29
5
Solved
Here's the problem: we build webapps for clients. We also have an "admin" webapp that modifies some client data structures. Because of the nature of the data, both webapps have to run in the same J...
Scrutable asked 1/4, 2011 at 21:27
1
Solved
Context and setup information:
Jetty 9 with the eclipse jetty plugin
Spring 4.1.1.RELEASE with Spring Security 3.2.3
Spring Java Configuration (no web.xml)
Problem description
Starting jetty 9 ...
Palacios asked 14/11, 2014 at 10:31
4
Solved
I have an XML file (urlrewrite.xml) that needs a property placeholder resolved. I enable Maven filtering to achieve this. This works fine for the assembled WAR file.
<build>
<resources&g...
Qualm asked 19/9, 2011 at 18:49
3
Solved
I am developing a Java web application, using a multi-module maven project. The project setup is the following:
pom.xml Main maven project, that includes the following modules:
persistence: Ent...
Longing asked 8/9, 2014 at 13:35
2
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 HelloWorldServlet extends HttpServlet {
@Overri...
Bicuspid asked 2/4, 2014 at 9:23
4
I am trying to run my webapp (using JSf) Jetty 8.1.1.v20120215 in Eclipse. I downloade Jettey Adaptor for Jetty and then added Jetty Server 8.1 in Eclipse. Then I stared my webapp under Jetty webse...
Sthilaire asked 2/3, 2012 at 1:1
2
Solved
I have a web application with spring in which I do some file upload. Under eclipse, using Jetty (the maven plugin) it works perfectly. But when I deploy the application under Tomcat it does not and...
Bryner asked 16/5, 2014 at 15:2
3
Solved
I'm attempting to profile a Java 7 application executed using mvn jetty:run with VisualVM 1.3.6. The CPU shows as unavailable, and the profile tab lists the following error:
WARNING! Class sharing ...
Malvia asked 7/8, 2013 at 19:12
3
I am running an Integration test with Maven, Selenium and Jetty. The tests are executed OK, but when the server are shutting down then the Jetty server throws a java.lang.ClassNotFoundException: or...
Patrizio asked 23/10, 2013 at 22:30
1
Solved
I am learning Maven and have encountered a problem. When I try to do mvn clean install with my webapp i get the error saying that parameters stopPort and stopKey are missing or invalid. Here is wha...
Demetrademetre asked 16/12, 2013 at 14:2
4
I'm working with Eclipse and Maven and run my application using the Maven jetty plugin.
I find it mildly irritating that Maven insists on recompiling my files every time I execute jetty:run. It is...
Multiplicand asked 5/5, 2011 at 11:25
2
Solved
I'm invoking the "jetty:run" goal with the following plugin configuration:
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>...
Physician asked 23/8, 2011 at 22:16
1
Solved
I'm using the eclipse jetty plugin in my project:
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.0.3.v20130506</versi...
Tellurite asked 30/7, 2013 at 14:2
4
Solved
I want to use logback logging with maven-jetty-plugin. Apparently, the system property logback.configurationFile is read after maven-jetty-plugin is started and has initialized slf4j, so the file ....
Segno asked 10/11, 2011 at 23:20
3
Solved
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 No appenders could be found for logger (org.ecl...
Latinist asked 3/4, 2012 at 14:28
1
Solved
I want to deploy a service to 2 servers. I succeed on one server, but failed on the other one. In fact, I try my best to make their environments same. The error log is as following:
2013-01-21 22:...
Hortensiahorter asked 21/1, 2013 at 14:36
2
Solved
There is a lot of information available on the this subject, but I can't get it to work in Jetty 9. The most recent approach I found was: Jetty Maven Plugin is ignoring custom webdefault.xml
I ext...
Cervix asked 30/12, 2012 at 14:7
3
Solved
I am building a Maven Java app on a Jenkins build server. I am running into java.lang.OutOfMemoryError: PermGen space many times during the build on Jenkins (but never on my localhost) and hence it...
Kingcup asked 31/10, 2012 at 15:27
4
I'm using maven and the maven-failsafe-plugin to start up jetty during the integration-test lifecycle phase. I then execute a number of (*IT.java) junit tests against my running webapp. This is wor...
Inspirit asked 18/2, 2011 at 16:6
© 2022 - 2024 — McMap. All rights reserved.