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
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
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 betwee
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, 2
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]'
Subje