What is the difference between the Forms CGI and the Forms Servlet?
The Forms CGI and the Forms Servlet have the following similarities: Generate the HTML tags needed to start a Forms application according to the client browser used Communicate with the Load Balancer server to determine the least loaded host and perform load balancing The differences between the CGI and the servlet are the following: The servlet performs better than the CGI The servlet leverages Oracle 9iAS infrastructure (mod_jserv and Apache Jserv) The servlet must be run under a servlet enabled application server such as Oracle 9iAS. Both deployment methods are supported.