Search the web
Sign In
New User? Sign Up
jetty-support · Jetty Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3153 - 3182 of 10421   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3153
This is causing problems with any redirects within a struts framework. Consider the following 2 jsp's, deployed within a web-app using the default (root)...
larry_sanderson2000
lsanders@...
Send Email
Jun 3, 2002
6:31 pm
3154
Hi, I use BASIC authentification in jetty ( versions before 3.1.7 ) But since I upgrade to Jetty 3.1.7, my authentification configuration doesn't work. First I...
nioto_fr
nioto_fr@...
Send Email
Jun 4, 2002
4:38 pm
3155
I am having a problem with redirects while using Apache as a reverse- proxy. I have done a bit of debugging, and have determined that this is actually an...
larry_sanderson2000
lsanders@...
Send Email
Jun 4, 2002
8:15 pm
3156
All releases are available on the alternate FTP site. Remember that browsers will remember usernames and passwords and send those for BASIC authentication. No...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 4, 2002
8:43 pm
3157
What version of Jetty are you using? This has been fixed in the latest Jetty as the following trace shows: [507] telnet localhost 8080 Trying 127.0.0.1... ...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 4, 2002
8:51 pm
3158
I have reported this to the Apache folks, but have not heard back yet. I think your response only applies to 304 responses (Not Modifieds). I'm more ...
lsanders
lsanders@...
Send Email
Jun 4, 2002
9:20 pm
3159
MMMmmm right you are. My code is only exempting 304 replies. It should be a simple fix to do, but I need to read the spec again and make sure I don't break...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 4, 2002
10:21 pm
3160
... send ... contract :-) ... best ... After a little investigation, I found the problem ( bug in SecurityConstraint ). But looking at CVS web , I see that...
nioto_fr
nioto_fr@...
Send Email
Jun 5, 2002
9:23 am
3161
Larry, I'm going to move cautiously on this one, as RFC2616 says: "All 1xx (informational), 204 (no content), & 304 (not modified) responses MUST NOT include a...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 5, 2002
11:20 am
3162
OK, it actually does not look that risky to support. Here is the change that I have made in 4.1.Dx that appears to be working OK. If you could make it on...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 5, 2002
11:35 am
3163
Shouldn't the "if (status>=300 && status<400)" logic go in the HTTP1.1 case so that HTTP1.0 and others will be handled as before? In particular, HTTP 1.0...
lsanders
lsanders@...
Send Email
Jun 5, 2002
4:04 pm
3164
I was looking over the ByteBufferOutputStream code in Jetty 4.0.1. This class creates a 5K buffer on every creation, which happens on every ...
lsanders
lsanders@...
Send Email
Jun 5, 2002
4:39 pm
3165
I think it is OK, as this code is only for persistent connections. In Http/1.0, persistent connections had to have a content length. So setting a cl of 0...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 5, 2002
5:46 pm
3166
Certainly! I've just done the first 4.1.x dev release, which is going to be a prettier site to look at if you are interested in internals (none of that horrid...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 5, 2002
5:49 pm
3167
I am running Jetty 4.0.1 with jre 1.3.1, on Windows XP Prof. I am having a problem with my WAR file and classpaths. I am a newbie converting from JRun. I...
MasStock
Offline Send Email
Jun 5, 2002
6:50 pm
3168
I have submitted my patch to source forge: http://sourceforge.net/tracker/index.php?func=detail&aid=565018&group_id=732 2&atid=307322 ... prettier ... facade ...
lsanders
lsanders@...
Send Email
Jun 5, 2002
8:10 pm
3169
Hi, What you are trying to do should work fine?!?!? Can you ut together a little helloWorld war file that demonstrates the problem and send it to me. I'll be...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 5, 2002
9:53 pm
3170
Hi, I installed Jetty with Netview for Solaris 8. Jetty is configured for port 8888 but there is no response from (I assume b/c of this error). libucb.so.1 is...
gsaradzic
gsaradzic@...
Send Email
Jun 5, 2002
11:07 pm
3171
Hi, Jetty is an open source project, which IBM have used in a commercial product (they did not even tell us). So we don't offer support for netview. ...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 5, 2002
11:19 pm
3172
Greg, it looks like a 3.1.8 release is a due, these changes have been queued up for a while... + Made SecurityConstraint.addRole() require authentication. +...
Brett Sealey
bretts@...
Send Email
Jun 5, 2002
11:39 pm
3173
Find out where libucb.so.1 is installed (try /usr/ucblib or /usr/libucb) and add that directory to the end of your LD_LIBRARY_PATH environment variable (colon...
Brett Sealey
bretts@...
Send Email
Jun 5, 2002
11:49 pm
3174
You can also create a symbolic link to the .so in your "java.library.path". Normally the "java.library.path" is in your jre/lib directory. Dave ... ...
Dave Bettin
javabettin
Offline Send Email
Jun 6, 2002
12:04 am
3175
After setting up the test, I realized it was a JSP giving me the error. I still thought that adding a jar to the lib would work, but that doesen't work as I...
MasStock
Offline Send Email
Jun 6, 2002
1:11 am
3176
OK, this fix (or similar) is going in for 4.0.2 and 4.1.D1 thanks ... -- Greg Wilkins<gregw@...> GB Phone: +44-(0)7092063462 Mort Bay...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 6, 2002
12:00 pm
3177
Hi , I m using jetty API and i have this exception : 16:35:17.450 DEBUG [SocketListener-4]org.mortbay.util.ThreadPool$JobR unner.run(ThreadPool.java:720)02> +...
yomgosse
xyomguix@...
Send Email
Jun 6, 2002
4:03 pm
3178
This is a normal event. It is the exception thrown when a connection times out. The debug trace clearly says that the exception has been ignored and it is...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 6, 2002
4:45 pm
3179
What would cause this stack trace: 2002-06-06 08:13:09,926 WARN [org.jboss.jetty.Jetty] WARNING: Servlet Exception for...
Hunter Hillegas
lists@...
Send Email
Jun 6, 2002
4:47 pm
3180
Hunter, Sorry but I have no idea what the vagrantController is or why it would be throwing a ServletException??? It is not part of Jetty? I don't think it is...
Greg Wilkins
gregjwilkins
Offline Send Email
Jun 6, 2002
10:28 pm
3181
Sorry, I should have been more clear. vagrantController is mine. I suspect that the script doesn't add tools.jar to the CLASSPATH, which I modified. I think...
Hunter Hillegas
lists@...
Send Email
Jun 6, 2002
10:30 pm
3182
Hello, I'm using JBoss 3.0 with the integrated Jetty. The web.xml file of my application includes an attribute for an absolute path: file:/.../scripts. This...
baedorf2002
Offline Send Email
Jun 7, 2002
10:27 am
Messages 3153 - 3182 of 10421   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help