Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

To be able to list files in tomcat6, need to edit web.xml

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