• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Proxy, IIS ISAPI and Errors

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created a quick proxy server to record HTTP request from my browser int byte data stored int files. Using these files I have created a load testing application to load test our applications. The reason I went this route was the fact we send serialized objects back and forth to applets, and this was the only way I could achieve a load test. I open the set of files for each user and substitute username/password etc....
It works real well under Apache.

My proxy application works fine when pointing to Apache web server or Tomcat acting as a webserver (eg. port 8080).

When I switch to ISAPI IIS6.0, the application works fine under port 80, but when I start the proxy application, I get the following:

HTTP Status 500 - No Context configured to process this request

This is an internal server error, I believe comming from Tomcat/IIS?

Does anyone have any ideas why this could be happening?
 
I'm not sure if I approve of this interruption. But this tiny ad checks out:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic