On 11/9/05, Garner, Shawn <[EMAIL PROTECTED]> wrote: > > I have a struts webapp on JRun tied to IIS. > > Anyway our application's context root is all lowercase for example /webapp > > But the stats for our site in the IIS logs say we're getting 404 page not > found errors for the same context only with different case variations. > > So for /WEBAPP, /WebApp for example they get a 404 page not found. > > I tried to google this but was unable to find anything on cases and > context > root.
Servlet containers require case sensitivity, to avoid things like trying to work around security constraints that are matched case sensitively. You'll need to figure out how to configure IIS to redirect things like "/WEBAPP" and "/WebApp" to the correct URL. Craig Anyone know how I can get my webapp to catch the other variations of > lower/upper case letters? > > > > > > Shawn D. Garner > > > > > > **************************************************************************** > This email may contain confidential material. > If you were not an intended recipient, > Please notify the sender and delete all copies. > We may monitor email to and from our network. > > **************************************************************************** > >