Tagged Questions
0
votes
1answer
14 views
Why doesn't extractWars work in Jetty 8.1.10?
Here is the definition of extractWars:
If parameter is true, any packed WAR or zip files are first extracted to a
temporary directory before being deployed. This is advisable if there are
...
0
votes
0answers
28 views
Why must Jetty extract war files?
I have a war file in Jetty's webapp directory. When Jetty starts, it is extract to a directory. If I set the configuration extract war to false, my app stops working.
Why must Jetty extract war ...
0
votes
1answer
63 views
Deploying Spring app to Jetty
I want the Jetty to run my spring app. In eclipse with run-jetty-run plugin everything seems fine. When I copy the war file (which I produce with maven) to the jetty webapps, and then enter the url, I ...
0
votes
1answer
37 views
One JVM per application WAR in Jetty?
I'm using Jetty 8 to run some servlets. I have two (or more) applications that share source code, and I want to run them on the same port (i.e., 8080). I have placed two different WAR files into ...
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
0answers
37 views
stackoverflow exception loading war in jetty
Loading war file using jetty, the error is occured.
I don't know why this is occureed. because I hadn't have this problem on other operating system. But after I install it on Redhat Enterprise Linux, ...
2
votes
1answer
196 views
Loading war in embedded Jetty with setExtractWar(false) throws IllegalArgumentException
I'm using Jetty 8.1.9 as an API and manually deploying by adding a WebAppContext handler to the server.
Server server = new Server();
WebAppContext webapp = new WebAppContext();
...
1
vote
2answers
203 views
Deploying Grails war on Jetty gives ConcurrentModificationException
I've tried deploying my grails app with tomcat on a linux pc and everything works fine. If I try deploying the same app with jetty on an IBM AS400 I get an incredibly long stacktrace:
...
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, ...
0
votes
1answer
137 views
Separate log file for each war deployed to Jetty
I have a web application packaged as war file, which uses slf4j as a logging facade. It depends on slf4j-api-*.jar, but does not contain one inside. I want to deploy this war to Jetty and configure ...
1
vote
1answer
112 views
How to setup Jetty development environment?
I have Jetty 6.1.24 in my production environment installed on Debian in the following way:
apt-get install openjdk-7-jdk, jetty, libjetty-extra-java
And for my development environment I've ...
0
votes
1answer
71 views
Basex servlet doesn't see existing database
I have an existing install of basex running on a linux machine. The install runs fine, I am able to edit .basex files to point any execution to the main database, and can run the client from anywhere ...
0
votes
1answer
35 views
What's the best choice to develop an offline version of a struts webapplication?
We have a web application developed with struts 1 running on tomcat server. Now our clients want an offline version of it running only under windows.
I'd like to collect some advices from you: what's ...
1
vote
2answers
308 views
Import and run WAR on eclipse
I have a subproject in a Virtual Machine with Ubuntu which I compile with Maven and then run with mvn jetty:run.
Maven also packages it as a war.
All of this works fine and does what is expected.
I ...
0
votes
0answers
199 views
Security error in WebAppContext jetty
When trying to deploy war file in jetty using web app context, the following exception is thrown
The code is as follows:
WebAppContext wac = new WebAppContext();
...
1
vote
1answer
804 views
How to override web.xml in jetty-maven-plugin when filtering
I've got ${properties} in my web.xml that are filtered based on profiles. I want to use the web.xml with the final properties with jetty:run but I'm not having success yet, it always sticks with its ...
0
votes
0answers
285 views
Jetty Unable to reach node goal: started
I try to execute simple programm with embedded jetty 8.1.4
package khartn.testforusingjetty;
import java.util.logging.Level;
import java.util.logging.Logger;
import ...
0
votes
1answer
472 views
Jetty How to re-deploy war
Now I have read Jetty docs http://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty#Setting_a_Web_Application_Context .
But there are no info about how to make code with hot re-deploy of the war file ...
3
votes
2answers
125 views
Make executable war files
Is there any way to make a war file to be executable.I know that we can use jetty runner to execute a war file but what am asking is there any way to execute this war when we double click on it like ...
1
vote
1answer
179 views
How to deploy a war in a jetty embedded server running into an executable jar?
I want to deploy a war file, let's call it app.war, onto an embedded jetty.
So the simpliest code for that is:
new WebAppContext(server, path, "/");
where path is eventually something like ...
0
votes
1answer
445 views
Running War file with Jetty Runner in Heroku
If someone could give me some help on heroku I would appreciate.
If I run this command on my local console, it works on -> localhost:8080
java -jar tools/jetty-runner-7.6.3.jar --port 8080 ...
1
vote
1answer
229 views
war packaging without jetty dependency with sbt
I want to build and package my SBT project as .war file. I've found plugin xsbt-web-plugin, but it requires Jetty dependency which I don't need, because I use Apache Tomcat for production and ...
0
votes
1answer
305 views
deploying axis2 on jetty
Please help me with deploying axis2 on jetty. I am able to deploy the axis2 war file but I actually need to deploy axis2 as exploded war file so that I can use hot deployment feature of axis2.
Please ...
1
vote
1answer
3k views
Creating war file with jar command is not working properly
Hi all i have used the following command to generate war file from my spring project.
D:\projectsample\webContent>jar cvf projectsample.war
The war file is generating but when i deploying it ...
0
votes
1answer
514 views
How to use jetty-runner to deploy a war file which is not using maven
Hi recently i heard that we can use jetty-runner to deploy a war file.But my question is can we use this to deploy a war file which uses no maven.Can we use jetty-runner to deploy any war files.
1
vote
4answers
891 views
Configure maven-shade-plugin to include src/main/webapp
I'm working with a simple project, with the webapp directory in the standard location (src/main/webapp). For some reason, it looks like the maven-shade-plugin doesn't include that in the final ...
5
votes
5answers
1k views
Efficiently deploy multiple instances of same WAR ( different contexts, same container )
I have one WAR ( app.war ) and one container ( Tomcat, Jetty, Glassfish, whatever ).
My goal is to deploy, on demand, hundreds of instances of this same web application on the container.
...
0
votes
1answer
352 views
jetty, war deploy
We are using jetty to deploy our war in our application. It is all working fine with jre-jdk 1.6.0_06 , u23, u31 but in our customer's system, application throws the below error for all jre-jdk 1.6 ...
1
vote
1answer
1k views
How can I deploy a WAR in an embedded Jetty 8?
With the following code, how can I deploy a WAR application located on the classpath ?
private Server s;
@BeforeClass
public static void setUp() throws Exception {
// Start http server
...
1
vote
2answers
1k views
Jetty: unpack .war to specific folder
I need to run Jetty, specify war-file and have it unpacked by Jetty into specific location. The common behavior of Jetty is to take TEMP directory or JETTY_HOME/work directory and unpack war-file into ...
7
votes
2answers
10k views
How do I write a simple Servlet for Jetty using Eclipse?
I downloaded Eclipse for Java EE and Jetty 8.1 and would like to implement a very simple Servlet.
Jetty works fine when I start it using java -jar start.jar.
To develop the Servlet I did this:
In ...
2
votes
2answers
822 views
How to run jetty 7+ with specified war with groovy/gradle?
I want to run Jetty 7+ with gradle build, but unlucky looks like there is no way to do this with jettyRun. So probably simplest idea to achieve what I want would be to use custom target:
task ...
4
votes
4answers
359 views
continuous deployment of a grails app
I am working on a grails app and need regularly to deploy hot fixes to a remote server. I am using jenkins with grails plugin for automation.
My point is the following:
Most of the time i fix a few ...
1
vote
0answers
244 views
Scalate templates in Scalatra with WAR deployed in Jetty throw ResourceNotFoundException
When attempting to send email using scalate templates, resource not found exceptions are thrown (see below). Initially I thought it was a path issue, as in dev environment on sbt it works file, but ...
1
vote
0answers
35 views
Making web app use alternate set of resources for testing
I am trying to get a web app (WAR) to use an alternate set of resources for integration testing. I am deploying my web app in jetty. How would I go about doing this?
To test it I use an external ...
0
votes
2answers
337 views
Jetty, Maven plugin - how to configure default document?
We're using Jetty 6.x, and Maven-2.
Anybody knows how to configure the default document?
I mean - there's a default that serves /index.html or any of it's equivalents when accessing the application ...
2
votes
5answers
4k views
Cleanest Jetty Configuration for Development?
EDIT: I think I should clarify my intent...
I'm trying to simplify the development iteration cycle of write-code >> build WAR >> deploy >> refresh >> repeat. I'd like to be relatively independent of ...
12
votes
3answers
8k views
Jetty Run War Using only command line
Is it possible to use only the command line to Run jetty with only a specified war file and Context Path.
Something like :
java -jar $jettyHome/start.jar -Dwar.location=myApp.war ...
3
votes
3answers
1k views
Grails IncompatibleClassChangeError
I deploy a war made with "grails war" to a jetty server.
As far as I can determine, Grails builds with Sun JDK 1.6.0_17-b04 and jetty runs on Sun JDK 1.6.0.16 (both on linux).
2010-08-18 ...
0
votes
2answers
1k views
Wicket WAR in Jetty: .html files not on classpath
I deployed a Wicket-based app's .war file to Jetty 7.0.2. The problem is that Jetty copies the classpath to a temp dir, but only copies *.class, so *.html is not available for the classloader and I ...
1
vote
3answers
908 views
Deploy a jar in Jetty
I was wondering if is it possible to deploy a jar file in Jetty?
If not, are there applications servers who can do so?
I am beginner. I am asking this question because all the docs that i have ...
35
votes
11answers
18k views
Executable war file that starts jetty without maven
I'm trying to make an "executable" war file (java -jar myWarFile.war) that will start up a Jetty webserver that hosts the webapp contained in the WAR file I executed.
I found a page that described ...

