0 Replies Latest reply on Nov 7, 2002 6:14 AM by shwetagarg

    where to put HTMLs and how to use them?

    shwetagarg

      I m facing problem in displaying html pages from browser while they r deployed on JBoss. I kept them in web folder but while trying to access them , got the error

      HTTP Status 404 - /logintest/servlet/login.html

      type Status report

      message /logintest/servlet/login.html

      description The requested resource (/logintest/servlet/login.html) is not available.

      actually, I m trying to open html pages using a servlet .I m packing up servlet class and html file in an ear file and then deploy it on JBoss. But, when I run the servlet and access html page using
      response.sendRedirect("login.html");
      it is unable to locate the HTML file. Please help me.

      thanx and regards
      Shweta