Installation guide
Testing FCServlet
FlashCONNECT Administrator’s Guide 75
The test failed if:
• An error message or no message displays.
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
.
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.
To test if the Java Servlet Engine works properly with the JNI
interface:
• From the Web browser (Netscape or IE) invoke the following URL:
http://webservername/servlet/com.pick.examples.FCJNIHelloWorld
where servlet is a virtual directory that contains active servlets.
Test Results
The test was successful if:
• A Web page displays with the title ""FCJNIHelloWorld."
• The Web page contents, "Hello World From JNI!" display.
NOTE—D3 need not be installed and FCService need not be running.
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.