First Commit - Source Code from Reply
This commit is contained in:
2
dbcmnpsrc/FE/mnpdev/mnp/ear/META-INF/MANIFEST.MF
Normal file
2
dbcmnpsrc/FE/mnpdev/mnp/ear/META-INF/MANIFEST.MF
Normal file
@@ -0,0 +1,2 @@
|
||||
Manifest-Version: 1.0
|
||||
|
||||
52
dbcmnpsrc/FE/mnpdev/mnp/ear/META-INF/application.xml
Normal file
52
dbcmnpsrc/FE/mnpdev/mnp/ear/META-INF/application.xml
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<application>
|
||||
<display-name>mnp</display-name>
|
||||
<module>
|
||||
<web>
|
||||
<web-uri>mnp-gui.war</web-uri>
|
||||
<context-root>/mnp</context-root>
|
||||
</web>
|
||||
</module>
|
||||
<module>
|
||||
<web>
|
||||
<web-uri>crontab-gui.war</web-uri>
|
||||
<context-root>/MNP-GUI</context-root>
|
||||
</web>
|
||||
</module>
|
||||
<module>
|
||||
<web>
|
||||
<web-uri>mnp-webaom.war</web-uri>
|
||||
<context-root>/</context-root>
|
||||
</web>
|
||||
</module>
|
||||
<module>
|
||||
<ejb>mnp-ejbmodule.jar</ejb>
|
||||
</module>
|
||||
<module>
|
||||
<ejb>process-executor.jar</ejb>
|
||||
</module>
|
||||
<module>
|
||||
<web>
|
||||
<web-uri>MobileNumberPortabilityMgmt.war</web-uri>
|
||||
<context-root>/wsdbss</context-root>
|
||||
</web>
|
||||
</module>
|
||||
<module>
|
||||
<web>
|
||||
<web-uri>LastPortability.war</web-uri>
|
||||
<context-root>/wsccc</context-root>
|
||||
</web>
|
||||
</module>
|
||||
<module>
|
||||
<web>
|
||||
<web-uri>NotifyGispEvent.war</web-uri>
|
||||
<context-root>/wsgisp</context-root>
|
||||
</web>
|
||||
</module>
|
||||
<module>
|
||||
<web>
|
||||
<web-uri>esitoCessMnp.war</web-uri>
|
||||
<context-root>/wsgispesito</context-root>
|
||||
</web>
|
||||
</module>
|
||||
</application>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE weblogic-application PUBLIC "-//BEA Systems, Inc.//DTD WebLogic Application 8.1.0//EN" "http://www.bea.com/servers/wls810/dtd/weblogic-application_2_0.dtd">
|
||||
<weblogic-application>
|
||||
<ejb>
|
||||
<start-mdbs-with-application>false</start-mdbs-with-application>
|
||||
</ejb>
|
||||
<listener>
|
||||
<listener-class>mnp.init.EarLifecycleListener</listener-class>
|
||||
</listener>
|
||||
</weblogic-application>
|
||||
Reference in New Issue
Block a user