Skip to content

Commit

Permalink
Fix package of jetty WebAppContext
Browse files Browse the repository at this point in the history
  • Loading branch information
ohumbel committed Aug 17, 2023
1 parent db3d424 commit 059903d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
<Configure id="exist-portal-context" class="org.eclipse.jetty.webapp.WebAppContext">
<Configure id="exist-portal-context" class="org.eclipse.jetty.ee10.webapp.WebAppContext">
<Set name="contextPath">/</Set>
<Set name="defaultsDescriptor"><Property name="jetty.home" default="."/>/etc/webdefault.xml</Set>
</Configure>

0 comments on commit 059903d

Please sign in to comment.