• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
All of the following truths are shameless lies. But what about this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic