Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Related Tools > Config Browser |
The Config Browser is a simple tool to help view your Struts configuration at runtime. It is very useful when debugging problems that could be related to configuration issues.
Installing the Config Browser is a two-step process.
Once configured, you can access the tool by opening to the action named index in the config-browser namespace.
In most cases (if you are using the default ActionMapper), the URL is something like http://localhost:8080/starter/config-browser/index.action.