Tagged Questions
1
vote
1answer
57 views
Spring Maven - context configuration in resources folder
As I found in other question at stackoverflow, it is better to keep the configuration of spring in src/main/resources folder. However when I use mvn jetty:run it tries to load context configuration ...
-3
votes
0answers
36 views
Maven build breaks Jersey-multipart on Jetty
Im having Jersey to have a simple RESTful service on Jetty. Everything is going great in my IDE, but when I launch the application from the command line, I get
SEVERE: Missing dependency for ...
0
votes
1answer
71 views
maven-scala-spring-jetty servlet not initialized
I want to create a maven scala spring hibernate project using ECLIPSE. Im following this tutorial :
http://grahamhackingscala.blogspot.fr/2010/01/scala-spring-hibernate-maven-webapp-how.html
Now I'm ...
0
votes
1answer
30 views
Error in invoking asynchronous java servlet using Eclipse & maven
I'm using Eclipse IDE to work on servlet. I have created a maven project to work with asynchronous servlet 3.0 and added proper dependency to it. The code request.isAsyncSupported() return true. Now ...
0
votes
0answers
71 views
Why does jetty server hangs after server start and doesn't run integration test?
I am running integration test using maven-jetty-plugin and maven-failsafe-plugin. Here's my configuration:
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
...
0
votes
2answers
71 views
“Too many open files” exception while running mvn org.mortbay.jetty:jetty-maven-plugin:run
In one of my project , I have used Lift 2.5 M4 and Scala 2.10.0 . In this project , I am using Jetty 8.1.10.v20130312 .
But while running project through mvn jetty , I am getting unexpected ...
1
vote
1answer
59 views
Jetty and tomcat doesn't load implementation of AbstractAnnotationConfigDispatcherServletInitializer
I have Spring 3.2 application with a pure java based configuration.
When I start the application with "mvn jetty:run" everything works fine.
But when I deploy a war file in Jetty(9.0.2) or Tomcat(7.0) ...
0
votes
1answer
41 views
Install Jetty After Tomcat installed
I have been using Tomcat integrated with Eclipse for a long time, and now I want to try Jetty with maven without Eclipse (I am not using m2Eclipse for now). I know Jetty is using tomcat as container, ...
0
votes
1answer
53 views
How to 'mvn jetty:run' from a parent pom?
I have a multi-module project that includes several .war packages. I would like to be able to 'mvn jetty:run' on the parent pom and have each of the sub-modules's .wars deployed on the same embedded ...
0
votes
2answers
113 views
Different servlet-api versions collision
I'm developing RestEasy web services using Maven and Jetty as the server. One of the services should use Filter that extends javax.servlet.http.HttpServletResponseWrapper. The problem is in method ...
2
votes
0answers
47 views
Approach for system testing using maven, cargo, jetty and HSQL
I have been trying to get some Selenium system test cases to run during the integration-test phase. I want Cargo to deploy the WAR to a local Jetty installation. Then I want my test cases to run, ...
0
votes
1answer
24 views
Jetty plugin only maven dependency
I'm developing CXF web services with JDK 7 + Eclipse Juno + Maven 3 and deploying on a WebSphere 7 Application Server.
I've spent hours to fiund the right configuration of dependencies (a complex ...
1
vote
1answer
270 views
Integration tests using jetty, hsql, jndi, and spring
I am attempting to create some integration tests for my Spring web app using Jetty accessing a local HSQL database. The goal: run the tests using Selenium (or similar), mock/stub out all external ...
0
votes
3answers
118 views
Why doesn't maven include the JSP files in my jar?
I have an embedded jetty (version 8.1.8) web app I am packaging as a jar and which uses JSP for its frontend. It is built with maven version 3.0.3. The problem is that when I do: mvn package it is ...
0
votes
0answers
17 views
How to disable Jetty's DoSFilter for testing?
I'm using maven 3 and I want to run tests against Jetty as fast as possible. Of course, I don't want to "contaminate" production configs, so the best solution is not necessarily a webapp-specific ...
0
votes
1answer
41 views
Different configuration for run and run-war
is it possible to have to configurations of jetty? I mean situation such as this:
if I've started jetty with jetty:run, do this [ different webAppDirecotry ] if I've typed jetty:run-war, do something ...
2
votes
2answers
607 views
maven jetty - org.mortbay.jetty vs org.eclipse.jetty
I'm trying to use jetty to host a simple helloworld servelt using maven. I'm very confused.
I followed these instructions, but when I issue mvn jetty:run I get the following error:
[ERROR] No ...
0
votes
3answers
174 views
GAE ClassFormatError: Incompatible magic value 4022320623 EFBFBDEF
I have a simple webapp in an mavenized Eclipse project.
My pom.xml contains some lines that add Google's appengine-maven-plugin to the build plugins.
When I run mvn appengine:devserver I eventually ...
0
votes
0answers
128 views
Configuring Code Coverage to Work with Integration Test that Makes Web Service Call
I'm having trouble trying to get code coverage to work properly during integration testing. I'm using Cobertura IT Maven Plugin in this case, but I'm willing to try other code coverage plugins too.
...
0
votes
0answers
92 views
How do I resolve webapp specific dependencies in the Embedded Jetty server within M2Eclipse environment?
I have two web applications admin and api. Each webapp has different maven dependencies. I am using an Embedded Jetty class to run these webapps. Also, this embedded jetty class lives in different ...
0
votes
1answer
34 views
How to build my own Jetty distribution
I need to build my own Jetty distribution, with customized xml and jar files. I use a pom.xml from the website: http://repo1.maven.org/maven2/org/eclipse/jetty/aggregate/jetty-all/8.1.9.v20130131/.
I ...
0
votes
1answer
68 views
Building maven project, doesn't include the web projects jar file
I have a multi-module maven project, and my web project's pom.xml file looks like:
<parent>
<artifactId>myapp</artifactId>
<groupId>com.myapp</groupId>
...
1
vote
0answers
46 views
Maven Jetty plugin: how to exclude from scan freemarker templates
I'm using the Maven Jetty plug-in in a Spring MVC project with a Freemarker view engine.
As suggested I put all my ftl templates under:
/src/main/webapp/WEB-INF/ftl
Now, every time I make a ...
1
vote
0answers
100 views
Jetty SSL config causes 107 / (Error code: ssl_error_rx_record_too_long)
Jetty 9.0.0.RC0
I'm having problems correctly configuring my jetty service via maven.
Currently I have
<plugin>
<groupId>org.eclipse.jetty</groupId>
...
0
votes
0answers
44 views
Maven Cargo setup for reload of static assets
I'm new to the Maven Cargo plugin, and I'm struggling a little with a set of requirements that I have. We have a web application, which has a maven build file which produces a war file called ...
2
votes
1answer
69 views
How to figure out what version of Jetty to use?
In my build for my maven java webapp, I have the following plugin:
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
...
0
votes
1answer
56 views
Maven Jetty plugin with endorsed external directory
I have a project with more than an hundred external library dependencies, here we use tomcat with this endorsed jar libs configured on a directory in the server (now is under ...
0
votes
1answer
192 views
jetty-maven-plugin does not show sysout and log messages
I have just started using jetty-maven-plugin.
I found some strange behavior regarding logs and system output.
When I start jetty with maven
mvn -Djetty.port=8093 ...
2
votes
0answers
219 views
Maven deploy to remote server
I want to deploy on Amazon EC2.
But I can't deploy.. i need some help.
I use maven project & jetty component.
Here is my code.
pom.xml
<dependencies>
...
</dependencies>
...
0
votes
3answers
144 views
How to tell jetty-maven-plugin what version of jetty to run?
I want to tell jetty-maven-plugin what version of jetty I want it to run, e.g. 8.1.4 instead of 9.0.0. I don't see it anywhere here
Also, the next step I want is to tell this plugin to use specific ...
0
votes
0answers
52 views
Can't scan RestEasy services on Jetty with maven
I have a problem to configure RestEasy services on Jetty server with maven. It doesn't scan provided resources. I tried many different approaches, but nothing didn't work. If I use WebApplication it ...
1
vote
1answer
119 views
Unable to see log output of Spring when starting Jetty from Maven plugin
I am developing a webapp in Eclipse Juno as a Maven multi-module project using Spring MVC and the Jetty Maven plugin version 8.1.7.v20120910 with HSQL as in-memory DB during development. I want to ...
1
vote
1answer
63 views
What is the best way to embed jetty in a war file?
I'm trying to embed jetty in a war file so I can launch it frcom the command line, but I'm struggling. I'm using maven, has anyone done this before?
Thanks! Steph
1
vote
3answers
393 views
Maven plugin to generate an executable web application (war->executable jar-war)
I have a maven project that is generating a .war file.
I want to configure maven to generate an executable jar, that embeds a servlet container (jetty, tomcat, or others) plus my war application, ...
-2
votes
1answer
64 views
Stop the instance triggered by mvn exec:java -PCamelServer
I was trying out the example came along with Camel.
I ran it in a remote server using putty.
After I started the server, I closed Putty( Yep !! :( )
Now when I reconnect to putty, am getting a new ...
0
votes
1answer
95 views
How to bind jetty to specific ip, allowing to access webapp from another computer?
I need to run local jetty server, which can provide access my web app from another computer in another network. To be more specific to run jetty in computer A in network A, and reach app from ...
1
vote
3answers
523 views
Tomcat7 application fails to start
I have got a following problem that I am not sure how to solve. I believe that there is some dependency incompatiblity problem, but I dont know how to check.
Does anyone have any idea where to start?
...
2
votes
2answers
521 views
File locking in Windows with Jetty 9 and Maven plugin
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 ...
0
votes
1answer
112 views
Terminating maven-jetty-plugin running in eclipse
I'm using maven-jetty-plugin to quickly run and debug WebApp I'm developing under Eclipse/m2eclipse.
It starts ok and I can fully use the debugger, but I cannot stop the application gracefully.
When ...
2
votes
1answer
168 views
jetty maven plugin doesn't deploy my second war
I'm trying to deploy two wars on jetty, the first one is deployed, but the second one is not deployed. this is my configuration of the plugin:
<plugin>
...
0
votes
0answers
81 views
Using Jetty for Integration Testing in Maven Multimodule Build
I'm trying to move my current project (7 separate projects) into a multi module build.
2 of earlier projects in the cycle produce wars which are deployed to a jetty environment to support integration ...
4
votes
3answers
354 views
jetty-maven-plugin and loadTimeWeaver
can't seem to have my spring webapp working with jetty-maven pluging
i always get
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loadTimeWeaver': ...
0
votes
1answer
56 views
How to get class instance that is lib.jar from web-app.war under jetty?
I have two maven modules. First module contains utility class and works with DB, properties files and also starts embedded jetty server. After build it is represented by lib.jar.
Second module is ...
1
vote
1answer
66 views
Automated API stability testing
I have a webapp I want to test for API stability.
To test the API I have a dependency on the project containing the domain objects written by my API, I call the api and try to deserialize the objects ...
1
vote
0answers
240 views
JSTL is not evaluated with embedded Jetty and the jetty-console-maven-plugin
Long story short: I get this as output
<html><body><c:if test="false">
strange
</c:if></body></html>
when using JSTL with an embedded Jetty.
Long story ...
0
votes
3answers
707 views
How to add environment variables to maven-jetty-plugin
I am using the maven jetty pluggin as follows:
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
...
1
vote
2answers
117 views
How to run Maven on startup as a daemon or standalone
How to run Maven as soon as my server boots?
Is it OK to have a script executed using cron once the server run? or is this a bad practice?
I am using Jetty and Resteasy and running them on Maven to ...
0
votes
1answer
48 views
mvn jetty plugin not working in offline (non internet) mode , however compiles successfully
mvn jetty:run is not working in offline mode showing exception, If connected to internet runs successfully
1
vote
2answers
116 views
How to work-a-round with JSF annotation processing bug on Jetty?
There's a bug in JSF loading mechanism for managed beans annotated with annotation @ManagedBean. The mechanism is not activated when running the app via mvn jetty:run. The bug is reported here: ...
3
votes
1answer
285 views
Embedded Jetty : how to use a .war that is included in the .jar from which Jetty starts?
I'm trying to generate a .jar containing a main() that would start Jetty.
My problem is that I'd like the .war that Jetty loads to be included in the same .jar.
I've been able to create the .jar ...



