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 46
46
47
47
-->
48
48
<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"
50
50
uri =" configure_9_3.dtd" />
51
51
<uri name =" http://xmlns.jcp.org/xml/ns/javaee" uri =" web-app_3_1.xsd" />
52
52
<uri name =" http://www.w3.org/XML/1998/namespace" uri =" xml.xsd" />
Original file line number Diff line number Diff line change 48
48
-->
49
49
<xsl : stylesheet xmlns : xsl =" http://www.w3.org/1999/XSL/Transform"
50
50
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" />
52
52
<xsl : template match =" Set[@name eq 'monitoredDirName']" >
53
53
<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 >
54
54
</xsl : template >
Original file line number Diff line number Diff line change 1
1
<?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">
3
3
<Configure id =" elemental-portal-context" class =" org.eclipse.jetty.webapp.WebAppContext" >
4
4
<Set name =" contextPath" >/</Set >
5
5
<Set name =" defaultsDescriptor" ><Property name =" jetty.home" default =" ." />/etc/webdefault.xml</Set >
You can’t perform that action at this time.
0 commit comments