File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
exist-distribution/src/main/xslt
exist-jetty-config/src/main/resources/org/exist/jetty/etc/webapps/portal/WEB-INF Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646
4747-->
4848<catalog xmlns =" urn:oasis:names:tc:entity:xmlns:xml:catalog" >
49- <system systemId =" http ://www.eclipse.org/jetty/configure_9_3.dtd"
49+ <system systemId =" https ://www.eclipse.org/jetty/configure_9_3.dtd"
5050 uri =" configure_9_3.dtd" />
5151 <uri name =" http://xmlns.jcp.org/xml/ns/javaee" uri =" web-app_3_1.xsd" />
5252 <uri name =" http://www.w3.org/XML/1998/namespace" uri =" xml.xsd" />
Original file line number Diff line number Diff line change 4848-->
4949<xsl : stylesheet xmlns : xsl =" http://www.w3.org/1999/XSL/Transform"
5050 version =" 2.0" >
51- <xsl : output method =" xml" omit-xml-declaration =" no" doctype-public =" -//Jetty//Configure//EN" doctype-system =" http ://www.eclipse.org/jetty/configure_9_3.dtd" indent =" yes" />
51+ <xsl : output method =" xml" omit-xml-declaration =" no" doctype-public =" -//Jetty//Configure//EN" doctype-system =" https ://www.eclipse.org/jetty/configure_9_3.dtd" indent =" yes" />
5252 <xsl : template match =" Set[@name eq 'monitoredDirName']" >
5353 <xsl : copy ><xsl : copy-of select =" @*" /><xsl : copy-of select =" Property[@name eq 'jetty.base']" />/etc/jetty/<xsl : copy-of select =" Property[@name eq 'jetty.deploy.monitoredDir']" /></xsl : copy >
5454 </xsl : template >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http ://www.eclipse.org/jetty/configure_9_3.dtd">
2+ <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https ://www.eclipse.org/jetty/configure_9_3.dtd">
33<Configure id =" elemental-portal-context" class =" org.eclipse.jetty.webapp.WebAppContext" >
44 <Set name =" contextPath" >/</Set >
55 <Set name =" defaultsDescriptor" ><Property name =" jetty.home" default =" ." />/etc/webdefault.xml</Set >
You can’t perform that action at this time.
0 commit comments