The Config Browser is a Struts2 plugin that helps to browse loaded configuration at runtime. When debugging configuration issues it could be very useful to see how the actions are mapped to the URLs.
The Config Browser is a Struts2 plugin that helps to browse loaded configuration at runtime. When debugging configuration issues it could be very useful to see how the actions are mapped to the URLs. Once installed the config-browser could be accessible by opening to the action named index
in the config-browser
namespace.
Features:
- Enable to view of loaded configuration in the web browser
- Visualize all action mappings and all accessible action URLs
Usage:
To use the plugin, simply copy the jar into your application. Once installed, 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.
Example
Error trying to draw image gallery org.apache.velocity.exception.ParseErrorException: Encountered "=" at /templates/gallery-dynamic-slideshow.vm[line 64, column 37] Was expecting one of: ... "-" ... "+" ... "*" ... "/" ... "%" ... ... ... ... ... ... ... ... ...
The documentation is available.