Could you put it into more detail? Like how the servlet filters work with WebTrends, is it a setting on JRun or WebTrends? Another question is what does the Javascript do on each page?
Thanks, YZ -----Original Message----- From: Matthew Horn [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 9:17 AM To: JRun-Talk Subject: RE: Jrun logs for WebTrends another idea is that you can use servlet filters to create your own log files on every page request. this would give you the ability to do more complex tracking like clickstream analysis that is normally reserved for third-party tools. WebTrends makes this ability available, too, but it requires embedding Javascript into every web page, which can make maintenance a nightmare. -----Original Message----- From: Matthew Horn [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 8:11 AM To: JRun-Talk Subject: RE: Jrun logs for WebTrends I assume you mean web log files. unfortunately, the JWS is not a full-featured web server (not really intended for production), so if you want log analysis, you are better off connecting the jrun server to an external web server (such as Apache, IIS, etc) and then running WebTrends against that web server's log files. -----Original Message----- From: Justin MacCarthy [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 8:09 AM To: JRun-Talk Subject: RE: Jrun logs for WebTrends What do you mean by user reports? I think you might be looking for the web logs??? If you are using apache look here http://httpd.apache.org/docs/logs.html Justin > -----Original Message----- > From: Michael Greenberg [mailto:[EMAIL PROTECTED]] > Sent: 26 September 2002 12:48 > To: JRun-Talk > Subject: Jrun logs for WebTrends > > > I'm runnning Jrun 4 on RedHat 7.2 and suddenly have the need to setup > WebTrends reporting software and I was wondering where jrun stored user > logs. I thought it would be in the logs directory, but those are just the > event logs. > > I've never had to to work with Jrun and Webtrends before. Are there any > other issues I should know about? > > Thanks, > Michael > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
