What is OC4J and components: ====================================== -Through OC4J you can execute Servlets, Java Server Pages (JSP), Enterprise Java Beans (EJB) -OC4J replaces the older JServ implementation for running servlets on the web server -Oracle Application Server 10gR3 (10.1.3) is the latest production version -OC4J is based on J2EE standards:Specific directory structure,File requirements (content & naming conventions),XML file definition -OC4J instances run in JVM’s and communicate through mod_oc4j / Apache -R 12 creates 3 OC4J instances: Oacore: runs OA Framework-based applications Forms: runs Forms-base applications OAFM: runs web services, mapviewer, ascontrol Number of OC4J instances for each group will be determined by corresponding nprocs context variable ( s_oacore_nprocs, s_forms_nprocs/s_frmsrv_nprocs, s_oafm_nprocs). -Servlets deployed to OC4J server adhere to J2EE specification ======================================================...