Tuesday, May 27, 2008

How to start Enterprise Manager

If you shutdown Enterprise Manager from Console or any other way here is the trick to start the Enterprise Manager:

soasuite/j2ee/home/config/default-web-site.xml
<application name="ascontrol" path="../../home/applications/ascontrol.ear" parent="system" start="true" />
<application name="javasso" path="../../home/applications/javasso.ear" parent="default" start="true" /> (not sure if it is required all the time)

soasuite/j2ee/home/config/server.xml
<web-app application="ascontrol" name="ascontrol" load-on-startup="true" root="/em" ohs-routing="true" />

Bounce the home container using following command

opmnctl restartproc process-type=home

3 comments:

Anonymous said...

Another good post Chintan - keep them coming.

We used your read-only BPEL and ESB modificaions. We added Domain-specific users for BPEL as well to further limit access.

Anonymous said...

Chintan, the server files are backwards

Chintan Shah said...

Can you explain what you meant? order of file is trivial here because you will change them in any order and restart the server...