[java-idp-tomcat-base] branch master updated: Use CATALINA_OPTS not JAVA_OPTS in setenv.sh for idp.home
Tom Zeller
tzeller at dragonacea.biz
Tue Jul 12 20:17:01 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=5d00bfdee427d2a5f9ed8614015e1caeef034595
The following commit(s) were added to refs/heads/master by this push:
new 5d00bfd Use CATALINA_OPTS not JAVA_OPTS in setenv.sh for idp.home
5d00bfd is described below
commit 5d00bfdee427d2a5f9ed8614015e1caeef034595
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 12 18:42:20 2016 -0500
Use CATALINA_OPTS not JAVA_OPTS in setenv.sh for idp.home
---
src/main/resources/tomcat-base/bin/setenv.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/tomcat-base/bin/setenv.sh b/src/main/resources/tomcat-base/bin/setenv.sh
index 53747ef..a88f2b6 100755
--- a/src/main/resources/tomcat-base/bin/setenv.sh
+++ b/src/main/resources/tomcat-base/bin/setenv.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-export "JAVA_OPTS=$JAVA_OPTS -Didp.home=/opt/shibboleth-idp"
\ No newline at end of file
+export "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