[java-idp-tomcat-base] 01/10: Add setenv.bat for Windows
Tom Zeller
tzeller at dragonacea.biz
Fri Aug 12 16:04:58 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 8.5
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=ca42f7056234d91c0031d2c533222b31cf21ef6f
commit ca42f7056234d91c0031d2c533222b31cf21ef6f
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