aspose file tools
The moose likes Tomcat and the fly likes IIS - JK - Tomcat, and getting IIS to log the real URL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "IIS - JK - Tomcat, and getting IIS to log the real URL" Watch "IIS - JK - Tomcat, and getting IIS to log the real URL" New topic
Author

IIS - JK - Tomcat, and getting IIS to log the real URL

Matthew Hersee
Greenhorn

Joined: Dec 19, 2006
Posts: 9
Hi,

We are running IIS5, JK and Tomcat 6.

I need to review the IIS logs to see commonly hit pages but because they are being handed over to tomcat the real URL is not logged, instead I get

...GET /jakarta/isapi_redirect.dll - 200...

What I want to see in the log is

...GET /real-url-of-page.htm - 200...

This is running successfully in another one of our environments so I know it is possible, I just can't work out what to change!

Does anyone know where it is configured to log the real URL rather than just "/jakarta/isapi_redirect.dll"?

Thanks in advance

Matt

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: IIS - JK - Tomcat, and getting IIS to log the real URL
 
Similar Threads
Using Tomcat 6 with IIS7 in Win 2008 64 bit OS
Tomcat, IIS, and Servlet Parameters
Problem in IIS7(64bit) on Windows 2008(64bit) Configuration with JBOSS 4.3.0
customize 503 error page in IIS Tomcat configuration
Integrating Tomcat 6 with IIS7 in Windows 2008 64 bit OS