Hi I have just checked in the changes to support jar files inside jar files for web applications. The solution I have implemented was to create a temporary...
Nuno Preguiça
nmp@...
Aug 1, 2000 4:13 pm
506
Nuno, I'm confused about the your handling for a jar inside a jar file. I'll talk through how I see it could work much like the current FileJarPath...
Greg Wilkins
gregw@...
Aug 1, 2000 10:47 pm
507
... But there is a ZipInputStream that will work just as well. OK it is not going to be very efficient as the zip will be 1/2 decoded on average for every...
Greg Wilkins
gregw@...
Aug 2, 2000 11:39 am
508
It seems that this is heading towards being a generalised caching system. I assume that in-memory caching will eventually form part of the overall picture......
Brett Sealey
brett@...
Aug 2, 2000 12:57 pm
509
... I don't know if it will. The ResourceHandler (aka FileHandler) already caches files that are being served. Classes and jars from a resource are only...
Greg Wilkins
gregw@...
Aug 2, 2000 3:18 pm
510
I have been experimenting with variations of the XML configuration, and I am learning that it can become very ungly very fast. I'm still not very happy with...
Greg Wilkins
gregw@...
Aug 3, 2000 1:04 am
511
Greetings, My company is considering using Jetty for a mission-critical application (instead of JRun). Can anyone comment on this ? Is Jetty ready for this...
ylenga@...
Aug 3, 2000 8:02 pm
512
... Yair, I just checked on two of our deployed servers and the Jetty server processes have been running there in a production environment since the 24th of...
Brett Sealey
brett@...
Aug 3, 2000 10:38 pm
513
What are the current plans for JSP support in Jetty 3.0. While not essential, it would be nice to have a commercially distributable JSP engine instead of...
shimon.crown@...
Aug 6, 2000 5:34 am
514
... I want to have a look at jasper and see if I like it any more than tomcat. If all goes well, I expect to distribute with jasper for 1.1 support and the...
Greg Wilkins
gregw@...
Aug 6, 2000 10:42 pm
515
Release 3.0.A99 of Jetty is now available via http://jetty.mortbay.com Hopefully this is the last alpha release (for more reasons than no more Axx numbers...
Greg Wilkins
gregw@...
Aug 10, 2000 11:21 pm
516
Hi, I didn't see an exact answer to this, but I'm sure you can help: Is part of Jetty (I'm curious, specifically, about the JSP processing) covered by a GPL,...
douglas orr
dorr@...
Aug 10, 2000 11:57 pm
517
... Yes there is a problem if it is included in a commercial product, but I don't think there are many problems if it is used in a commercial product. Other...
Greg Wilkins
gregw@...
Aug 11, 2000 7:57 am
518
There were a few important files missing from the 3.0.A99 release. I have posted a patch and a new release onto sourceforge. Sorry about that. -- Greg...
Greg Wilkins
gregw@...
Aug 14, 2000 7:32 am
519
Hello First I think a quick introduction is in order for the benefit of the list. My name is Benoît Marchal and I'm the author of "XML by Example" (Que) and...
bulk@...
Aug 14, 2000 10:13 am
520
... Hi Benoît, although the A99 release is out with the take4 style of XML, it is still only an alpha release and there is still time for debate and change. ...
Greg Wilkins
gregw@...
Aug 14, 2000 2:43 pm
521
... Not really but with a better understanding of what you are trying to do, I would point you to the Bean Markup Language from IBM (see ...
Ben Marchal (Mailing ...
bulk@...
Aug 14, 2000 3:30 pm
522
... From: Ben Marchal (Mailing Lists) [mailto:bulk@...] ... Very interesting. It looks like BML is rather (very?) close to what the Jetty XML...
Preston L. Bannister
preston@...
Aug 14, 2000 5:48 pm
523
... That's true if you go with things like Apache's parser (over 1Mb now, I wonder what it's in there ;-) but other parsers are lighter, e.g. I'm thinking of...
Ben Marchal (Mailing ...
bulk@...
Aug 14, 2000 6:13 pm
524
... Yes, that is an issue for me, too. You might ake a look at Aelfred. It's small, cleanly-written. I found it clear. Reminded me a bit of Greg's code in...
Cris Perdue
cris@...
Aug 14, 2000 8:29 pm
525
Firstly another reason I like the script style XML configuration - servlets, jsp etc. can be configured with specific tags withing webapps. Thus a jetty...
Greg Wilkins
gregw@...
Aug 14, 2000 11:45 pm
526
Jetty Release 2.4.6 is now available via http://jetty.mortbay.com This release integrates JSSE SSL listeners into the main source tree and includes tools and...
Greg Wilkins
gregw@...
Aug 16, 2000 9:33 am
527
My compagnie try to write a source code to build a serversocket that will listen at a defined prot and pass the socket from it. would you think that it is a...
Rahil, Ahmad
Ahmad.Rahil@...
Aug 17, 2000 9:00 pm
528
Ahmad, It is difficult for me to understand what you want to do with your serversocket. However, ThreadedServer is very flexible and can be used for most...
Greg Wilkins
gregw@...
Aug 17, 2000 10:12 pm
529
The first Beta release of Jetty-3 is now available via http://www.mortbay.com Jetty-3.0.B01 - 21st Aug 2000 + SSL implemented with JsseListener + Partial...
Greg Wilkins
gregw@...
Aug 21, 2000 10:46 pm
530
I am contemplating testing the Jetty beta but I am worried that it will conflict with another task that I have and that is to test and integrate with the...
Shimon Crown
shimon.crown@...
Aug 23, 2000 9:18 am
531
Shimon, You should be able to use xerces with Jetty. If the property org.xml.sax.parser is set, Jetty respects that and uses that parser, we just default to...
Greg Wilkins
gregw@...
Aug 23, 2000 9:38 am
532
... I would be very interested in hearing how it works for you. I unsuccessfully tried to install IBM SOAP for Java over Jetty 2. The main problems were...
Ben Marchal (Mailing ...
bulk@...
Aug 23, 2000 9:52 am
533
Ahh problem! If SOAP needs JSP, Jetty3 does not yet have JSP in it. But please try integrating Jasper if you have time! I'm on holidays for the next three...
Greg Wilkins
gregw@...
Aug 23, 2000 10:52 am
534
No - IBM Soap does require JSP but the newer Apache SOAP states the following To install the server-side of Apache-SOAP, you need a Web application server that...