[java-idp-tomcat-base] branch 8.0 updated: Use CATALINA_OPTS not JAVA_OPTS in setenv.sh for idp.home
Tom Zeller
tzeller at dragonacea.biz
Tue Jul 12 20:17:12 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=3a9c0f06092e411d141be228e7cda4635bdf3ba1
The following commit(s) were added to refs/heads/8.0 by this push:
new 3a9c0f0 Use CATALINA_OPTS not JAVA_OPTS in setenv.sh for idp.home
3a9c0f0 is described below
commit 3a9c0f06092e411d141be228e7cda4635bdf3ba1
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 12 18:50:47 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