Test 1

Use test 1 to confirm the Web browser can run a simple Java servlet.

To run this test successfully, the Web server must be running and a Java Servlet Engine must be started.

NOTE

D3 need not be installed and FCService need not be running.

To test the communications between the Web browser and the Servlet engine:

http://webservername/servlet/com.rdta.fc.examples.FCHelloWorld

where servlet is a virtual directory that contains available active servlets.

NOTE

It is not necessary that an active servlet be in this virtual directory. Servlets within an archived file (.jar) are acceptable as long as the servlet path is indicated in its property file.

Test Results

The test is successful if:

The test failed if:

If the test failed, do the following:

  1. Confirm that the Web server supports Java servlets.

  2. Confirm that the Java Servlet engine is properly installed.

  3. Verify that the correct path was used in the URL.

  4. Using other steps in the FCServlet Diagnostic application, confirm the Web server is running. For more information, see FCServlet Diagnostic.

See Also

Testing FCServlet

Test 2