I haven't used it, but I think that Cargo: http://cargo.codehaus.org/ would likely be the tool of choice to help with setting up & running a web server for tests.
-Stephen On 8/7/06, Garrett Rooney <[EMAIL PROTECTED]> wrote:
On 8/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > +/** > + * For now these are hitting Mark Nottingham's set of caching tests. We'll > + * need to set up our own server. The hard part about testing caching is > + * that we need a server endpoint to test against. Also, the test results > + * can be affected by proxies and intermediate caches. If we want to run > + * these tests in an offline configuration, we'll need to provide instructions > + * on how to set up a local server and have a portable suite of tests. > + */ FWIW, I'd like to see us bundle a minimal web server (Jetty?) and have our tests just automatically set it up prior to execution. It seems considerably less error prone than expecting someone to set up a server. -garrett
-- Stephen Duncan Jr www.stephenduncanjr.com
