2 Replies Latest reply on Dec 7, 2007 11:20 AM by kindsol

    How to view WAR Directory in 4.2.2?

    kindsol

      I used to be able to view contents of my WAR directories in JBossAS 4.0.4. Now that I've deployed to 4.2.2, I get a 404 error if I specify a URL to a directory. URL's to html files work fine.

      Example:

      http://localhost:8080/MyWar/tests/

      returns 404. (In 4.0.4 it returned a directory listing of my html files.)
      http://localhost:8080/MyWar/test/sometest.html

      works fine

      Is there some way to enable directory listings in 4.2.2 server?

      Thanks for any guidance. I couldn't find anything in the release notes.