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@...
Apr 1, 2002 4:05 pm
3214
Is there a way to get the version of Jetty at runtime?...
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@...
Apr 1, 2002 7:59 pm
3216
Perfect. Another question: Is there a way to get the installed SSL certs at runtime?...
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...
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@...
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@...
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@...
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@...
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...
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...
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 ...
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...
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...
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 ... ...
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...
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...
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...
... 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@...
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...
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...
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...
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...
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@...
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...
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...
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...
From: "Russ Trotter" <russtrotter@...> ... stuff as ... process!) ... the ... security ... separate ... script. ... That *is* how I have done it - two...