Ok you just have installed SOA Suite.Every thing went fine and now when you are trying to open the em console you are getting error
NOt able to open em console
Not Found
The requested URL /em was not found on this server.
NO need to worry
Just go to the following location in your installation
SOA_HOME\j2ee\oc4j_soa\config
you need to change two files over here
default-web-site.xml and server.xml
SCroll till bottom in server.xml you will find an entry
application name="ascontrol" path="../../home/applications/ascontrol.ear" parent="system" start="false"
YOu have to change this false to true and save the file.
Similarly open the default-web-site.xml and
check the following entry
web-app application="ascontrol" name="ascontrol" load-on-startup="false" root="/em" ohs-routing="false"
Change the false values to true and save.
ONce the changes are done .REstart the sever and try to open the console.
You will be able to open it up.
No comments:
Post a Comment