Hi;
If I do <Context path="/" docBase="store"., then http://localhost:8080/cart.faces returns an error 404. I figured it should be "/" and not ""? If I do <Context path="" docBase="store"., then it works. But. http://localhost:8080/store/cart.faces works http://localhost/store/cart.faces works (via IIS) http://localhost:8080/cart.faces works http://localhost/cart.faces - error 404 Any idea why the error only if using the root? ??? - thanks - dave
