[java-idp-tomcat-base] 04/06: Add tomcat-base skeleton.

Tom Zeller tzeller at dragonacea.biz
Tue Jul 12 16:10:07 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-idp-tomcat-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=64e74d7017f40dd1f913c4bc2caa026d0847db7f

commit 64e74d7017f40dd1f913c4bc2caa026d0847db7f
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jul 8 16:12:28 2016 -0500

    Add tomcat-base skeleton.
---
 src/main/resources/tomcat-base/bin/setenv.sh                   | 3 +++
 src/main/resources/tomcat-base/conf/.gitkeep                   | 0
 src/main/resources/tomcat-base/conf/Catalina/localhost/idp.xml | 4 ++++
 src/main/resources/tomcat-base/lib/.gitkeep                    | 0
 src/main/resources/tomcat-base/logs/.gitkeep                   | 0
 src/main/resources/tomcat-base/temp/.gitkeep                   | 0
 src/main/resources/tomcat-base/webapps/.gitkeep                | 0
 src/main/resources/tomcat-base/work/.gitkeep                   | 0
 8 files changed, 7 insertions(+)

diff --git a/src/main/resources/tomcat-base/bin/setenv.sh b/src/main/resources/tomcat-base/bin/setenv.sh
new file mode 100755
index 0000000..53747ef
--- /dev/null
+++ b/src/main/resources/tomcat-base/bin/setenv.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export "JAVA_OPTS=$JAVA_OPTS -Didp.home=/opt/shibboleth-idp"
\ No newline at end of file
diff --git a/src/main/resources/tomcat-base/conf/.gitkeep b/src/main/resources/tomcat-base/conf/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/src/main/resources/tomcat-base/conf/Catalina/localhost/idp.xml b/src/main/resources/tomcat-base/conf/Catalina/localhost/idp.xml
new file mode 100644
index 0000000..d427080
--- /dev/null
+++ b/src/main/resources/tomcat-base/conf/Catalina/localhost/idp.xml
@@ -0,0 +1,4 @@
+<Context docBase="${idp.home}/war/idp.war"
+         privileged="true"
+         antiResourceLocking="false"
+         swallowOutput="true" />
\ No newline at end of file
diff --git a/src/main/resources/tomcat-base/lib/.gitkeep b/src/main/resources/tomcat-base/lib/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/src/main/resources/tomcat-base/logs/.gitkeep b/src/main/resources/tomcat-base/logs/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/src/main/resources/tomcat-base/temp/.gitkeep b/src/main/resources/tomcat-base/temp/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/src/main/resources/tomcat-base/webapps/.gitkeep b/src/main/resources/tomcat-base/webapps/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/src/main/resources/tomcat-base/work/.gitkeep b/src/main/resources/tomcat-base/work/.gitkeep
new file mode 100644
index 0000000..e69de29

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list