RE: Tomcat sucks at receiving large messages

2003-10-02 Thread Stewart, Daniel J
on the use of the standard library are welcome. Dan -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 11:30 AM To: Tomcat Users List Subject: RE: Tomcat sucks at receiving large messages Howdy, public void service(HttpServletRequest req

RE: Tomcat sucks at receiving large messages

2003-10-02 Thread Stewart, Daniel J
To: 'Tomcat Users List' Subject: RE: Tomcat sucks at receiving large messages Hi, I should have thought that as a general principle it's not a good idea to try to store the response in a byte array. I recently worked on a piece of code that did just that (worse, actually, it then copied the array

RE: Tomcat sucks at receiving large messages

2003-10-02 Thread Shapira, Yoav
] Sent: Thursday, October 02, 2003 12:34 PM To: Tomcat Users List Subject: RE: Tomcat sucks at receiving large messages Since I will be occasionally receiving messages in the 10Mbyte range, I can't read in a line at a time - it takes too long. The bug in the code below is because

RE: Tomcat sucks at receiving large messages

2003-10-02 Thread Ian Huynh
solution ;) I wonder if there's a java.nio solution that will perform better... Yoav Shapira Millennium ChemInformatics -Original Message- From: Stewart, Daniel J [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 12:34 PM To: Tomcat Users List Subject: RE: Tomcat sucks

RE: Tomcat sucks at receiving large messages

2003-10-01 Thread Walker Chris
: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 30 September 2003 19:30 To: Tomcat Users List Subject: RE: Tomcat sucks at receiving large messages Howdy, public void service(HttpServletRequest req, HttpServletResponse res) { BufferedReader reader = req.getReader(); try { char [] charArr

Tomcat sucks at receiving large messages

2003-09-30 Thread Stewart, Daniel J
When receiving a HTTP 1.0 POST with a 10kbyte payload, my doPost() method writes the message body to a file. The file is the right size, but my data is nulled out (set to 0) after correctly receiving about 2kbytes. In frustration, I set the Connector bufferSize parameter to 100, to discover

RE: Tomcat sucks at receiving large messages

2003-09-30 Thread Shapira, Yoav
To: [EMAIL PROTECTED] Subject: Tomcat sucks at receiving large messages When receiving a HTTP 1.0 POST with a 10kbyte payload, my doPost() method writes the message body to a file. The file is the right size, but my data is nulled out (set to 0) after correctly receiving about 2kbytes. In frustration, I

RE: Tomcat sucks at receiving large messages

2003-09-30 Thread Stewart, Daniel J
(err.toString()); } } -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 8:34 AM To: Tomcat Users List Subject: RE: Tomcat sucks at receiving large messages Howdy, Perhaps if you share your servlet which writes the message body to a file, we

RE: Tomcat sucks at receiving large messages

