Test 2

Use test 2 to confirm that the Web server can run a simple JNI servlet.

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

NOTE

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

To test if the Java Servlet Engine works properly with the JNI interface:

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

where servlet is a virtual directory that contains 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 was successful if:

The test failed if:

If the test failed, do the following:

  1. Confirm that the Web server supports JNI servlets.

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

See Also

Testing FCServlet

Test 1