Add tomcat server to esr-server. 95/12195/1
authorlizi00164331 <li.zi30@zte.com.cn>
Wed, 13 Sep 2017 13:34:18 +0000 (21:34 +0800)
committerlizi00164331 <li.zi30@zte.com.cn>
Wed, 13 Sep 2017 13:34:18 +0000 (21:34 +0800)
commit8a2751aaa3c1367cdf70a6fa2d0b9ad39f311b0b
tree3f11948daae8a8688d5a8391e0dcfa77a6aa444c
parent7197541e83a45ab416a136462e870f95dcf09c58
Add tomcat server to esr-server.

Change-Id: Id6148623e7d15fef60648fe51124d65f58978167
Issue-ID: AAI-291
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
15 files changed:
httpserver/pom.xml [new file with mode: 0644]
httpserver/src/main/assembly/tomcat/bin/catalina.bat [new file with mode: 0644]
httpserver/src/main/assembly/tomcat/bin/catalina.sh [new file with mode: 0644]
httpserver/src/main/assembly/tomcat/conf/logging.properties [new file with mode: 0644]
httpserver/src/main/assembly/tomcat/conf/server.xml [new file with mode: 0644]
httpserver/src/main/assembly/tomcat/conf/web.xml [new file with mode: 0644]
integration/pom.xml
integration/src/main/assembly/monitor.sh [new file with mode: 0644]
integration/src/main/assembly/shutdown.bat [new file with mode: 0644]
integration/src/main/assembly/shutdown.sh [new file with mode: 0644]
integration/src/main/assembly/startup.bat [new file with mode: 0644]
integration/src/main/assembly/startup.sh [new file with mode: 0644]
integration/src/main/assembly/startup4docker.sh [new file with mode: 0644]
integration/src/main/webapp/WEB-INF/web.xml
pom.xml