Search the web
Sign In
New User? Sign Up
jetty-discuss · Jetty Discussion
? 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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3213 - 3243 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3213
Hi Greg, Thanks for getting back to me. This issue isn't anything urgent for us, so I enjoy your skiing. Anyway, I tried restarting the browser, and still the...
Bob Krier
rkrier@...
Send Email
Apr 1, 2002
4:05 pm
3214
Is there a way to get the version of Jetty at runtime?...
bwarrick2
Offline Send Email
Apr 1, 2002
4:54 pm
3215
Strangely enough yes... The static field org.mortbay.http.Version.__VersionDetail is holds something like: "Jetty/4.0.0 (Linux 2.4.17 i386)" Look in the...
Brett Sealey
bretts@...
Send Email
Apr 1, 2002
7:59 pm
3216
Perfect. Another question: Is there a way to get the installed SSL certs at runtime?...
bwarrick2
Offline Send Email
Apr 1, 2002
8:44 pm
3217
I've been searching through the mailing lists, but so far no joy. I thought I'd post my question in the hopes that someone can enlighten me. I'm running...
Andrew Houghton
andrewahoughton
Offline Send Email
Apr 1, 2002
9:11 pm
3218
Thanks you both. I thought that error page is no different from other html pages. Do we need to get all html pages greater than 512 bytes to make some versions...
Leigh Wanstead
leigh@...
Send Email
Apr 1, 2002
9:24 pm
3219
Greg will be able to have a good rant and tell you all about it when he has a break from touring the world. Just so you don't feel alone, I get intermittent...
Brett Sealey
bretts@...
Send Email
Apr 1, 2002
10:26 pm
3220
Yes. Assuming you are using JSSE then they are all stored in keystores. If you are doing what I think you are, then you will probably only be interested in the...
Brett Sealey
bretts@...
Send Email
Apr 1, 2002
11:01 pm
3221
I've only ever heard of this problem with error pages. No guarantees but you should be fine. If you get around to testing it let us know how you go! Brett...
Brett Sealey
bretts@...
Send Email
Apr 1, 2002
11:03 pm
3222
Well, SIGQUIT doesn't help. :) I'm in the process of writing a wrapper of Server that has an explicit signal handler, just to see if the observed behavior is...
Andrew Houghton
andrewahoughton
Offline Send Email
Apr 2, 2002
2:09 am
3223
Nope, it was only for pages with non 200 response codes. So if you sent a 404 with a small body, IE would generate it's own error page! For normal 200...
Greg Wilkins
gregjwilkins
Offline Send Email
Apr 2, 2002
2:53 am
3224
It's a mystery????? I have raised a bug on the Sun JVM and the reply I got was something along the lines of "MMMmmm sounds possible, but do you have a small ...
Greg Wilkins
gregjwilkins
Offline Send Email
Apr 2, 2002
3:08 am
3225
I have a web application that has been deploying fine on another machine (which I'm not currently at). But when I rebuild it and try and deploy it here I am...
Colin Canfield
colin_canfield
Offline Send Email
Apr 2, 2002
4:13 am
3226
Stephen, I'm forwarding your patch to Jetty-Discuss for discussion. We have a problem here as Jasper is an independent OpenSource project. We have a copy of...
Jules Gosnell
jules_gosnell
Offline Send Email
Apr 2, 2002
4:59 am
3227
http://www.onjava.com/pub/a/onjava/2002/03/27/jsr77.html Guys, JSR77 deals with management of J2EE servers. JBoss, and other J2EE compliant...
Jules Gosnell
jules_gosnell
Offline Send Email
Apr 2, 2002
5:04 am
3228
Colin, Can you confirm: 1. That the file in question is actually not there. 2. That there is enough disk space to write it there. Thanks, Jules ... ...
Jules Gosnell
jules_gosnell
Offline Send Email
Apr 2, 2002
5:48 am
3229
Bob, I shall be doing a JBoss-2.4.4/Jetty-4 release soon (this week - hopefully) . This will involve backporting some of the security integration. from 3.0 I...
Jules Gosnell
jules_gosnell
Offline Send Email
Apr 2, 2002
6:01 am
3231
Apologies I replied to the wrong message! I worked out the problem, the war extraction from forte was including the old version of the war file into the new...
Colin Canfield
colin_canfield
Offline Send Email
Apr 2, 2002
7:30 am
3232
... explicit ... I'm interested! Chris...
Chris Haynes
chrishaynes_...
Offline Send Email
Apr 2, 2002
9:39 am
3233
A planned feature for JBoss is the ability to do a user-proof redeploy of applications. e.g. pending requests finish. new requests are held back while...
Julian Gosnell
jules_gosnell
Offline Send Email
Apr 2, 2002
12:46 pm
3234
... cool - i was almost going that road for the jboss-hsqldb-service since the listener (Embedded_Server.ServerSocket) takes time to close and clear. /peter_f...
Peter Fagerlund
pf@...
Send Email
Apr 2, 2002
2:34 pm
3235
What I do for such things is use WebMacro (www.webmacro.org). I use for general page generation anyways, so it's no big deal to re-task it as an SSI...
Mark Crocker
markcrocker
Offline Send Email
Apr 2, 2002
3:01 pm
3236
Heh. Well, I gave up. There are a couple of problems with this route: 1) it requires classes from the sun.* hierarchy, which is non-standard, etc. 2) writing...
Andrew Houghton
andrewahoughton
Offline Send Email
Apr 2, 2002
7:43 pm
3237
This was bugging me. I know this won't go in the main tree because no one loves JSP, but I thought I'd offer it to those of you who need a simple and (I...
Andrew Houghton
andrewahoughton
Offline Send Email
Apr 2, 2002
10:05 pm
3238
The patch I just posted may not work on a windows box (or any box that uses a path separator other than '/'); I have no windows boxes to test on. If it...
Andrew Houghton
andrewahoughton
Offline Send Email
Apr 2, 2002
11:56 pm
3239
I have developed an file download servlet. I simply open a FileInputStream and write stream direct to ServletOutputStream. But when user cancels download the...
zouqingshan
zouqingshan@...
Send Email
Apr 3, 2002
3:45 am
3240
Thanks Greg! It was great meeting everyone face to face. Look for a new Windows installer for Jetty coming soon. John T. Bell...
j_t_bell
Offline Send Email
Apr 3, 2002
3:51 am
3241
I've developed some shellscripts and installation notes for automatic (init.d) start/stop of Jetty under SuSe7.3 as a non-root user using iptables for port...
Chris Haynes
chrishaynes_...
Offline Send Email
Apr 3, 2002
11:09 am
3242
I think it would be great to include at least the port-redirection stuff as ancillary docs/contrib-scripts to Jetty (or any other Java server process!) since...
Russ Trotter
russtrotter
Online Now Send Email
Apr 3, 2002
4:59 pm
3243
From: "Russ Trotter" <russtrotter@...> ... stuff as ... process!) ... the ... security ... separate ... script. ... That *is* how I have done it - two...
Chris Haynes
chrishaynes_...
Offline Send Email
Apr 3, 2002
5:20 pm
Messages 3213 - 3243 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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