[java-idp-tomcat-base] branch 8.0 updated: Add setenv.bat for Windows
Tom Zeller
tzeller at dragonacea.biz
Tue Jul 19 16:41:01 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 8.0
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=900bff3f58efd3d477b6b8cf86e0ed32130c3580
The following commit(s) were added to refs/heads/8.0 by this push:
new 900bff3 Add setenv.bat for Windows
900bff3 is described below
commit 900bff3f58efd3d477b6b8cf86e0ed32130c3580
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 19 15:40:21 2016 -0500
Add setenv.bat for Windows
The value of idp.home is still Unix, WIP.
---
src/main/resources/tomcat-base/bin/setenv.bat | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/resources/tomcat-base/bin/setenv.bat b/src/main/resources/tomcat-base/bin/setenv.bat
new file mode 100755
index 0000000..126e0c2
--- /dev/null
+++ b/src/main/resources/tomcat-base/bin/setenv.bat
@@ -0,0 +1 @@
+set "CATALINA_OPTS=%CATALINA_OPTS% -Didp.home=/opt/shibboleth-idp"
\ 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