First Commit - Source Code from Reply
This commit is contained in:
3
dbcmnpsrc/FE/mnpdev/mnp/WebContent/META-INF/MANIFEST.MF
Normal file
3
dbcmnpsrc/FE/mnpdev/mnp/WebContent/META-INF/MANIFEST.MF
Normal file
@@ -0,0 +1,3 @@
|
||||
Manifest-Version: 1.0
|
||||
Class-Path:
|
||||
|
||||
12
dbcmnpsrc/FE/mnpdev/mnp/WebContent/WEB-INF/web.xml
Normal file
12
dbcmnpsrc/FE/mnpdev/mnp/WebContent/WEB-INF/web.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
|
||||
<display-name>mnp</display-name>
|
||||
<welcome-file-list>
|
||||
<welcome-file>index.html</welcome-file>
|
||||
<welcome-file>index.htm</welcome-file>
|
||||
<welcome-file>index.jsp</welcome-file>
|
||||
<welcome-file>default.html</welcome-file>
|
||||
<welcome-file>default.htm</welcome-file>
|
||||
<welcome-file>default.jsp</welcome-file>
|
||||
</welcome-file-list>
|
||||
</web-app>
|
||||
5
dbcmnpsrc/FE/mnpdev/mnp/WebContent/WEB-INF/weblogic.xml
Normal file
5
dbcmnpsrc/FE/mnpdev/mnp/WebContent/WEB-INF/weblogic.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.3/weblogic-web-app.xsd">
|
||||
<wls:weblogic-version>10.3.6</wls:weblogic-version>
|
||||
<wls:context-root>mnp</wls:context-root>
|
||||
</wls:weblogic-web-app>
|
||||
Reference in New Issue
Block a user