Tagged Questions
1
vote
0answers
157 views
Creating an executable jar executing a war file with embedded jetty
I'm new to jetty. I need to make a executable jar which embed jetty as well as a war file. On double clicking this jar, the Server should start and deploy my project war file.This is the code that i ...
0
votes
0answers
41 views
java web project war file in jetty
I ve dynamic web project war file and its working in local jetty server but its not working in common machine where we will host.
The problem in not functionality but with UI wise. I ve jqGrid in a ...
0
votes
1answer
74 views
Jetty: Precompile JSPs using ant
I am trying to precompile my JSP files with Jetty, so I do not have to ship a compiler with my Jetty project. I am using Ant to achieve this, but there appears an error and I don't know how to solve ...
1
vote
0answers
89 views
Google App Engine/Jetty: Introspection Fails for Dynamic Proxy?
Why does Introspector not correctly discover the properties of a dynamic proxy class in Jetty/GAE?
I ran into this curious problem while trying to use a dynamic proxy with Java EL/JSPs when deploying ...
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 ...
1
vote
0answers
74 views
Java : How to find out the reason / cause for Web Socket disconnect
We are using Socket based implementation in our Application and below is the class that is responsible to do the work .
public class TestWebSocket implements WebSocket, WebSocket.OnTextMessage
{
// ...
0
votes
0answers
33 views
Stop PWC6117 errors from jasper JspServlet?
For my spring webapp, I keep all my JSP files inside WEB-INF to make sure people cannot directly gain access to them through the browser.
If someone tries to access a jsp file directly (eg. ...
0
votes
1answer
113 views
Unable to deploy app on google app engine using jetty:“HTTP ERROR 404 Pblm accessing /.Reason: not found”
Ive bee trying to set up a sample 'todo' google app engine example that uses Java, using an article I found here .
However, when I try to run the application locally, and check the localhost:8888 ...
0
votes
1answer
172 views
How does Jetty compile JSPs?
I am working with a legacy project which includes jetty-6.1.9.jar, jsp-2.1.jar, jsp-api-2.1.jar, servlet-api-2.5-6.1.9.jar and is run under JRE 1.7.0_03.
Jetty server is started inside ...
0
votes
1answer
235 views
jetty package org.json.simple does not exist
I have simple servlet to be used by jetty.
This is fragment of my servlet:
import org.json.simple.JSONObject;
import org.json.simple.JSONValue;
public class Oscar4Servlet extends HttpServlet
{
...
...
2
votes
0answers
53 views
Can Jetty compile *.java files by automation?
Structure of my application is:
/app
|-src
||-Test.java
|-WebContent
||-test.jsp
||-WEB-INF
||..
Configuration file fragment:
...
<New class="org.eclipse.jetty.webapp.WebAppContext">
...
0
votes
0answers
154 views
Class files are not generated in WEB-INF/classes
I have a GWT project and 3 jsp files, where I import some server-side code.
The problem is that when I run the application in Dev Mode in Eclipse, this exception is thrown on the console:
...
1
vote
1answer
370 views
java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
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 ...
0
votes
3answers
56 views
HTTP POST: how to ensure it is called only from a previous page?
This is probably quite a simple, newbie question for seasoned Web developers, which I am not, and googling around does not help.
I have a very simple webapp hosted on Heroku, the code of which is ...
2
votes
1answer
276 views
Jetty can't find login.jsp when using Jersey-Guice-Shiro stack
(Update 2nd Jan 2013) I've now added all the code plus a pom.xml to github at https://github.com/AndyWi/GuiceJerseyJettyShiroExample
(End update)
I'm trying to add Form based authentication to my ...
0
votes
1answer
228 views
Password protecting url / folder with Jetty
I'd like to password protect a limited portion of a JSP based website running on Jetty 8.1.
So for the url www.mywebsite.com/protected I want the browser to pop up a user/password entry window, ...
0
votes
0answers
199 views
oejw.StandardDescriptorProcessor:NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
I'm trying to learn Solr and I'm getting stuck on the very first step. I'm following the standard procedure described on the Solr website. I'm doing this on Windows 7.
Downloaded ...
-1
votes
2answers
78 views
How can I setup Jetty such that it is eqvuialent to Tomcat, supporting both JSP and Servlets? [closed]
I had a Tomcat installation with a couple of webapps, and the intention is to use another JSP/Servlet engine, instead. Jetty seems like a good fit.
I download Jetty 8 and started it up successfully, ...
0
votes
1answer
43 views
Appengine debug TagLibConfiguration (java jetty)
I'd like to debug the following class in GAE: TagLibConfiguration
To do so I need the exact Jetty Version that GAE uses in order to get the source code and be able to step by step.
Where can I get ...
1
vote
1answer
88 views
How to add JSP pages to a Java application that uses Jetty
We are building a Java app that creates reports from various data sources. For end user simplicity we want to serve these reports via a browser so we're planning on incorporating Jetty into our app. ...
2
votes
1answer
407 views
Embedded Jetty. JSP not configured
I write in Eclipse an application that connect my file Calculator.war.
import java.util.Scanner;
import org.eclipse.jetty.server.*;
import org.eclipse.jetty.webapp.WebAppContext;
public class ...
0
votes
3answers
179 views
ClassNotFound in Embedded-Jetty and Maven
To do some Surface-Tests I start an embedded Jetty for JUnit-Tests. My tests call some pages from the server. When doing this tests from eclipse everything works fine, the classpath is created by "mvn ...
0
votes
0answers
223 views
jetty dependencies (classes) not found on server start
I have a WTP project in eclipse and deploy it as a WAR file in jetty 8.1.5. In the /WEB-INF/lib directory there are some dependencies (jars) required for the web application. When I deploy the WAR and ...
2
votes
1answer
185 views
Facing a java.lang.NoSuchMethodError: Jetty + Eclipse
Hi I am using embedded Jetty 8.x In Eclipse and getting this error, while making simple Hello web application with JSP and Servlet. Am I missing some jar in Build Path ?
...
1
vote
1answer
233 views
jars shipped in war conflicting with jetty [duplicate]
Possible Duplicate:
org.apache.jasper.el.ELContextImpl cannot be cast to org.apache.jasper.runtime.ELContextImpl
I export a web service project (contains jsp pages) from Eclipse in a war ...
5
votes
2answers
2k views
org.apache.jasper.el.ELContextImpl cannot be cast to org.apache.jasper.runtime.ELContextImpl
I have a web service project implemented in java and it also contains jsp pages. I deploy it on jetty 8.1.5 on my machine and it works normally. But when I deploy on a windows server 2003 with jetty ...
0
votes
2answers
188 views
JSP one page passes value to the other page
I do this with jetty web server.
The precondition is the web server has been launched.
My main page written in JSP is trying to get the ip address from the incoming connection.
Therefore, I ...
1
vote
1answer
486 views
org.apache.jasper.JasperException: Could not add one or more tag libraries
I have an OSGi application that was developed by some of my fellow students and I try to get it running in Eclipse Juno 4.2 with Java 1.6 under OS X 10.8. One of the bundles of this application is ...
0
votes
1answer
766 views
How to do HTTP binding for Openfire plugin
I'm using Openfire as the chat server for my company. And now I need to create a plugin for Openfire.
As I can see from other plugins, they can have HTTP binding to themself through port 7070.
For ...
1
vote
3answers
544 views
precompile jsps into classes for Jetty8 using ant
We are using jspc ant task to pre-compile JSP files into classes/(then package into war)
Now we are switching to Jetty 8. According to the doc, there exists a maven plugin to do this. Do we have ant ...
3
votes
3answers
234 views
Disable taglib scanning in google app engine (Jetty)
Trying to reduce the startup time of my instances I've come accross the taglib classpath scanning.
My application has 50mb of jars. The scanning of the tld takes 20% of the startup time.
Is there ...
0
votes
2answers
58 views
Servlets not being included in the maven project
Can some one help me with this problem. jetty is not able to find my servlet. :(
I am getting the following error-
This is my directory structure -
This is my Web.xml -
<!DOCTYPE web-app ...
0
votes
1answer
616 views
Dynamically generated .jsp files : PWC6117 error using jetty-maven-plugin
I develop locally using Spring MVC, Maven and the jetty-maven-plugin plugin (7.6.2.v20120308).
I know some of you will think this is not a good idea, but I automatically generate some .jsp files. I ...
0
votes
1answer
974 views
How to create a new JSP project in Eclipse using Maven and Jetty
I'm new to a number of technologies which I need to use together in a project. I have installed a Jetty plugin for eclipse and also got maven3 working with it.
I want to start a new web-app project ...
37
votes
1answer
816 views
Eclipse RCP plugin + embedded Jetty + JSF
I made an RCP plugin with embedded Jetty as following:
1) In plugin.xml -> Dependencies, I have added the following:
org.eclipse.equinox.http.jetty
org.eclipse.equinox.http.registry
...
0
votes
1answer
401 views
Access local directory image from web app running in jetty
My web application is written using jsp/javascripts. Backend Java. Have managed to implement the code to save an image outside webapplication, because I dont want to save the images in webapp/images ...
0
votes
0answers
170 views
Scriptlet not running on Jetty 7
I am new in JSP and Jetty. I had installed and configure context for my apps in Jetty. But scriplet not running properly on Jetty 7
I use Linux Mint 13 as my OS, and using standalone Jetty 7 as my ...
0
votes
2answers
2k views
jsp servlet embedded jetty sample code
I am newbie with jsp, servlet and embedded jetty I am wondering if there is a good example or a step by step tutorial I am follow to understand how this works, I have tried for 2 whole days without ...
1
vote
1answer
402 views
event.DataTransfer doesn't transfer ID of dragged object when running in Jetty
I have a Maven Jetty project with JSPs using JavaScript. I want to be able to highlight parts of a canvas corresponding to the dragged image's size.
When I look at my JSP by simply opening it in the ...
1
vote
2answers
3k views
Showing image with absolute path in JSP
I'm using Java, JSP and Jetty to develop a website.
I'm having some problem with images paths passed in src of <img> tags.
In my database, I have the Linux absolute path of the users' images. ...
0
votes
1answer
137 views
Having a JSP in embedded Jetty 8.1.2 call a POST method
I have the following JSP code contained in an embedded Jetty server which doesnt have either a web.xml and is exported as a jar file, not as a WAR file:
<%@ page language="java" ...
0
votes
1answer
396 views
Jetty7 standalone + jstl/jsp + spring 3 = el/spring tags not working
I'm having some issues with Jetty7 standalone and my spring web app using jsp/jstl/el.
While using maven jetty-plugin everything works fine, but as soon I switch to Jetty standalone, all EL messages ...
0
votes
0answers
248 views
Jetty/ jasper JSP compilation exception, no stacktrace
I have a problem on my production machine (ubuntu oneiric) with the compilation of included JSP files. When loading a page, the following exception is logged in the output log;
2012-03-12 ...
0
votes
1answer
85 views
Jetty not displaying jsp page anymore
My jetty is not displaying jsp anymore. It was working well a while ago. Has this happened to anyone? Do you know the cause for this kind of error to occur.
2
votes
2answers
573 views
web app started by jetty runner not working with jstl tags?
Used this command to start the web app using jetty-runner java -jar prject123/web/target/dependency/jetty-runner.jar project123/web/target/*.war
The jstl code I have is as simple as this " ", the ...
0
votes
0answers
380 views
embedded jetty cannot access jsp servlet in deployment
While my embedded jetty application runs fine in eclipse it isnt serving up a JSP as a servlet in my deployment. Jetty doesnt return an error but rather it simply displays the contents of my webapp ...
12
votes
5answers
9k views
“PWC6345: There is an error in invoking javac.” error when using Jetty WTP plugin to deploy a JSP page on Jetty
I'm trying to deploy a JSP-page on Jetty, using the Jetty WTP plugin for Eclipse. But I get the error below. It looks like Jetty can't find javac. Is there any settings I have to do for the Jetty WTP ...
1
vote
1answer
254 views
JSR-45 (line numbers in JSP) support in Jetty
How do I get the stack traces coming from compiled JSPs to include line numbers from the actual JSP file, not the intermediate Servlet java file?
I am using Jetty 8. I am currently taking up the ...
1
vote
2answers
3k views
embedded jetty forward from servlet to jsp
Im try to get my embedded jetty servlet to do some processing and then pass control over to a JSP which will generate a result page.
The servlet gets mapped and called correctly however it fails to ...
2
votes
4answers
5k views
Jetty Embedded Spring application
I have spring application which uses embedded Jetty instance.
project
| src
| controller
| webapps
| jsp
| WEB-INF
| web.xml
| ...
