Hi, We are using Jetty embedded as an Avalon component (see http://plexus.codehaus.org/jetty/ for source and other info). However with it I am encountering...
Yout may be having a clash between the version of crimson shipped with Jetty and that shipped with your JVM. Try deleting the crimson.jar Failing that, try...
Hate it when I forget to hit "reply-all" :)... Here is a message I just sent to only greg... ... Thanks for the reply Greg. I don't have the crimson jar from...
Guess what it was. I was using classworlds (http://classworlds.werken.com/) and the JarUrlClassloader implemented URLClassloader instead of JarURLClassloader....
I've tried overriding <context-param> elements in my web.xml file by specifying a call to setInitParameter in my jetty.xml file and it doesn't work. I've...
Helg Bredow
Helg.Bredow@...
May 1, 2003 2:50 pm
5739
I've noticed that my filter is not being invoked when I access a URL that causes a welcome file (e.g. index.jsp) to be loaded. For example, if I access...
Helg Bredow
Helg.Bredow@...
May 1, 2003 2:53 pm
5740
It is a "bug" in the 2.3 servlet spec. Specifically filters do not take place on RequestDispatch.forward calls and the welcome file mechanism is not specified...
This is how it is meant to work. The setInitParameter call will always set the parameter. But if you call it before the context is started, then it can be...
Hi , Our client is using Jetty4.1/Apache trasparent proxing behind a firewall and requests via a https protocol. The performance is very slow when accessed out...
Stallone
tcp_007@...
May 2, 2003 1:01 am
5743
Sounds like you may be getting some DNS and/or WINs timeouts. Can you sniff your clients network and see if there are any DNS/WINs requests associated with the...
App contains servlet code like getRemoteAddr(), could this be a problem ? ... very ... who ... or ... http://jetty.mortbay.org ... ...
Stallone
tcp_007@...
May 2, 2003 2:58 pm
5745
getRemoteAddr() should be OK, unless they take the return, construct an InetAddress and then do a toString on it (which causes a DNS lookup). getRemoteHost()...
I have a bunch of custom tags that declare variables from attribute name. The vars had their scope set to AT_BEGIN and none of them would work, they all had...
usuk17
rdingwell29@...
May 2, 2003 7:18 pm
5747
I tried all of your suggestions, but to no avail. I am interested though ... when you make the request object available in the customizeConnection class, you...
don_oleary
don_oleary@...
May 2, 2003 8:46 pm
5748
... By the time that you customize connection has been called, all the headers and params have been copied from the HttpRequest to the connection. You cannot...
This is really a JSP issue, not a Jetty issue. The differences that you are seeing are almost certainly down to the different version of Jasper (the JSP...
Does anyone have any pointers to a list of all security issues that have been uncovered/fixed in Jetty over the years? I have a customer who is concerned about...
Eric, Well there have been so few issues, that we have never kept a list. The two security issues that come to mind were actually not Jetty specific but were...
http://www.cert.org/nav/index_red.html CERT does not have any for jetty which may be helpful for comparison purposes. ... __________________________________ Do...
One of the main features that attracted me to Jetty is the ability to configure Jetty using an api. This has allowed me to develop a full application,...
http://www.bouncycastle.org/ You should be able to get something to work as described within the JCE framwork regardless. ... http://jetty.mortbay.org Your use...
Brook Stevens
bstevens@...
May 5, 2003 8:51 pm
5756
FYI ... Subject: [jonas] Congratulations and a big thanks for Jonas 3.1!!! Date: Tuesday 06 May 2003 12:46 am From: sb@... To:...
Miroslav Halas
jetty@...
May 6, 2003 11:10 am
5757
We've noticed a problem with Invoker not noticing that a servlet's .class file has been modified and continues to behave as if the old .class file was still...
jahalme42
jahalme42@...
May 6, 2003 11:21 am
5758
Jetty does not support automatic reloading of classes - be they servlets or classes that the servlets depend on. While many containers do support this - we...
I work alot and have no time for romance.I am a 24year old Female, 125 lbs,brown hair,blue eyes. I seek a man 25-50 for a romantic night out and some goodnight...
Hi, I have problems with Jetty 4.29 and SSL. My Application is a ReverseProxy Servlet which connects to several Servers. All Servers are SSL enabled and have...
I'm trying to use Jetty in an embedded application. I need to make certain jars available to all webapps. I can't seem to do it. Here's what I've tried (all of...
shef31
shef31@...
May 7, 2003 7:25 pm
5762
Adding the jars to the system classpath should work. This is not the same as changing the "java.class.path" system property. How are you starting the jvm?...
try setting the javax.net.ssl.trustStore system property to point at the location of your keystore. Refer to the jsse docs for this, you will probably also...