/opt/oracle/fmw11_1_1_5/oracle_common/modules/oracle.jrf_11.1.1/fmw-welcome.ear
and should be targeted to the Admin only
In the META-INF/mbeans.xml there is:
<?xml version = '1.0' encoding = 'UTF-8' standalone='yes'?> <application-mbeans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/11/application-mbeans-11_1.xsd" schema-major-version="11" schema-minor-version="1" > <runtime-mbeans location="../APP-INF/lib/mbeans.jar"> <jmx-runtime-mbean objectname="EMDomain:type=EMIntegration,EMTargetType=j2ee_application,name=FMW Welcome Page Application,Application=FMW Welcome Page Application,ApplicationVersion=11.1.0.0.0" class="oracle.jrf.fmwapp.mbean.EMIntegrationMBeanImpl" management-interface="oracle.jrf.fmwapp.mbean.EMIntegrationMBean" unregister-on-undeploy="true"> <description>EM Integration Runtime MBean for FMW Welcome Page app</description> </jmx-runtime-mbean> </runtime-mbeans> </application-mbeans>
and the application.xml:
<?xml version="1.0" encoding="UTF-8"?> <application version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd"> <display-name>FMW Welcome Page Application</display-name> <module> <web> <web-uri>fmw-welcome.war</web-uri> <context-root>/</context-root> </web> </module> </application>
how about fmw-welcome.war?
Well, if you enter http://myhost:7001/welcome-index.html
you will see a nice ad page about all Oracle products.
Do you really need this in your environment? I don't think so...
besides, it even contains broken links
Besides, there is even a known bug: https://forums.oracle.com/forums/thread.jspa?threadID=2141995
No comments:
Post a Comment