0 Replies Latest reply on Jun 2, 2004 1:14 PM by zhangj

    URL problem

    zhangj

      I set up jboss and apache. apache connect to jboss using mod-jk2.my welcome page on jboss is login.jsp,I can type URL in IE
      http://myserver:8080/
      to get login.jsp load in my browser.
      I want get this through apache,I typed in
      http://myserver
      it does't work,I got "HTTP Status 404 - /login.jsp" error
      but the URL appeared on URL bar:
      http://myserver/login.jsp
      I click the "Go" button on browser,the login.jsp loaded


      so,the question is,looks like the "http://myserver" has been resolved to "http://myserver/login.jsp",but why the page not loaded?