Initial commit
This commit is contained in:
5
out/artifacts/ibm_cic_war_exploded/META-INF/MANIFEST.MF
Normal file
5
out/artifacts/ibm_cic_war_exploded/META-INF/MANIFEST.MF
Normal file
@@ -0,0 +1,5 @@
|
||||
Manifest-Version: 1.0
|
||||
Built-By: ivo
|
||||
Created-By: IntelliJ IDEA
|
||||
Build-Jdk: 10.0.1
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
out/artifacts/ibm_cic_war_exploded/WEB-INF/lib/json-20180130.jar
Normal file
BIN
out/artifacts/ibm_cic_war_exploded/WEB-INF/lib/json-20180130.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
20
out/artifacts/ibm_cic_war_exploded/WEB-INF/web.xml
Normal file
20
out/artifacts/ibm_cic_war_exploded/WEB-INF/web.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
|
||||
version="4.0">
|
||||
|
||||
<servlet>
|
||||
<servlet-name>IBM CIC</servlet-name>
|
||||
<servlet-class>org.glassfish.jersey.servlet.ServletContainer</servlet-class>
|
||||
<init-param>
|
||||
<param-name>jersey.config.server.provider.packages</param-name>
|
||||
<param-value>com.ibm_cic</param-value>
|
||||
</init-param>
|
||||
<load-on-startup>1</load-on-startup>
|
||||
</servlet>
|
||||
<servlet-mapping>
|
||||
<servlet-name>IBM CIC</servlet-name>
|
||||
<url-pattern>/rest/*</url-pattern>
|
||||
</servlet-mapping>
|
||||
</web-app>
|
16
out/artifacts/ibm_cic_war_exploded/index.jsp
Normal file
16
out/artifacts/ibm_cic_war_exploded/index.jsp
Normal file
@@ -0,0 +1,16 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: ivo
|
||||
Date: 5/3/18
|
||||
Time: 12:16 AM
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>$Title$</title>
|
||||
</head>
|
||||
<body>
|
||||
$END$
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user