This is the Main entry point for JOT when used in a webapp
This is the main object, that will catch all the requests and process them.
This is the Main entry point for JOT when used in a webapp This is the main object, that will catch all the requests and process them. This filter MUST be regsitered in web.xml for requests to be processed by JOT
Initialize the filter, calls the JOT initialization as well.
Initialize the filter, calls the JOT initialization as well. Loads and validate the jot.conf file right away. If this succeeds, JOT should be ready to go. If there is an error, fail right away so the use knows there is a problem right of the bat.