Skip to content

Commit

Permalink
XWIKI-22416: Reuse the standard jetty context file from the WAR in th…
Browse files Browse the repository at this point in the history
…e XJetty Debian package
  • Loading branch information
tmortagne committed Aug 13, 2024
1 parent 03e8901 commit 2db1a08
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,18 @@
<linkName>/usr/lib/xwiki/WEB-INF/sun-web.xml</linkName>
<linkTarget>/etc/xwiki/sun-web.xml</linkTarget>
</data>
<data>
<type>link</type>
<symlink>true</symlink>
<linkName>/usr/lib/xwiki/WEB-INF/jetty-web.xml</linkName>
<linkTarget>/etc/xwiki/jetty-web.xml</linkTarget>
</data>
<data>
<type>link</type>
<symlink>true</symlink>
<linkName>/usr/lib/xwiki/WEB-INF/jetty-ee8-web.xml</linkName>
<linkTarget>/etc/xwiki/jetty-ee8-web.xml</linkTarget>
</data>
<data>
<type>link</type>
<symlink>true</symlink>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,17 +192,11 @@
<linkTarget>/var/lib/xwiki/tmp</linkTarget>
</data>

<!-- Custom Jetty context configuration -->
<!-- Be more explicit about which configuration file is used by XJetty -->
<data>
<type>link</type>
<symlink>true</symlink>
<linkName>/usr/lib/xwiki/WEB-INF/jetty-web.xml</linkName>
<linkTarget>/etc/xwiki/jetty-web.xml</linkTarget>
</data>
<data>
<type>link</type>
<symlink>true</symlink>
<linkName>/usr/lib/xwiki/WEB-INF/jetty-ee8-web.xml</linkName>
<linkName>/usr/lib/xwiki/WEB-INF/xjetty-web.xml</linkName>
<linkTarget>/etc/xwiki/jetty-ee8-web.xml</linkTarget>
</data>
</dataSet>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 2db1a08

Please sign in to comment.