maven-jetty-plugin Questions
3
I would like to test our REST service with HTTP requests (kinda blackbox testing). However, after a couple of hours googling and trying different configs, I am still not able to start Jetty correct...
Maciemaciel asked 4/4, 2011 at 12:38
2
Solved
I used to deploy my WAR on local tomcat server and had a jackson-core.jar in the lib folder of tomcat. Now, I've switched to maven and am using the jetty plugin.
Everything works fine except that...
Tomy asked 21/10, 2012 at 22:52
2
Solved
Does anybody know where to find the source code repository of the Jetty Maven plugin? I'm searching for the real source code repo if available, not for the *-sources.jar file which is available her...
Dulcy asked 11/5, 2012 at 9:17
1
Hi i have the following configuration.
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.3.v20120416<...
Richerson asked 8/5, 2012 at 4:29
1
Solved
Accessing
http://localhost:8080/basicSetup/faces/index.xhtml
works, with the output of :
Hello World ! Albert Kam
but accessing
http://localhost:8080/basicSetup
shows
Hello Wor...
Yatzeck asked 25/10, 2011 at 7:18
1
Solved
We've been experiencing problems with jsessionid and I'm trying to figure out a way to disable this. Would anybody happen to know how you can do this using the org.mortbay.jetty:jetty-maven-plugin:...
Hong asked 11/10, 2011 at 14:19
1
Solved
I'm trying to use Jetty in a Netbeans Maven Web Project (instead of Glassfish or Tomcat). I've managed to get running and debugging to work as follows:
Add the plugin to pom.xml:
<plugin>
...
Clearing asked 9/8, 2011 at 13:20
0
I'm running Jetty (from Maven) with OpenEJB inside. The problem is that they conflict through JNDI context. The problem was explained some time ago by Stephen Connolly with a solution. The solution...
Kacerek asked 2/3, 2011 at 20:7
2
Solved
When I run maven-jetty-plugin, I run next command:
mvn -DMAVEN_OPTS="-Xmx1024m -Xms512m" -Djetty.port=8080 jetty:run
but when I try to output free heap size with
Long heapFreeSize = Runtime.ge...
Wauters asked 11/1, 2011 at 9:25
2
Solved
I am trying to configure a JNDI data source that can be used from an invocation of the Maven Jetty Plugin. I am trying to do this external to the WAR file, so that anyone who might later deploy our...
Cresida asked 13/10, 2010 at 16:17
2
Solved
I set up a new webapp Maven project and wanted to test it with Jetty's Maven plugin.
So I issued the console command: mvn jetty:run
After defining the pluginGroup in Maven's settings file I ran o...
Equisetum asked 25/3, 2010 at 15:21
1
Solved
I have a Spring Roo project and I use mvn jetty:run to run my app. The only problem is changes to the *.java classes do not hot deploy, while changes to *.jspx hot deploy fine.
So how can I config...
Sil asked 3/3, 2010 at 8:59
1
Solved
Background: I'm setting up a functional tests module in a maven project. We use the maven-jetty-plugin for testing.
I've got the jetty plugin set up as described here (to play nicely with the Fail...
Nostradamus asked 13/2, 2010 at 17:5
© 2022 - 2024 — McMap. All rights reserved.