dev@glassfish.java.net

v3 build and servlet support

From: Sherry Shen <Sherry.Shen_at_Sun.COM>
Date: Tue, 05 Feb 2008 09:47:52 -0800

Does V3 build have servlet support?

I tried V3 Quicklook tests on 1-31-2008 build downloaded from
  http://download.java.net/javaee5/v3/releases/preview/
last Friday. HTML or JSP test cases passed, but Servlet test case failed.
The above URL only has V3 preview1 builds today.
Where can I get the new build?

PS:
The test suite location:
 glassfish/appserv-tests/community/web/helloworld

Test output:
......
[testng] PASSED: simpleJSPTestPage
[testng] PASSED: staticHTMLPageTest
[testng] PASSED: testServerRunning
[testng] FAILED: simpleServletTest
[testng] ===============================================
[testng] web_hello_world
[testng] Tests run: 4, Failures: 1, Skips: 0
[testng] ===============================================
......