That is because as the default page, the "/" mapping is defined in IIS and JRun connector won't pick the request. You may turn on verbose logging to see how the request is handled. The workaround is to add *.jsp as an IIS application mapping. A KB is on its way to describe the workaround.
-----Original Message----- From: Michael Alten [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 7:02 AM To: JRun-Talk Subject: [Fwd: Problems using default pages with JRun3.1/IIS5.0] Hi, I have a problem setting up the combination JRun3.1/IIS5.0: I want to use a default JSP page which will be shown when I call only the hostname of the server. I remember that there was no problem to do this in JRun 2.3.3 I configured the JRun connector proxy correctly, if I call the page by it's name, it is shown. But if I call it as a default document, configured in IIS, IIS serves the jsp-source. If I use the JRun as a stand-alone webserver there is no problem, because I can define a welcome page for a webapp, but it seems that it doesn't work with a IIS webserver as a "frontside". Has anyone an idea which mistake I made in the configuration? Thanks, Michael ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
