Hello Java Servlet
This servlet was developed with JRUN 2.2 and JDK 1.1.8. There is one source
code file named Hello.java. It supports both a GET and POST operation.
The GET puts up a simple form for you to enter the full pathname of HELLO.XPL.
The POST calls the Amzi! Logic Server and displays the result.
In order to run this servlet, you need to do the following:
-
Make sure that amzi4.dll and a4j_js11.dll are on the system PATH. (They
are both located in the amzi4\bin directory).
-
Copy the amzi\ls directory tree from amzi\lib\java11 to jrun\2.2\classes.
-
Copy Hello.class to jrun\2.2\jsm-default\services\jse\servlets (or whatever
directory you use to hold your servlets under JRUN).