3 Replies Latest reply on May 5, 2004 6:28 AM by tomerbd

    jboss323 tomcat5 directory listing false, I still see direct

      Hi

      I have a jboss3.2.3 working with a configuration of tomcat5

      in tomcat5/conf/web.xml I have set the property listings to be false:

      <init-param>
      <param-name>listings</param-name>
      <param-value>false</param-value>
      </init-param>

      However I still see directory listings :/ (I didnt override this property or anything in my local web.xml's)

      Why am I getting the directory listings?

      Thanks...

      Tomer