Hi,
I have a servlet that needs to redirect the request to a login page in the html directory.
My directory structure is lime this:
build\html
build\WEB-INF\classes
my servlets are in the classes directory under web-inf and the login page is in the html directory.
I created a .ear file from the build directory and deployed it in web-logic server.
How do I specify the relative path of the login page in the html directory from the servlet using response.sendRedirect().
henry
I have a servlet that needs to redirect the request to a login page in the html directory.
My directory structure is lime this:
build\html
build\WEB-INF\classes
my servlets are in the classes directory under web-inf and the login page is in the html directory.
I created a .ear file from the build directory and deployed it in web-logic server.
How do I specify the relative path of the login page in the html directory from the servlet using response.sendRedirect().
henry