Hello all, I have a dilemma with my servlet-brokered JSP application running on IIS/Enhydra with EnhydraDirector. The first problem is that EnhydraDirector is causing IIS to not log anything in its W3C log-files. This makes it impossible to run WebTrends on the IIS log to see what users are doing within the application. The second problem is, even if a log file could be generated, all requests are GET/POSTed to the servlet and a JSP is included as a result. Thus, all requests will appear as a single URL with different parameters. WebTrends can handle this by looking at the handler/command that the broker is using. However, what can you do with POSTed requests? The URL will just be that of the servlet and the command goes away. This seems like an issue many servlet/JSP applications would have to contend with if log file analysis is important. Has anyone been able to resolve it in a simple way? Thanks, -Brian Hauer ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
