The binary version of tomcat 5.0.12 did not work much at all. It locked
my entire system... but a binary 5.0.18 has been doing alright for the
past couple of hours. They may have fixed some outstanding bugs since
the 5.0.12 version. I'll keep everyone posted.
On Thu, 2004-02-05 at 13:55, Martin Ga
sn> Handling large SOAP payloads is something Apache SOAP is known to
sn> do slowly, but there is no major improvement planned. Several
Didn't one of the post-2.3.1 patches eliminate one of the in-memory
copies of the entire response payload (or am I just imagining that)?
If so, using the latest
Yes, the Apache SOAP client can keep track of sessions. At
http://ws.apache.org/soap/docs/guide/migration.html, the section on shows how to make the client aware of sessions.
Scott Nichol
Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specif
Handling large SOAP payloads is something Apache SOAP is known to do slowly, but there
is no major improvement planned. Several places, the code works with the payload in
DOM form. Changing to something that would be faster and require less memory (e.g.
using a SAX or pull parser) would requir
Unfortunately, none that I know of.
Scott Nichol
Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
- Original Message -
From: "Tudor, Liviu @Cimage" <[EMAIL PROTECTED]>
To: "Scott Nichol" <[EMAIL PROTECTED]>
Sent: Wed
Ant is finicky about JDK, wrong version Jars.
I would suggest uninstalling ANT JDK/JRE and then reinstalling
JRE/JDK
ANT
I would pay particular attaention to things like
You will need a JAXP Compliant parser
Which you can read about it here..
http://ant.apache.org/manual/install.html
Regards,
-M
An addendum to my post: I'm trying to build tomcat 5.0.18 (not .12) on
this new machine with ant (hoping to circumvent the previous issue), but
after typing "ant" in the jakarta source directory, the build just
hangs.
It says the name of the buildfile and that's all I can tell is
happening. I trie
Hello all.
I have about 15 computers running Tomcat 5 and soap and was having
trouble a while back with the Tomcat/Soap services locking up. All the
boxes would run fine, and then suddenly stop responding to soap calls.
Scott Nichol gave me the key information to set an environment variable
to LD_