I have created the jetty-cvslog mailing list on http://sourceforge.net/projects/jetty/ This list gets postings for every commit that is done to the Jetty2 and...
Greg Wilkins
gregw@...
Jul 9, 2000 10:38 am
453
I am new to Java servlets. My ISP has given me some disk space on their web server. I tried to implement a simple servlet, but couldn't execute it. I assume...
chriscoyle@...
Jul 9, 2000 11:32 pm
454
Hi, I would like to ask about people using Jetty as a stand-alone servlet invoker not using HTTP. <apology>This may be clear in the documents, but if so, I...
mvogt@...
Jul 10, 2000 2:15 am
455
To my knowledge, nobody does this with Jetty as it would be a fair bit of work. the jetty architecture is basically to map HttpRequests taken from a collection...
Greg Wilkins
gregw@...
Jul 10, 2000 8:08 am
456
Chris, If your server is apache, then you need to get your ISP to add JSERV or Tomcat to it. Apache is a HTTP server, JSERV and tomcat are servlet containers....
Greg Wilkins
gregw@...
Jul 10, 2000 8:13 am
457
To those of you trying to implement SSL via JSSE with Jetty and manually creating HttpsURLConnection requests to said server, I have finally found a solution....
bsturgen@...
Jul 11, 2000 5:06 pm
458
I'm currently implementing the Jetty3 requestDispatcher mechanism and as you have probably noticed, this API was the source of most of the bugs/differences in...
Greg Wilkins
gregw@...
Jul 12, 2000 9:45 am
459
Has anybody used the Apache-cocoon-framework with Jetty-2 ? Some install- and configuration-hints are welcome !...
heinz.schwarz@...
Jul 13, 2000 9:28 am
460
... Check the jetty-discuss archives on egroups, as I know this has been done and it was discussed there. If you get it to work (or the other cocoon users...
Greg Wilkins
gregw@...
Jul 13, 2000 12:34 pm
461
Release 3.0.A97 is now available on http://jetty.mortbay.com or http://sourceforge.com/projects/jetty Jetty-3.0.A97 - 13 July 2000 + Tempory request log...
Greg Wilkins
gregw@...
Jul 13, 2000 7:50 pm
462
for our project we have to use IIS as the main web-server. but since jetty is a superb platform for my servlets, i have placed a jetty server on the same...
Klaus
klausspd@...
Jul 15, 2000 12:11 pm
463
... It would probably not be too difficult to write a specialized HttpListener for jetty that uses the AJP protocol to get requests for another server...
Greg Wilkins
gregw@...
Jul 16, 2000 7:53 pm
464
... It would probably not be too difficult to write a specialized HttpListener for jetty that uses the AJP protocol to get requests for another server...
Greg Wilkins
gregw@...
Jul 16, 2000 8:01 pm
465
... Which reminds me. I agreed to write part of a book about Borland Delphi this summer. That means I won't be doing as much Java or Web stuff, and will have ...
Juancarlo Añez
juancarlo@...
Jul 16, 2000 10:24 pm
466
Cool, I was keen to do that anyway. cheers -- Greg Wilkins<gregw@...> GB Phone: +44-(0)171-4394045 Mort Bay Consulting Australia and UK....
Greg Wilkins
gregw@...
Jul 17, 2000 6:36 am
467
Greg, ... It turns out I won't be writing the book, so please keep us posted about your work on the XML stuff. Juanco...
Juancarlo Añez
juancarlo@...
Jul 17, 2000 12:21 pm
468
Nuno, If you don't mind, I'd like to move this discussion to jetty-discuss, so other can throw their ideas in? So I have CC'd this to the group (to bad if you...
Greg Wilkins
gregw@...
Jul 18, 2000 9:18 am
469
... I'm certainly new to this conversation. I am very into the idea of having things look for resources on the file system or in a jar file relative to the...
Jonathan Revusky
jrevusky@...
Jul 18, 2000 9:47 am
470
... Great ! ... (...) ... (...) ... OK. The resourceHandler can be done, but if you do not have an abstract resource representation you have to encode...
Nuno Preguica
nmp@...
Jul 18, 2000 1:35 pm
471
I changed the subject here to reduce traffic by saying two things at once.... As part of the work on web apps that Numo has prompted me into, I have finally...
Greg Wilkins
gregw@...
Jul 18, 2000 2:35 pm
472
... apple has demonstrated a java2 implementation for OSX to developers and that implementation, or an updated version :), will be shipping when OSX ships. a...
robert sanford
rsanford@...
Jul 18, 2000 2:57 pm
473
From: robert sanford [mailto:rsanford@...] ... I believe end-of-the-year is also the timing for production release of Java 1.3 (they skipped...
Preston L. Bannister
preston@...
Jul 18, 2000 6:07 pm
474
... Nuno - keep the arguments coming. I like to have suggestions, critics, comments and technical arguements. As you say, Jetty will only be the better for...
Greg Wilkins
gregw@...
Jul 18, 2000 8:41 pm
475
with my application i try to implement a mode for changing configuration online. after changing basic configuration i would like to restart JETTY online. with...
Klaus
klausspd@...
Jul 20, 2000 7:25 am
476
... I think I remember Jetty has an Exit servlet. If not, it should be fairly easy to write one. Juanco...
Juancarlo Añez
juancarlo@...
Jul 20, 2000 7:38 am
477
Release of Jetty 3.0.A98 is now available via http://jetty.mortbay.com Jetty3 now has 2.2 servlet web applications! It uses jaxp to parse the web.xml...
Greg Wilkins
gregw@...
Jul 21, 2000 1:18 am
478
This is a set of minor changes is against Jetty 2.4.5. Attached is the "diff" output, and a zip file containing just the changed files. Added a Perl script and...
Preston L. Bannister
preston@...
Jul 21, 2000 3:13 am
479
This is just some out loud thinking about the the XML config file for Jetty3. Comments on the thought process most welcome.... Jetty3 now supports web.xml...
Greg Wilkins
gregw@...
Jul 25, 2000 10:27 am
480
Attributes vs elements is a FAQ in the XML world, but one without a clear answer. See for example http://faq.oreillynet.com/XML/TFAQ8.shtm If there is any...
Kent Johnson
KJohnson@...
Jul 25, 2000 2:51 pm
481
This is another in my continuing saga of SSL woes ;) I found this while trying to benchmark our application (which requires SSL): With Jetty + SSL every other...