Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove unneeded attributes from Context

...

No Format
<?xml version="1.0" encoding="UTF-8"?>
<Context
    docBase="www/deploy/mywebapp.war"
    reloadable="true" antiJARLocking="true">
</Context>

Add any parameters specific to this hosts webapp to this context file

...