[java-idp-testbed] branch master updated: Add testbed context descriptor for Tomcat.

Tom Zeller tzeller at dragonacea.biz
Tue Jul 12 20:17:22 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-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=32635fb59c01faf724923228dceedec33aa79085

The following commit(s) were added to refs/heads/master by this push:
       new  32635fb   Add testbed context descriptor for Tomcat.
32635fb is described below

commit 32635fb59c01faf724923228dceedec33aa79085
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 12 15:54:39 2016 -0500

    Add testbed context descriptor for Tomcat.
    
    Used by java-idp-integration-tests.
---
 src/main/resources/conf/Catalina/localhost/ROOT.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/main/resources/conf/Catalina/localhost/ROOT.xml b/src/main/resources/conf/Catalina/localhost/ROOT.xml
new file mode 100644
index 0000000..de22827
--- /dev/null
+++ b/src/main/resources/conf/Catalina/localhost/ROOT.xml
@@ -0,0 +1,5 @@
+<Context docBase="${idp.home}/testbed-war/idp-testbed.war"
+         path=""
+         privileged="true"
+         antiResourceLocking="false"
+         swallowOutput="true" />
\ No newline at end of file

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


More information about the commits mailing list