On Mon, 10 Mar 2003, James Mitchell wrote:

> Date: Mon, 10 Mar 2003 11:44:01 -0500
> From: James Mitchell <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: 'Struts Developers List' <[EMAIL PROTECTED]>
> Subject: RE: RequestUtils.computeURL()
>
> Sounds great.  I'll take care of that tonight.
>
> Can anyone run test.tomcat.all?  I guess I purchased some bad memory for
> my laptop or the OS/JVM is a piece of sh#t, because when I try to run
> them all, I get somewhere in the .40 tests and my laptop just shuts
> down....no blue screen....no OutOfMemory errors....it just stops....like
> pulling the plug on a desktop.....very frustrating.
>

The .40 tests do indeed work -- but only after a small change to each of
the pages (CVS commit forthcoming).  It's a bug in Tomcat 4.0 that we have
to work around.

At the bottom of many of the test pages, you've got a "throw new
JspException()" statement if a test was misconfigured.  Unfortunately,
Tomcat 4.0 does an implicit import of the "org.apache.jasper.runtime.*"
package into each page, and there's a
"org.apache.jasper.runtime.JspException" class that causes "JspException"
to be ambiguous.  I changed it to use "javax.servlet.jsp.JspException"
explicitly, which will still work on all the other containers, and am
rerunning .41 right now to ensure that nothing got messed up.

I'm going to have to go download Tomcat 3.3 to test those.  And shouldn't
we rip out the Tomcat 3.2 tests since we are no longer supporting it?

>
> --
> James Mitchell

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to