0 Replies Latest reply on Sep 11, 2002 10:33 AM by chaos

    Unable to dispatch to HTML from Servlet

    chaos

      Hi,

      I created a context myfoo and a LoginServlet and am accessing it using the URL
      http://localhost:8080/myfoo/LoginServlet

      This servlet inturn dispatches the request to /welcome.html, which has two frames left.html and right.html. Now after dispatching the request, the welcome.html file is loaded, but welcome.html file is not able to load the left.html and right.html.

      However suppose i modify welcome.html to have /myfoo/left.html and /myfoo/right.html, which is definitely not the right way to refer HTML files in a frame.

      Any help would be greatly appreciated...