from within a servlet, i am making the following call:

response.sendRedirect("/");

interesting thing: in orion, this takes me back to the context root of the
web application. In JRun 3.0, it takes me to the root of the web server. As
far as I can see, the API docs say that the server will resolve relative
URLs, but which one is right in this case?

Christian Sell


Reply via email to