Not being a Java expert I opted to create an alternative mid-tier logon page using ASP. Not only can I track who's logging in (or having trouble getting in) but I can capture information like IP address and the referring page (if they clicked an intranet link). This information can easily be written to a flat file or a database. (**I'm sure this can be done in Java somehow as well)
Once the user is logged on I would use workflow to capture any other usage statistics you want to see. (As Joe said, don't forget to qualify with CLIENT-TYPE = 9) -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Whitley Sent: Wednesday, January 03, 2007 12:57 PM To: [email protected] Subject: Re: Mid Tier Access Logging/Usage Can the number of hits to the login page be counted, to see how many times the login page is hit prior to actually logging in? Thanks Kyle Joe DeSouza wrote: > ** > > Kyle, > > You could try running a Direct SQL everytime you open that form in > question, when the CLIENT-TYPE = 9 and set an incremental counter on > an underlying table created specifically for this. > > Cheers > > Joe D'Souza > Remedy Developer / Consultant, > BearingPoint, > Virginia. > > > ----- Original Message ---- > From: Kyle Whitley <[EMAIL PROTECTED]> > To: [email protected] > Sent: Wednesday, January 3, 2007 1:25:11 PM > Subject: Mid Tier Access Logging/Usage > > Is there a way to determine how many times a mid tier form is accessed > or logged into the ARS via the mid tier? I thought about using > Session Management logging option in the mid tier, but I don't know if > that is going to give me what I was looking for, I believe that would > only tell me when and whom accessed the mid tier not what form they > were accessing. > > Thanks > > Kyle > > -- > Kyle Whitley > IT System Support Professional > Office of Information and Instructional Technology (OIIT) > Board of Regents of the University System of Georgia > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com __20060125_______________________This posting > was submitted with HTML in it___ -- Kyle Whitley IT System Support Professional Office of Information and Instructional Technology (OIIT) Board of Regents of the University System of Georgia ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are" ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

