Questions tagged [runjettyrun]

Run Jetty Run, runs web applications with Jetty and Eclipse in one click.

Run Jetty Run, runs web applications with Jetty and Eclipse in one click (source).

GettingStarted Installing and using the plug-in.

17 questions
5
votes
0 answers

RunJettyRun plugin and hot swap

I am using Java 1.8.0_144, Eclipse (Oxygen) and RunJettyRun plugin on Windows to test my web application. When I modify the Java code in a non-static method (not change to the method signature or adding a new method), the change does not get…
curious1
  • 14,155
  • 37
  • 130
  • 231
1
vote
0 answers

Eclipse + RunJettyRun + Spring MVC: how to set SSL for testing?

I am using Eclipse (Luna) and RunJettyRun to develop a Spring MVC website on Windows 7. I would like to test whether it works on SSL for certain pages or directories. I have a self-assigned SSL certificate (file: .keystore) in C:\Users\Me with the…
curious1
  • 14,155
  • 37
  • 130
  • 231
1
vote
1 answer

Atmosphere Samples: Can't get chat demo working (atmosphere.js gives 404)

I'm trying to get the chat sample running from atmosphere-samples But I'm getting the following error in the console GET http://localhost:8080/javascript/atmosphere.js 404 (Not Found) When I look at the source for samples/chat I can't see…
lance-java
  • 25,497
  • 4
  • 59
  • 101
1
vote
2 answers

Run-Jetty-Run (RJR) with Jetty 8 and Servlet 3.0 scanns all JAR files ignoring WebInfIncludeJarPattern in jetty-web.xml

I'm using Servlet 3.0 without any web.xml just using Spring WebApplicationInitializer. When I start the Webapplication with Run-Jetty-Run in eclipse, the JARScanning takes about 40 seconds since it tries to find HandlesTypes annotations in all jars.…
ddawg
  • 85
  • 1
  • 9
1
vote
1 answer

Hot deployment using jetty server

I am using standalone jetty server in my application. I want to do a hot deployment for a jar. When I browsed through net I found the below settings in jetty.xml
user2404813
  • 11
  • 1
  • 2
1
vote
0 answers

How do you configure the RunJettyRun Eclipse plugin to use logback?

After installing the RunJettyRun plugin in Eclipse Juno and having my application successfully run, I can't figure out how to change the logger to Logback. There are some instructions on the web, but they're all either incomplete or very…
Neil
  • 24,551
  • 15
  • 60
  • 81
0
votes
0 answers

Installing error for Jetty in eclipse

I have followed some tutorials for Jetty installation for eclipse. In Eclipse go to Help>Install New Software List item Select Add and enter the following: Name: Jetty Location: http://run-jetty run.googlecode.com/svn/trunk/updatesite I have done…
K.Suthagar
  • 2,226
  • 1
  • 16
  • 28
0
votes
1 answer

Jetty-Runner using only one CPU?

I have a web-application that does a lot of background-calculation. When I deploy the app in tomcat8 I can see that the Java-Process uses up to 800% of the 12 cores that I have available. When I run the same application in jetty-runner from the…
Tobias Gassmann
  • 11,399
  • 15
  • 58
  • 92
0
votes
1 answer

Spring/Maven project in Eclipse JEE: applicationContext.xml cannot be opened

Having received a Spring/Maven project, I: Ran mvn eclipse:eclipse on it, Loaded it into Eclipse JEE (latest version, called Neon), Added the Dynamic Web Module facet to it, Clicked Run Jetty on it. PROBLEM: It does not found its own…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
2 answers

NoSuchMethodError: org.eclipse.jetty.util.MultiMap.add

I loaded my Spring/Maven project in Eclipse (Spring Tools Suite variant), installed Run Jetty Run, and clicked Run Jetty. PROBLEM: Jetty does not start correctly: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
1 answer

Make Run-Jetty-Run use the newest Jetty

I installed Run-Jetty-Run using the nightly site http://xzer.github.io/run-jetty-run-updatesite/nightly/, and I made sure to also install RunJettyRun Jetty93 Support: Despite that, when I right-click my project and click "Run Jetty", it starts an…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
1 answer

serve network share directory with jetty-runner

I need to make my network share folder available via web URL. I am using jetty runner to serve directory. My network share is \\nas01.internal.local I can use this path in file explorer to browse\copy\delete files.I need to make it accessible via…
pinkal vansia
  • 10,240
  • 5
  • 49
  • 62
0
votes
1 answer

Logback showed line number as -1

I'm using SLF4J with logback in my web application. Logs show the line number as -1 instead of actual line. I see this issue when I use jetty runner. I don't see this issue when I run my application in eclipse through run-jetty-run. Below is my…
TechCrunch
  • 2,924
  • 5
  • 45
  • 79
0
votes
0 answers

spring 3.2 + jetty 8.1.2 - controller / routing not invoked

Currently the application is working correctly as expected on Tomcat 7. However when I try to get this started on jetty using run-jetty-run eclipse integration, i face the below issue. Application starts fine, datasources, webappcontext, controllers…
JayabalanAaron
  • 360
  • 3
  • 13
0
votes
1 answer

run-jetty-run won't display my jsp

Im using run-jetty-run 9 to test my web application project in eclipse. Whenever I'm trying to access a JSP on this local deployment created with run-jetty-run, I'm getting this error: PWC6345: There is an error in invoking javac. A full JDK (not…
Frauke
  • 17
  • 4
1
2