2.3
名称: adapcctl.sh
说明: start, stop and check the status of Oracle HTTP Server(OHS).
路径: ${INST_TOP}/admin/scripts/adapcctl.sh
用法: adalnctl.sh {start|stop|status}
adapcctl.sh 用来启停Oracle HTTP Server, R12.1版本中指Apache。 OHS是用来接收,处理
client 端的 HTML-based web request (HTTP/HTTPS),以及如下功能:
a. 中转 Servlet / JSP , J2EE 应用调用到 OC4J
b. 中转 Forms 应用的 Applet 请求到 Forms Servlet
c. 中转 form request 和 form 的通信到 Forms Listener servlet (forms servlet mode)
d. 连接数据库, 在URL里直接调用PL/SQL package
e. 运行CGI脚本, perl, PHP 程序等
f. 提供服务器使用SSL (HTTPS) 协议
2.4
名称: adoacorectl.sh
说明: start, stop and check the status of the oacore oc4j instance
路径: ${INST_TOP}/admin/scripts/adoacorectl.sh
用法: adoacorectl.sh {start|stop|status}
oacore (JVM process)用于处理所有EBS的Java 技术web应用,包括JSP和 servlet, OAF页面
(Oracle Application Framework, EBS R12中基于Oracle Jdeveloper10g的开发)。
本文转自ITPUB博客tolywang的博客,原文链接:R12中间层及应用层脚本(单独开启各服务脚本)-adapcctl.sh/adoacorectl.sh,如需转载请自行联系原博主。