1 Reply Latest reply on Jan 31, 2002 6:17 PM by jules_gosnell

    Servlet:  ERROR 404 (request not found)

    dcelery

      I received this message when i deploy the servlet in a .war .
      When i deploy it in a .ear that's all OK.
      Can anybody help me?
      Thanks

      Bye Diego

        • 1. Re: Servlet:  ERROR 404 (request not found)
          jules_gosnell

          you ear file contains an application.xml file which specifies the context into which it should be deployed (e.g. /myservlets).

          If you deploy a naked war, JBoss assumes the context name to be the same as the war's filename without the suffix.

          So if the filename is different, your webapp will have 'moved'.

          Jules