Re: Tester (was: cvs commit: ...etc)

2001-04-19 Thread Amy Roh
"Craig R. McClanahan" wrote: > On Wed, 18 Apr 2001, Amy Roh wrote: > > > btw, a few tests in the tester fail on my environment. I get "Unexpected > > end of file from server" under Authentication, Jndi, and HttpSession tests > > which result in failing a few of the tests with java.net.SocketEx

Re: Tester (was: cvs commit: ...etc)

2001-04-18 Thread Craig R. McClanahan
On Wed, 18 Apr 2001, Amy Roh wrote: > btw, a few tests in the tester fail on my environment. I get "Unexpected > end of file from server" under Authentication, Jndi, and HttpSession tests > which result in failing a few of the tests with java.net.SocketException. > Is this normal behavior? >

Re: Tester (was: cvs commit: ...etc)

2001-04-18 Thread Amy Roh
btw, a few tests in the tester fail on my environment. I get "Unexpected end of file from server" under Authentication, Jndi, and HttpSession tests which result in failing a few of the tests with java.net.SocketException. Is this normal behavior? Amy > On Wed, 18 Apr 2001, Amy Roh wrote: > > >

Re: Tester (was: cvs commit: ...etc)

2001-04-18 Thread Craig R. McClanahan
On Wed, 18 Apr 2001, Amy Roh wrote: > > I had problems getting the tester going (and gave up on it a few times > previously), > > because it seems that, on win2k at least, there are some manual steps > which > > must be carried out. In particular, tester.bat tells the code to expect > tester.xm

Re: Tester (was: cvs commit: ...etc)

2001-04-18 Thread Amy Roh
> I had problems getting the tester going (and gave up on it a few times previously), > because it seems that, on win2k at least, there are some manual steps which > must be carried out. In particular, tester.bat tells the code to expect tester.xml > to be in %catalina_home%/bin, but the build pro

Re: Tester (was: cvs commit: ...etc)

2001-04-18 Thread Craig R. McClanahan
On Wed, 18 Apr 2001, Kief Morris wrote: > [EMAIL PROTECTED] typed the following on 07:27 PM 4/17/2001 + > >craigmcc01/04/17 12:27:20 > > > > Restore the ability to save and reload active sessions across a web app > > restart. This was broken by the refactoring of the load() and unloa

Tester (was: cvs commit: ...etc)

2001-04-18 Thread Kief Morris
[EMAIL PROTECTED] typed the following on 07:27 PM 4/17/2001 + >craigmcc01/04/17 12:27:20 > > Restore the ability to save and reload active sessions across a web app > restart. This was broken by the refactoring of the load() and unload() calls > that was recently done in the session ma