OC4J : set http.webdir.enable option to be enabled in 10.1.3.x

by toy

in Oracle Application Server 10.1.2.x this option is enabled, but in 10.1.3.x this option is disabled. So, the way to enable this option is to put the java option to OC4J. This is for OC4J standalone

COMMAND
java -Dhttp.webdir.enable=true -jar oc4j.jar

But if you are using embedded-oc4j, look at this topic