RE: Benchmarking gcj-built Tomcat

2003-10-14 Thread Chad Johnson
Gary, Hmm, interesting. The benchmarks found at: http://www.webperformanceinc.com/library/ServletReport/ Should be reproduceable by scripts included in that article. Chad Johnson -Original Message- From: Gary Benson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 10:14 AM

RE: Benchmarking gcj-built Tomcat

2003-10-14 Thread Chad Johnson
Gary, I can't help with the benchmark software but I've got a question for you. Generally speaking, how well does the gcj bytecode interpreter perform? Is it purely and interpreter or does it do some jit'ing? Chad Johnson -Original Message- From: Gary Benson [mailto:[

RE: Order of parameters

2003-10-08 Thread Chad Johnson
Heh, well ofcourse this could also be implemented as a servlet filter! Overriding these methods of the request object: -getParameter -getParameterMap -getParameterNames -getParameterValues Chad Johnson -Original Message- From: Dirk-Willem van Gulik [mailto:[EMAIL PROTECTED] Sent

RE: Order of parameters

2003-10-08 Thread Chad Johnson
the order found. Chad Johnson -Original Message- From: Martin van Dijken [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 4:46 AM To: Tomcat Developers (E-mail) Subject: Order of parameters I've been trying to create an automated form handler. This form handler coul

RE: Http Connector / Gzip

2003-10-06 Thread Chad Johnson
Peter, I did a quick search around the net looking for those benchmarks. Here's what I found: http://www.bagley.org/~doug/shootout/bench/regexmatch/ Looks like the "java" benchmarks used the ORO library (pre jakarta oro it looks like). -Chad Johnson -Original Message--

RE: Http Connector / Gzip

2003-10-06 Thread Chad Johnson
Some regex benchmark's I ran across: http://tusker.org/regex/regex_benchmark.html -Chad Johnson -Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:15 AM To: Tomcat Developers List Subject: Re: Http Connector / Gzip Remy Maucherat a

RE: [next] What's next ?

2003-10-02 Thread Chad Johnson
Hello all, Potential new feature (for Jasper really): -JSP Line level error reporting for exceptions that occur during jsp execution IE. Leverage bcel to do some class munging on the generated class files. Chad Johnson WS Packaging Group, Inc. -Original Message- From: Remy Maucherat

RE: [5.0] Schedule change

2003-09-30 Thread Chad Johnson
I might be off base, but whats the problem with releasing TC 5 under the banner of supporting a draft spec. Servlet/JSP SpecTomcat version 2.4/2.0 draft 3 5.0.14 2.3/1.2 4.1.27 2.2/1.1 3.3.1a Chad Johnson Web Services Developer WS Packaging

RE: Jakarta Tomcat 4.1 XSS vulnerability

2003-09-29 Thread Chad Johnson
olves that key piece of data (ex. as a get parameter) Now I'm not sure if TC uses some additional authentication methods to prevent this from being an issue (ex. a session can only come from one ip). So this may or may not be a valid scenario. Chad Johnson Web Services Developer WS Packaging

RE: security of server.xml in tomcat

2003-06-09 Thread Chad Johnson
Just a thought, I can't see how having the username and password in code is any more secure. Prying eyes could have equal access to both. Chad Johnson Web Services Developer WS Packaging - Wisconsin Label Tel:(920)487-6271 -Original Message- From: Mohamed Tagari [mailto:[

RE: Jasper: Error running javac.exe compiler (tc4.1.24)

2003-03-27 Thread Chad Johnson
Thomas, Is javac.exe in Tomcat's path? My guess is that Ant can't find javac.exe -Chad Johnson (you may be better off asking this in tomcat-user) -Original Message- From: Thomas Heller [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 10:05 AM To: [EMAIL PROTECTE

Small bug with HTMLManagerServlet

2002-09-16 Thread Chad Johnson
Just wondering if anyone has had a chance to look at the patch submitted at: http://issues.apache.org/bugzilla/show_bug.cgi?id=12053 A small bug, but an annoying one. -Chad Johnson -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mail

Re: [4.1.6] Milestone available for testing

2002-07-02 Thread Chad Johnson
Hey, I may have missed something obvious, but if I didn't, are there plans to add context reset/stop/start to the new administration webapp? -Chad Johnson - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[E

Maintainer of the ManagerServlet?

2001-10-24 Thread Chad Johnson
Hey, Just a quick question, who is in charge of future developement for the ManagerServlet? -Chad Johnson