[java-identity-provider COMMIT] in /branches/3.2: idp-distribution/src/main/resources/embedded/jetty-base-9.3/tmp/ id...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jun 1 11:24:11 EDT 2016
Author: rdw
Date: Wed Jun 1 11:24:10 2016
New Revision: 8263
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8263&view=rev
Log:
IDP-983 Set up java.io.tmpdir
https://issues.shibboleth.net/jira/browse/IDP-983
This requires that jetty-base\tmp be there, so create it in a future proof manner.
Added:
branches/3.2/idp-distribution/src/main/resources/embedded/jetty-base-9.3/tmp/
branches/3.2/idp-distribution/src/main/resources/embedded/jetty-base-9.3/tmp/.gitkeep
Modified:
branches/3.2/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
Modified: branches/3.2/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.2/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs?rev=8263&r1=8262&r2=8263&view=diff
==============================================================================
--- branches/3.2/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs (original)
+++ branches/3.2/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs Wed Jun 1 11:24:10 2016
@@ -46,6 +46,7 @@
<Permission User="Administrators" GenericAll="yes" />
<Permission User="SYSTEM" GenericAll="yes" />
<MultiStringValue>-Didp.home=[JAVA_IDP_HOME]</MultiStringValue>
+ <MultiStringValue>-Djava.io.tmpdir=[JAVA_IDP_HOME]/jetty-base/tmp</MultiStringValue>
</RegistryValue>
<RegistryValue Name="JvmMx" Value="[JAVA_JVMMX]" Type="string">
<!-- Its an integer, but we added the # -->
More information about the commits
mailing list