2003-09-30 Thread Shapira, Yoav
Howdy, public void service(HttpServletRequest req, HttpServletResponse res) { BufferedReader reader = req.getReader(); try { char [] charArr = new char[req.getContentLength()]; reader.read(charArr); String str = new String(charArr); try { File f = new

Re: TOMCAT SUCKS

2001-07-02 Thread Alex Fernández
Hi Frans! Frans Thamura wrote: I think, Gomez must create tomcat-doc ASAP. I agree completely! Let people do what they do best. Un saludo, Alex.

Re: TOMCAT SUCKS

2001-07-01 Thread Peter Mutsaers
Nick == Nick Stoianov [EMAIL PROTECTED] writes: Nick I really think that TOMCAT SUCKS so bad. I'm not against the Nick open source community but this is why I think that TOMCAT Nick sucks: Some of the points you're mentioning are not Tomcat specific, but general problems for free

RE: JRUN really SUCKS (was TOMCAT SUCKS)

2001-07-01 Thread Arnold Shore
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Mutsaers Sent: Sunday, July 01, 2001 2:39 AM To: [EMAIL PROTECTED] Subject: Re: TOMCAT SUCKS ... On Tomcat specifically, I can only say that I'm running Tomcat4 beta-5 for a critical Intranet server. It replaced JRUN some time ago (which really

RE: JRUN really SUCKS (was TOMCAT SUCKS)

2001-07-01 Thread Frans Thamura
, 2001 2:39 AM To: [EMAIL PROTECTED] Subject: Re: TOMCAT SUCKS ... On Tomcat specifically, I can only say that I'm running Tomcat4 beta-5 for a critical Intranet server. It replaced JRUN some time ago (which really SUCKS by the way). Documenation

Re: TOMCAT SUCKS

2001-06-30 Thread Frans Thamura
be the reason the documentation sucks, it shouldn't be a justification. (not that i'm saying tomcat sucks, just argueing the point). Un saludo, Alex. _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-30 Thread Frans Thamura
, and the documentation is focus in English first, and follow with any other language. Frans - Original Message - From: Tim Stoop [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 29, 2001 3:26 PM Subject: Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS Carlos Ferreira

Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-29 Thread Tuukk4 |[:)-| p4s4n3n
its free might be the reason the documentation sucks, it shouldn't be a justification. (not that i'm saying tomcat sucks, just argueing the point). Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/

Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-29 Thread Carlos Ferreira
i could help with translations: french, german, portuguese - Original Message - From: GOMEZ Henri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, June 29, 2001 9:41 AM Subject: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS Not to get

Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-29 Thread Tim Stoop
Carlos Ferreira wrote: i could help with translations: french, german, portuguese And I with the Dutch version. I'd also be willing to write, but I'm quite new with Tomcat and since I started with JServ a year and a half ago, Tomcat isn't very transparant for me, I'm afraid...

Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-29 Thread Alex Fernández
be a justification. (not that i'm saying tomcat sucks, just argueing the point).

Re[2]: TomcatBook - was TOMCAT SUCKS

2001-06-29 Thread hische
to [EMAIL PROTECTED] To:        [EMAIL PROTECTED] cc:        [EMAIL PROTECTED] (bcc: Wilko Hische/HADV/NL) Subject:        Re: TomcatBook - was TOMCAT SUCKS [IMAGE] I think tomcatbook must be a sub project of tomcat. Like it or not, we have to overdrive tomcat expert for tomcat development

Re: Re[2]: TomcatBook - was TOMCAT SUCKS

2001-06-29 Thread Simon Brooke
On Friday 29 June 2001 11:41, [EMAIL PROTECTED] wrote: A few months ago a project to write a Tomcat book was started (check: http://www.sourgeforge.org search for tomcatbook) URL:http://sourceforge.net/projects/tomcatbook/ Haven't heard a lot about it since. Wouldn't it be an good idea to

Antw: Re: Re[2]: TomcatBook - was TOMCAT SUCKS(Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: Re[2]: TomcatBook - was TOMCAT SUCKS(Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-29 Thread Bo Xu
GOMEZ Henri wrote: [...] We all know that tomcat documentation is incomplete and we need help in that area. Tomcat IS AN OPENSOURCE project with a big user community, Jon Stevens recently reported more than 50-100k downloads / month. Everybody could be involved in the project, and not

Re: TOMCAT SUCKS

2001-06-29 Thread Alex Fernández
be a justification. (not that i'm saying tomcat sucks, just argueing the point). Un saludo, Alex.

RE: Re[2]: TomcatBook - was TOMCAT SUCKS

2001-06-29 Thread Filip Hanik
~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Simon Brooke [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 5:22 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Re[2]: TomcatBook - was TOMCAT SUCKS On Friday 29 June 2001 11:41

Antw: Re: TOMCAT SUCKS (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-29 Thread Justin Erenkrantz
On Fri, Jun 29, 2001 at 09:41:52AM +0200, GOMEZ Henri wrote: So who will be interested in working on the Tomcat Documentation ? I'd be willing to proofread and validate any docs for the j-t-c (i.e. Apache/Tomcat integration). I don't have time to actually write the docs, but I could

Re: TomcatBook - was TOMCAT SUCKS

2001-06-29 Thread Frans Thamura
. Because its free might be the reason the documentation sucks, it shouldn't be a justification. (not that i'm saying tomcat sucks, just argueing the point). __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http

RE: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-29 Thread GOMEZ Henri
I'd be willing to proofread and validate any docs for the j-t-c (i.e. Apache/Tomcat integration). I don't have time to actually write the docs, but I could conceivably help those who don't understand how it works, but do have the time and patience to learn it and write docs for it. Be our

[Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-29 Thread GOMEZ Henri
be the reason the documentation sucks, it shouldn't be a justification. (not that i'm saying tomcat sucks, just argueing the point).

RE: TOMCAT SUCKS

2001-06-28 Thread James Radvan
: 28 June 2001 02:53 To: [EMAIL PROTECTED]; Nick Stoianov Subject: Re: TOMCAT SUCKS On Thu, 28 Jun 2001 10:10, Nick Stoianov wrote: 5th - I haven't met anybody in this mailing list who has a complex installation of Tomcat with a lot of virtual hosts , different ports and load balancers. So - who

AW: TOMCAT SUCKS // what lb problem? plz clarify

2001-06-28 Thread Nico Wieland
3. The integration with apache (using mod_jk) sucks. It slows down the productivity of the web server with at least 1000% ?? i'm running a fairly complex website (very drastic flash frontend/java backend) and it works fine. big server though, but it really runs quite fine. I really think

RE: So what *IS* available? Formerly Tomcat SUCKS

2001-06-28 Thread Paul Hunnisett
ATG Dynamo is very good (although very expensive) -Original Message- From: James Radvan [mailto:[EMAIL PROTECTED]] Sent: 28 June 2001 11:27 To: '[EMAIL PROTECTED]' Subject: RE: So what *IS* available? Formerly Tomcat SUCKS IBM Websphere is certainly a product to consider

Re: So what *IS* available? Formerly Tomcat SUCKS

2001-06-28 Thread Andy C
I've just switched over to Resin which does seem to be more stable than Tomcat. Andy C http://www.r2-dvd.org - Original Message - From: Paul Hunnisett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 10:35 AM Subject: RE: So what *IS* available? Formerly Tomcat

RE: So what *IS* available? Formerly Tomcat SUCKS

2001-06-28 Thread Eric Hartmann
SUCKS I've just switched over to Resin which does seem to be more stable than Tomcat. Andy C http://www.r2-dvd.org - Original Message - From: Paul Hunnisett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 10:35 AM Subject: RE: So what *IS* available? Formerly Tomcat

RE: TOMCAT SUCKS

2001-06-28 Thread Noll, Jeff HS
, it shouldn't be a justification. (not that i'm saying tomcat sucks, just argueing the point).

TomcatBook - was TOMCAT SUCKS

2001-06-28 Thread Dmitri Colebatch
the documentation sucks, it shouldn't be a justification. (not that i'm saying tomcat sucks, just argueing the point).

Re: TomcatBook - was TOMCAT SUCKS

2001-06-28 Thread Tim O'Neil
At 04:18 PM 6/28/2001, you wrote: I believe there is a project (yes there is, I thought I'd check before sending this) called tomcatbook at sourceforge (http://tomcatbook.sourceforge.net). Perhaps that would be a good place to a) look for advanced answers, and b) suggest questions. Its not a

TOMCAT SUCKS

2001-06-27 Thread Nick Stoianov
Hi guys, I really think that TOMCAT SUCKS so bad. I'm not against the open source community but this is why I think that TOMCAT sucks: 1. The documentation for Tomcat is so bad and it covers only the basic server installation. HELL - usually for production purposes people have load

Re: TOMCAT SUCKS

2001-06-27 Thread Tim O'Neil
At 01:53 PM 6/27/2001, Nick wrote: Hi guys, I really think that TOMCAT SUCKS so bad. I'm not against the open source community but this is why I think that TOMCAT sucks: 1. The documentation for Tomcat is so bad and it covers only the basic server installation. HELL - usually for production

RE: TOMCAT SUCKS

2001-06-27 Thread Jon Barber
, 2001 09:54 To: [EMAIL PROTECTED] Subject: TOMCAT SUCKS Hi guys, I really think that TOMCAT SUCKS so bad. I'm not against the open source community but this is why I think that TOMCAT sucks: 1. The documentation for Tomcat is so bad and it covers only the basic server installation. HELL

RE: TOMCAT SUCKS

2001-06-27 Thread Michael Wentzel
5. And what if you have a problem that is not in the documentation (99% of the problem with Tomcat are not even mentioned in the documentation)? I guess the only way is to post in the mailing list. And guess what happens if nobody has experienced this problem before? You have to

Re: TOMCAT SUCKS

2001-06-27 Thread Michael Jennings
Hi guys, I really think that TOMCAT SUCKS so bad. I'm not against the open source community but this is why I think that TOMCAT sucks: 1. The documentation for Tomcat is so bad and it covers only the basic server installation. HELL - usually for production purposes people have load

Re: TOMCAT SUCKS

2001-06-27 Thread pete
problems, or phrase your questions in such an obnoxious manner that help is unlikely to be willingly provided. -Pete Hi guys, I really think that TOMCAT SUCKS so bad. I'm not against the open source community but this is why I think that TOMCAT sucks: 1. The documentation for Tomcat

Re: TOMCAT SUCKS

2001-06-27 Thread Dmitri Colebatch
Nick, On Thu, 28 Jun 2001 06:53, Nick Stoianov wrote: 2. Virtual hosting for Tomcat is almost impossible - especially if you have a load balancer in front of the web server. I find the virtual hosts work fine with the exception of port based virtuals (same ip/name different port). Where

Re: TOMCAT SUCKS

2001-06-27 Thread Krishna Muthyala
is unlikely to be willingly provided. -Pete Hi guys, I really think that TOMCAT SUCKS so bad. I'm not against the open source community but this is why I think that TOMCAT sucks: 1. The documentation for Tomcat is so bad and it covers only the basic server installation

Re: TOMCAT SUCKS

2001-06-27 Thread kevin ritter
, Free means free (i.e., you get what you pay for) and at Jcafeinc.com it works wonderfully for us and the price is right. kevin - Original Message - From: Nick Stoianov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 3:53 PM Subject: TOMCAT SUCKS Hi guys, I

Re: TOMCAT SUCKS

2001-06-27 Thread Nick Stoianov
, or phrase your questions in such an obnoxious manner that help is unlikely to be willingly provided. -Pete Hi guys, I really think that TOMCAT SUCKS so bad. I'm not against the open source community but this is why I think that TOMCAT sucks: 1. The documentation for Tomcat is so

Re: TOMCAT SUCKS

2001-06-27 Thread Milt Epstein
be a better choice for you. But it's going to cost you (whereas Tomcat is free). But that's a choice you're making as to how best to allocate your resources (and it may perfectly well be a legitimate choice). Again, it doesn't mean Tomcat sucks, it's just not what you need (and I've probably heard

Re: TOMCAT SUCKS

2001-06-27 Thread Nick Stoianov
perfectly well be a legitimate choice). Again, it doesn't mean Tomcat sucks, it's just not what you need (and I've probably heard complaints about most of the other products out there, including commercial ones). Milt Epstein Research Programmer Software/Systems Development Group Computing

So what *IS* available? Formerly Tomcat SUCKS

2001-06-27 Thread howler
to cost you (whereas Tomcat is free). But that's a choice you're making as to how best to allocate your resources (and it may perfectly well be a legitimate choice). Again, it doesn't mean Tomcat sucks, it's just not what you need (and I've probably heard complaints about most of the other

RE: So what *IS* available? Formerly Tomcat SUCKS

2001-06-27 Thread Eoin Woods
*IS* available? Formerly Tomcat SUCKS Hello Everyone, I was just going through the posts and have been following this thread. Despite Tomcat not meeting Nick's needs and the frustration he must have had, he does bring up a good question. What is out there that can handle Nick's problems? I am still new

RE: TOMCAT SUCKS

2001-06-27 Thread Arnold Shore
Annapolis, MD USA -Original Message- From: Nick Stoianov [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 4:54 PM To: [EMAIL PROTECTED] Subject: TOMCAT SUCKS Hi guys, I really think that TOMCAT SUCKS so bad. I'm not against the open source community but this is why I think

RE: TOMCAT SUCKS

2001-06-27 Thread Todd D. VanderVeen
pretty far around here. Cheers, Todd V. -Original Message- From: Nick Stoianov [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 6:10 PM To: [EMAIL PROTECTED]; pete Subject: Re: TOMCAT SUCKS To all of you tomcat fans, Attacking me with these immature e-mails shows the following

RE: TOMCAT SUCKS

2001-06-27 Thread Milt Epstein
On Wed, 27 Jun 2001, Arnold Shore wrote: Well, you can always ask for your money back. But I note that per the Tomcat intro, ... Tomcat is the official Reference Implementation ... A reference implementation has never been intended as a production version, but rather a version from which

Re: TOMCAT SUCKS

2001-06-27 Thread Dmitri Colebatch
On Thu, 28 Jun 2001 10:10, Nick Stoianov wrote: 5th - I haven't met anybody in this mailing list who has a complex installation of Tomcat with a lot of virtual hosts , different ports and load balancers. So - who will help me in situation like this? No books , no support, no help from the