我正在使用Oracle ORDS 3.0.9并尝试启用目录浏览,但不断收到HTTP 403禁止错误。这是/ standalone / etc文件夹中的jetty-http.xml配置,我运行此命令来启动' java -jar ords.war&':
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN"
"http://www.eclipse.org/jetty/configure.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Call name="setInitParameter">
<Arg>org.eclipse.jetty.servlet.Default.dirAllowed</Arg>
<Arg>true</Arg>
</Call>
</Configure>
答案 0 :(得分:0)
为了安全起见,该设置被禁用。如果需要,我的建议是将ORDS部署到tomcat,在那里对网络服务器有更多的控制权。