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:
From the Web browser (Netscape or IE) invoke the following URL:
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:
A Web page displays with the title "FCHelloWorld."
The Web page contents, "Hello World!" display.
The test failed if:
An error message or no message displays.
If the test failed, do the following:
Confirm that the Web server supports Java servlets.
Confirm that the Java Servlet engine is properly installed.
Verify that the correct path was used in the URL.
Using other steps in the FCServlet Diagnostic application, confirm the Web server is running. For more information, see FCServlet Diagnostic.
See Also