• 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

customize 503 error page in IIS Tomcat configuration

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Team,

For the IIS tomcat configuration, i need to customize the 503 error message which is present in 'isapi_redirect.dll'.

DLL file which i am using :
http://apache.thelorne.com/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.30/isapi_redirect-1.2.30.dll

DLL source code :
http://apache.thelorne.com/tomcat/tomcat-connectors/jk/source/jk-1.2.30/tomcat-connectors-1.2.30-src.zip

I modifed the source code of 'isapi_redirect.dll' and re-build using Visual studio 2008 ( release mode ) on windows xp machine.

while compiling and building there were just fine. no error or warning were displayed.

but i put the same .dll file in IIS, i realized that dll was not working and blank page is being displayed.

I am stuck in this for couple of days.

could you please help in resolving this issue.
reply
    Bookmark Topic Watch Topic
  • New Topic