Re: welcome file setup for namespace URL

2008-02-22 Thread smart acer
Our app context is "products", so URL for the app is http://www.example.com/products We want sub-directory like URL for each major feature, so we have package for each section, like below page.productDetails So the path to this section is == http://www.example.com/products/sub_product/con

Re: welcome file setup for namespace URL

2008-02-22 Thread Dave Newton
Why not just put a redirect into a "normal" welcome file? --- smart acer <[EMAIL PROTECTED]> wrote: > I tried these and it is not working, it immediately brings up 404. I think > I > put something after URL (asd.action) then the wildcard logic kicks in. > anyone using like below? help pls! > > T

Re: welcome file setup for namespace URL

2008-02-22 Thread smart acer
I tried these and it is not working, it immediately brings up 404. I think I put something after URL (asd.action) then the wildcard logic kicks in. anyone using like below? help pls! Thanks VJ On 2/22/08, Laurie Harper <[EMAIL PROTECTED]> wrote: > > smart acer wrote: > > Our domain is http://www.

Re: welcome file setup for namespace URL

2008-02-22 Thread Laurie Harper
smart acer wrote: Our domain is http://www.example.com Our app context is products, so URL for the app is http://www.example.com/products We have a package/namespace defined as follows, page.productDetails http://www.example.com/products -- works fine http://www.example.com/products/sub_pro

welcome file setup for namespace URL

2008-02-22 Thread smart acer
Our domain is http://www.example.com Our app context is products, so URL for the app is http://www.example.com/products We have a package/namespace defined as follows, page.productDetails http://www.example.com/products -- works fine http://www.example.com/products/sub_product/content.action