This file assumes that the servlet container and the browser are running on the same machine. If the servlet container and the browser are running on separate machines, the uses of "localhost" in this file must be modified to the host name of the servlet container.
Lisp classes "user1" and "user1a" just display some messages.
Invoke Lisp class "user1" directly:
Call the servlet (user1)
Invoke Lisp class "user1a" in a separate work thread:
Call the servlet (user1a)
Lisp classes "user2", "user2a" and "user2b" allow Lisp expressions to be evaluate from the web browser form.
Invoke Lisp class "user2" directly:
Call the servlet (user2)
Invoke Lisp class "user2a" in a common work thread:
Call the servlet (user2a)
Invoke Lisp class "user2b" in a separate work threads:
Call the servlet (user2b)