First Commit - Source Code from Reply
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user