RE: [PATCH] Tomcat 3.2.1 Admin Context

2001-09-06 Thread Ed Yu
Yes, I've found this to be true in 3.2.2 and 3.2.3 also. I've ask around and no-one seems to be willing to look into fixing it in the distribution. -Original Message- From: Oliver Szymanski [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 8:46 AM To: '[EMAIL PROTECTED]'

RE: Problems with mod_webapp. Please read!

2002-02-22 Thread Ed Yu
I've recently tried out the binary version of mod_webapp on Win2K and it does not appear to function properly. It will work for a couple of page and then it causes Apache to grap 100% CPU time. -Original Message- From: Erik Lotspeich [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22,

RE: ResultSet

2002-03-11 Thread Ed Yu
Try to do this: if ((res.getString(3) != null) (res.getString(3).length 0)) { ... } It is because java.util.String must use its equals() method for string comparison. The only logical operator you can use is for null comparison. Also some database distinguish between

RE: Fernando Perez

2002-10-16 Thread Ed Yu
In WEB-INF/classes. -Original Message- From: Fernando Perez [mailto:[EMAIL PROTECTED]] Sent: Sat 10/17/1998 10:57 PM To: Tomcat Developers List Cc: Subject: Fernando Perez I'm Tomcat learner

RE: compiler for in-memory java code compilation

2002-12-20 Thread Ed Yu
Have you looked at beanshell.org? -Original Message- From: Mats Nyberg [mailto:[EMAIL PROTECTED]] Sent: Fri 12/20/2002 16:53 To: [EMAIL PROTECTED] Cc: Subject: compiler for in-memory java code compilation