Application Server Control : is application used to maintain Oracle Application Server. Using Application Server Control, you can
– Start/Stop Services of Oracle Application Server (OC4J, HTTP, Web Cache, OID, SSO..)
– Configure components of OAS (Oracle Application Server)
– Manage/edit users credentials, configuration file, port number
– Monitor performance & Usages …
Start/Stop Application Server Control :
Prior to Oracle Application Server 10.1.3.X, Application Server Control used to start/stop using
emctl start¦stop iasconsole
From OAS 10.1.3.X and higher, Application Server control is controlled using opmnctl like
opmnctl startproc¦stopproc application=ascontrol
(From 10.1.3.X and higher instead of emctl; use opmnctl to start/stop iasconsole. iasconsole will not start by default when you execute opmnctl startall)
URL to access Application Server Control
1. Prior to OAS 10.1.3.X (i.e. 9.0.2, 9.0.4, 10.1.2.X) URL to access AS Control is
http:// {hostname}.{domainname}:{em_port}/emd
Note* EM Port (usually 1156, 1810) is different from HTTP Server port)2. From 10.1.3.X URL to access AS Control is
http:// {hostname}.{domainname}:{http_port}/em
More on application server coming soon …