Add configuration browser plugin to appfuse as standard
-------------------------------------------------------
Key: APF-1160
URL:
http://issues.appfuse.org/browse/APF-1160 Project: AppFuse
Issue Type: Improvement
Components: Web - General
Affects Versions: 2.0.2
Environment: all
Reporter: Marek
Assignee: Matt Raible
Priority: Minor
The configuration browser plugin is quite handy and easy to install.
Steps:
1) Add dependency in pom under dependancies:
<dependency>
<!--configuration browser plugin-->
<groupId>org.apache.struts</groupId>
<artifactId>struts2-config-browser-plugin</artifactId>
<version>${struts.version}</version>
</dependency>
2) exclude plugin pages from the decorators.xml:
<pattern>/config-browser/*</pattern>
3) the plugin information is then available at:
http://localhost:8080/config-browser/actionNames.html--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.appfuse.org/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]