Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jreijn/insight-plugin-hst
Spring Insight plugin for Hippo CMS7 based webapplications
https://github.com/jreijn/insight-plugin-hst
Last synced: about 1 month ago
JSON representation
Spring Insight plugin for Hippo CMS7 based webapplications
- Host: GitHub
- URL: https://github.com/jreijn/insight-plugin-hst
- Owner: jreijn
- License: apache-2.0
- Created: 2011-10-13T11:40:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-15T10:05:33.000Z (over 12 years ago)
- Last Synced: 2023-03-11T18:33:31.466Z (over 1 year ago)
- Language: Java
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE.txt
Awesome Lists containing this project
README
h1. This is a Hippo Site Toolkit plugin for Spring Insight
Spring Insight runs in the SpringSource tc Server. See http://www.springsource.org/insight for details.
This plugin adds instrumentation to web applications that use Hippo CMS (http://www.onehippo.org) through the Hippo Site Toolkit.h2. What does it do?
It instruments calls to the Hippo Site Toolkit. Typical HST Component invocation calls are traced, as are the HstQuery.execute() calls.
h2. Installing the plugin
Get the code:
git clone git://github.com/jreijn/insight-plugin-hst.git
Now build it:
cd insight-plugin-hst
mvn clean packageYou'll need to have tc Server Developer Edition installed. Let's call the location of that
tcServer
.Now copy the plugin jar to the right place under
tcServer
.
cp target/insight-plugin-hst-x.x.jar tcServer/spring-insight-instance/insight/collection-pluginsh2. Running the plugin
# Start up Spring Insight Server as usual (see the Spring tc Server Developer Edition documentation) and make sure your WAR file is loaded. Start your application and make sure it's running.
# Browse to http://localhost:8080/insight to see the Spring Insight dashboard. Click on the Administration button and then _Collection Plug-ins_ under _Reports and Statistics_.
# If you can see the hst plugin it's installed and running.
# Run through your application in a way you're sure exercises your Hippo Site Toolkit powered website. Then go back to the Spring Insight dashboard to see the traces.Have fun!