0 Replies Latest reply on Sep 22, 2005 11:03 AM by jochenb

    call to JSP allways returns an html page with empty body

    jochenb

      Hi,

      I have a web application which I have deployed to jboss as a packaged war. The webapplications contains several JSPs. If I try to request the JSP with a browser (e.g.: http://localhost:8080/MQWFClient35T/Logon.jsp), JBoss allways returns this HTML with an empty body:

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      <HTML><HEAD>
      <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
      <BODY></BODY></HTML>


      If I try to access an URL which does not exist (e.g.: http://localhost:8080/MQWFClient35T/LogonNotExist.jsp) I get an HTTP Status 404 - /LogonNotExist.jsp.
      This is the right behaviour. But why does JBoss deliver the same empty HTML page all times I try to access one of my jsps without writing an error to the logs?

      Any help would be greatly appreciated!

      Regards,
      Jochen