From: Joe W. <jo...@gm...> - 2010-02-09 21:17:13
|
Sorry, my bad! You have it right. - Joe On Tuesday, February 9, 2010, Loren Cahlander <lor...@gm...> wrote: > The .* is the default for root: > > <root pattern=".*" path="/"/> > > I just added localhost in the server-name attribute > > <root server-name="localhost" pattern=".*" path="/"/> > > > Loren > > On Feb 9, 2010, at 02:12 PM, Joe Wicentowski wrote: > >> Loren, >> >> Very neat. One observation: In a couple of cases your @pattern was >> ".*". I believe these should all be "/*", not ".*". >> >> Joe |