Skip to content

Commit

Permalink
Merge pull request #1563 from adamretter/hotfix/jetty-tmp
Browse files Browse the repository at this point in the history
Don't try and manually set a Jetty temp folder
  • Loading branch information
joewiz authored Sep 26, 2017
2 parents 622e86d + 3a1c629 commit ee3153c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions tools/jetty/etc/jetty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,4 @@
</Call>
</Ref -->

<!-- =========================================================== -->
<!-- change java.io.tmpdir default value -->
<!-- =========================================================== -->
<Call class="java.lang.System" name="setProperty">
<Arg>java.io.tmpdir</Arg>
<Arg><Property name="jetty.base" default="."/>/tmp</Arg>
</Call>

</Configure>
8 changes: 0 additions & 8 deletions tools/jetty/etc/standalone-jetty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,4 @@
</Call>
</Ref -->

<!-- =========================================================== -->
<!-- change java.io.tmpdir default value -->
<!-- =========================================================== -->
<Call class="java.lang.System" name="setProperty">
<Arg>java.io.tmpdir</Arg>
<Arg><Property name="jetty.base" default="."/>/tmp</Arg>
</Call>

</Configure>
1 change: 0 additions & 1 deletion tools/jetty/tmp/.DO_NOT_DELETE

This file was deleted.

1 change: 0 additions & 1 deletion tools/jetty/webapps/exist-webapp-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Set name="contextPath">/exist</Set>
<Set name="war"><Property name="jetty.home" default="."/>/../../webapp/</Set>
<Set name="defaultsDescriptor"><Property name="jetty.home" default="."/>/etc/webdefault.xml</Set>
<Set name="tempDirectory"><Property name="jetty.base" default="."/>/tmp</Set>
<Set name="securityHandler">
<New class="org.eclipse.jetty.security.ConstraintSecurityHandler">
<Set name="loginService">
Expand Down

0 comments on commit ee3153c

Please sign in to comment.