Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

File

Optional

Location (relative to webapp)

Purpose

web.xml

no

/WEB-INF/

Web deployment descriptor to include all necessary WebWork framework components

action.xml

no

/WEB-INF/classes/

Main configuration, contains result/view types, action mappings, interceptors, etc and so forth

action.properties

yes

/WEB-INF/classes/

WebWork Framework properties

action-default.xml

yes

/WEB-INF/lib/webworkstruts-action-x.x.jar

Default configuration that should be included in xworkaction.xml

velocity.properties

yes

/WEB-INF/classes/

Override the default velocity configuration

...