I have started trying to integrate Apache SOAP 2 with Jetty 3. This may take a while as I have to learn how to use Jetty 3 and Apache SOAP at the same time. In...
Shimon Crown
shimon.crown@...
Sep 3, 2000 8:19 am
545
I am afraid my band-aid fix won't work (funny as I remember testing it before I posted - obviously I must have tested the wrong thing :-)). Anyway I shall post...
Shimon Crown
shimon.crown@...
Sep 3, 2000 8:54 am
546
I have managed a working patch for Jetty 3 and Xerces 1.1.3. The problem is the routine characters in UtilXmlParser. For some reason when using Xerces 1.1.3 it...
Shimon Crown
shimon.crown@...
Sep 5, 2000 1:53 pm
547
Shimon, I don't think that this is a good idea. Parsers are allowed to make as many call as the like to characters when processing the text between tags. (i.e....
John Wilson
tug@...
Sep 5, 2000 6:12 pm
548
John, You are of course right about the characters call. However this wrong assumption was implicit in the original code which is below : public void...
Shimon Crown
shimon.crown@...
Sep 6, 2000 5:09 am
549
Just a brief note to say that I managed to deploy and run the Apache SOAP StockQuote example with Jetty3.0. I am not ready to post a readme on the subject yet...
Shimon Crown
shimon.crown@...
Sep 7, 2000 11:45 am
550
As promised the following are the instructions for installing Apache SOAP 2.0 on Jetty 2.0. Running Apache SOAP is just like running any other servlet on the...
Shimon Crown
shimon.crown@...
Sep 11, 2000 9:53 am
551
Is there some way within Jetty2 to perform a shutdown within the context of a servlet? Basically, we have a servlet that will shutdown our applications ...
Bruce E. Sturgen
bsturgen@...
Sep 11, 2000 4:06 pm
552
Hello, I would like to implement Jetty with SSL. What do you recommend? It needs to be PKI compliant. Any suggestions would be greatly appreciated. Eliana E....
Castro, Eliana
ELIANA.E.CASTRO@...
Sep 11, 2000 4:24 pm
553
... See com.mortbay.Servlets.Exit.java for an example of shutting down Jetty from within a servlet. Kent Johnson Transparent Language, Inc. ...
Kent Johnson
KJohnson@...
Sep 11, 2000 4:43 pm
554
... If you get the current Jetty2, it includes hooks and procedures to deploy either with Sun's JSSE class library or Protekt's SSL product. Nathan...
Nathan Meyers
nmeyers@...
Sep 11, 2000 5:21 pm
555
From: Castro, Eliana [mailto:ELIANA.E.CASTRO@...] ... Interesting question :-) There are some examples of integrating Jetty with SSL in the source tree....
Preston L. Bannister
preston@...
Sep 11, 2000 5:25 pm
556
In response to Kent Johnson @ KJohnson@... wrote on 9/11/00 ... DOH! Makes sense. Guess that's what I get for sending a question out on a Monday...
Bruce E. Sturgen
bsturgen@...
Sep 12, 2000 12:29 am
557
Installing Apache SOAP on Jetty 3.0Hi Shlomi, Sorry about that one - I think I mentioned it in an earlier post. Actually you haven't done anything wrong. The...
Shimon Crown
shimon.crown@...
Sep 14, 2000 1:59 pm
558
I (too) have combined Jetty (Jetty-3.0.B02.tar.gz) with Apache SOAP to create an embedded SOAP server - this is a report of experiences so far. Any help...
Seaborne, Andy
andy_seaborne@...
Sep 14, 2000 3:39 pm
559
From: Seaborne, Andy [mailto:andy_seaborne@...] ... This is odd, as I had no trouble debugging Jetty inside JBuilder 3.5 on Windows NT. I was...
Preston L. Bannister
preston@...
Sep 14, 2000 4:04 pm
560
... It is Sun's JSSE that we bundle, whose license is a little strange to read, but is probably usable in most situations. The Listeners can be adapted for...
Greg Wilkins
gregw@...
Sep 18, 2000 8:55 am
561
Shimon, Thanks for the soap posting, good test for J3. Can you give me a summary on your latest view of the parser problems you found with Jetty3. ie the...
Greg Wilkins
gregw@...
Sep 18, 2000 8:55 am
562
... I'd like to move the mailing lists over to sourceforge, as egroups/yahoo while being very good - is getting a little too commercial (non graphic adverts at...
Greg Wilkins
gregw@...
Sep 18, 2000 8:55 am
563
Hi Greg, Nice to have you back from your holiday. 1) The exception I get with the latest xerces parser is as follows : 20000918 103624.305 GMT ...
Shimon Crown
shimon.crown@...
Sep 18, 2000 10:20 am
564
I am having problems configuring the SOAP servlet under Jetty3.0B02 I have a SOAP service that uses Literal XML for its argument and result encoding. If I set...
Seaborne, Andy
andy_seaborne@...
Sep 18, 2000 6:33 pm
565
Non-validating SAX parsers have some latitude in how they handle "ignorable white space". They are allowed to return it to the handler with either the...
Kent Johnson
KJohnson@...
Sep 18, 2000 7:05 pm
566
Kent, Thanks for this info and suggestion. I have implemented the space skipping in XmlConfiguration and tested that it has not broken anything. Could...
Greg Wilkins
gregw@...
Sep 18, 2000 11:08 pm
567
... I hear you loud and clear..... -- Greg Wilkins<gregw@...> GB Phone: +44-(0)171-4394045 Mort Bay Consulting Australia and UK. Mbl...
Greg Wilkins
gregw@...
Sep 18, 2000 11:12 pm
568
Greg, I am afraid that the new XMLConfiguration.java doesn't work Xerces 1.1.3 (:- . On the bright side it does give a much longer exception (sorry about ...
Shimon Crown
shimon.crown@...
Sep 19, 2000 5:21 am
569
It looks to me like it is working for XmlConfiguration. I now have to do the same sort of thing for WebApplication configuration, which also expects only tags...
Greg Wilkins
gregw@...
Sep 19, 2000 7:44 am
570
Space skipping? I think that this one was supposed to go to someone else. But, thanks for the credit! ... From: Greg Wilkins [mailto:gregw@...] Sent:...
Katy McCullough
KatyM@...
Sep 19, 2000 5:58 pm
571
Hi, Does anyone have any experience debugging servlets and JSPs within a instance of Jetty running in an IDE like JBuilder. I imagine this is how Jetty is...
goebel@...
Sep 22, 2000 6:56 pm
572
Hi, Does anyone have any experience debugging servlets and JSPs within a instance of Jetty running in an IDE like JBuilder. I imagine this is how Jetty is...
goebel@...
Sep 22, 2000 6:57 pm
573
Since 1995 (when I started using java), I think I have run a debugger about twice, and both those times were for novelty value. I just don't see the need as...