On Wed, 2004-05-12 at 23:17, John Moore wrote: > Not sure whether this is a Struts or Resin issue. I'm using Struts 1.1 > with Resin 2.1.12, and I've set it so that all URLs get handled by > Struts unless otherwise specified, using the following URL mapping: > > <servlet-mapping> > <servlet-name>action</servlet-name> > <url-pattern>/</url-pattern> > <case-sensitive>false</case-sensitive> > </servlet-mapping> > > The problem is that case-sensitivity remains resolutely true. /Contact > brings up the right page, /contact returns a Page Not Found. Any > suggestions? >
Hi, What about, <url-pattern>/*</url-pattern> cheers, - shaun > John > -- > ============================================= > John Moore - Norwich, UK - [EMAIL PROTECTED] > ============================================= > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]