I thought you folks might like to know that the Simplicity Enterprise preview will be on demonstration at JavaOne and it has features that make it easy to...
Mark Crocker
mcrocker@...
Jun 2, 2001 3:52 am
1489
sarah_dahler@...
Jun 2, 2001 3:55 am
1490
I am trying to implement an HTTP service for the OSGi specification using Jetty. In this specification, a component can register a servlet with the HTTP...
heavy@...
Jun 3, 2001 6:45 pm
1491
Richard, I'd have a look at the ServletHolder and ServletHandler classes. It appears that with a few minor changes to ServletHolder, and possibly a subclass,...
Brett Sealey
bretts@...
Jun 4, 2001 10:47 pm
1492
... guys ... violation. ... basically, ... classes ... I ran into this too. It happens when I put XML parser APIs into lib/ext on JDK 1.3 in hope I won't have...
egroups@...
Jun 5, 2001 9:42 am
1493
... I just finished looking at the source; I think it looks do-able, so I might take a crack at it this weekend. If I succeed I will send you the results. ......
Richard S. Hall
heavy@...
Jun 5, 2001 9:44 am
1494
A while back someone was asking about using client cert auth with the JSSE listener for HTTPS. The head revision of SunJsseListener now has a needClientAuth...
Brett Sealey
bretts@...
Jun 10, 2001 10:31 pm
1495
I need some kind of WebDAV support for Jetty. Since I'm not satisfied with the various servlets I'm thinking about adding it natively (all in all is an HTTP...
drossi@...
Jun 11, 2001 4:21 pm
1496
If you haven't already you should try jetty-discuss. I'm crossposting for you. War files are a JSDK level abstraction and thus more relevant to this group... ...
Julian Gosnell
jules_gosnell@...
Jun 12, 2001 8:48 am
1497
Hi Allm jive 1.2.x has a problem handling the jive.properties file. This problem surfaces when the deployment use a temporary directory and then the jive code...
Lionel Siau
mail@...
Jun 13, 2001 1:10 pm
1498
Digging though the API, nothing jumped out at me with respect to being able to set constraints on URIs based on requester's address. SecurityConstraint /...
jlrobins@...
Jun 13, 2001 8:28 pm
1499
Yes..I use code within my application itself to deal with it now and would love to leave it up to the web container to handle it. Daren...
Daren R. Sefcik
daren@...
Jun 13, 2001 8:56 pm
1500
I could also use this functionality. Shimon ... From: <jlrobins@...> To: <jetty-discuss@yahoogroups.com> Sent: Wednesday, June 13, 2001 11:28 PM Subject:...
Shimon Crown
shimon.crown@...
Jun 14, 2001 5:08 am
1501
Did you change the Jive code yourself to get it to use that particular directory for jive.properties? Also, could anyone recommend a good web link describing...
Craig
cjohan@...
Jun 14, 2001 5:32 am
1502
hi all, i'm trying to use Hypersonic datasource as my database . could u pls tell me as how should i go about configuring my Jboss-jetty so as i'm able use...
Abhishek Das
abhishek.das@...
Jun 14, 2001 12:35 pm
1503
... Not sure about JBoss but, as far as Jetty goes, I've never had any problem using Hypersonic SQL. Are you use the Hypersonic SQL is included in your ...
Ben Marchal (Mailing ...
bulk@...
Jun 14, 2001 12:44 pm
1504
... Ok - two "yes" votes then. I'll pull down the latest CVS and have a whack at it. There would then be really three types of constraints: user / role...
jlrobins@...
Jun 14, 2001 9:18 pm
1505
All, Forgive if this is the wrong group, but has anyone gotten Jetty to work with JDK 1.4 beta? I get the following error when using JDK1.4: $ ./jetty.bat...
Doug Seifert
doug@...
Jun 15, 2001 12:01 am
1506
... Looks like I am reading it wrong, in parts at least. The way that things get done with webapps is that in the example I described, a single...
jlrobins@...
Jun 15, 2001 12:40 am
1507
Hi, I've tried 2 couple ways to stop jetty after starting it: 1) calling jetty batch with stop 2) modify jetty server code to make it listen to a port after...
Thuy Nguyen
thuyqnguyen@...
Jun 17, 2001 5:52 pm
1508
Not sure why the batch job didn't work for you - jetty.sh stop works for me but you are probably talking about the DOS .bat version. Have you tried the admin...
Brett Sealey
bretts@...
Jun 17, 2001 10:59 pm
1509
... Stop functionality hasn't been implemented on the DOS .bat script, as far as I know. What needs to be done is to: - Write a small Java program that hits...
Juancarlo Anez
juancarlo@...
Jun 18, 2001 8:07 pm
1510
Hi, All I have problem with integration of Cocoon2 with Jetty 3.1 RC5. Here is what I did: 1. I created .\cocoon directory under $Jetty_Home\webapps. 2. I...
jwang@...
Jun 22, 2001 2:58 pm
1511
Hi all, I'm getting this exception with JBoss 2.2.2 and Jetty 3.1.RC5 , [Default] JBoss 2.2.2 Started in 0m:22s [Jetty] null null null ...
eleipold@...
Jun 25, 2001 3:14 pm
1512
Just to add more info... This happens when serving a static page, no servlet or jsp used. Ernest A. Leipold III ... happening...
eleipold@...
Jun 25, 2001 3:43 pm
1513
Good News, Thanks Bill, I shall forward this to Greg - Jetty's Author, he'll be delighted to hear about it. Jules...
Julian Gosnell
jules_gosnell@...
Jun 25, 2001 7:24 pm
1514
This is a harmless but annoying bit of debug that escaped in some of the earlier JBoss-2.2.2_Jetty-3.1.RC5 packages. Try grabbing a later version of the...
Brett Sealey
bretts@...
Jun 25, 2001 11:17 pm
1515
... This says you don't have XML parser classes on your CLASSPATH. It seems CLASSPATH setup doesn't work for some reason... Jan...
egroups@...
Jun 26, 2001 10:41 am
1516
... I'm not sure if precompilation is possible on different machine than your runtime host - I bet there will be some trouble with names of generated servlet...
egroups@...
Jun 26, 2001 10:57 am
1517
... This seems like SAX XML parser implementing lexical-handler property is required, but your XML parser has no idea what lexical-handler property is and...