Skip to content

QuackFuzed/Hoth

 
 

Repository files navigation

---------------------------------------------
---------------------------------------------
---------------------------------------------

 __    __    ______   .___________. __    __  
|  |  |  |  /  __  \  |           ||  |  |  | 
|  |__|  | |  |  |  | `---|  |----`|  |__|  | 
|   __   | |  |  |  |     |  |     |   __   | 
|  |  |  | |  `--'  |     |  |     |  |  |  | 
|__|  |__|  \______/      |__|     |__|  |__|

---------------------------------------------
---------------------------------------------
---------------------------------------------

Hoth aims to help developers better understand exceptions--caught or not--in
their application so you can prioritize resolution. Hoth is a simple but
effective exception content tracking system. 

What does Hoth do?
------------------
Hoth can send you an alert when a new, unique exception occurs within your 
application. You only receive these alerts the first time an exception is seen
by Hoth.



Is that all Hoth does?
----------------------
Nope! It gets better. Hoth also tracks each occurrence so you can quickly 
understand how frequent an exception is within your app. No more hunting 
through log files that repeat messages over, and over.



Why should you use Hoth?
------------------------
Hoth helps you analyze your errors so you can prioritize and fix them
without hunting through log, after log, after log......after log.



How do you use Hoth?
--------------------
You can read about, and learn how to implement, Hoth by reading the blog
post here:

http://aarongreenlee.com/share/hoth-coldfusion-errors-tracking-reporting


How can I see the Hoth report right away?
-----------------------------------------
If you would like to see the Hoth Report you can view the example exceptions
by following these steps:

	1.	Drop Hoth in your Web root--or--make a server mapping '/Hoth'
	
	2.	Copy the /Hoth/examples/ColdFusion/HothReportUI.cfc to your
		Web site in an accessable location.
	
	3.	Hit the following URL:
		http://yourwebsite.com/HothReportUI.cfc?method=index


********************************************************************************
********************************************************************************
********************************************************************************

Authors:
-------
Aaron Greenlee - http://aarongreenlee.com
Sean Coyne - http://www.n42designs.com
Dan Skaggs - http://TNTechnoHermit.com
Mike Henk - http://www.henke.ws
James Brown - http://coldfusioning.com

--------------------------------------------------------------------------------

Requirements

Adobe ColdFusion 9.01 with HotFix 1 Applied

Not yet tested on Railo or OpenBD.

--------------------------------------------------------------------------------
Hoth License

This file is part of Hoth.

This work is licensed under a Creative Commons Attribution-Share-Alike 3.0
Unported License.

Hoth is Copyright 2011 Aaron Greenlee

--------------------------------------------------------------------------------
Hoth has the following third-party dependencies or code included:

MockBox (http://coldbox.org)
MXUnit (http://mxunit.org)

About

Exception tracking for ColdFusion.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ColdFusion 100.0%