Java Servlets extend a server program to enhance its functionality. One very
common use for servlets is to extend a Web server by providing dynamic
Web content.
MathServer.java
implemens the CORBA server to initialize the ORB, create a MultiplyServant object,
register the object in the CORBA Naming Service (COS Naming), print a status message, and
wait for incoming client requests.
For supporting information see
Servlet
Inter-Communication with CORBA.