1 Reply Latest reply on May 27, 2013 10:29 AM by jfoscue

    Getting 404 when trying to deploy my app to JBoss 7.1.0

    laredotornado

      Hi,

       

       

      I just installed JBoss 7.1.0 AS on my Mac OSX Lion.  I can start the server just fine, and apparently deploy my application ok, as witnessed by the console message ...

       

       

      [code]

      16:19:31,326 INFO  [org.springframework.web.servlet.DispatcherServlet] (MSC service thread 1-14) FrameworkServlet 'dispatcher': initialization completed in 215 ms

      16:19:31,327 INFO  [org.jboss.web] (MSC service thread 1-14) JBAS018210: Registering web context: /eventmaven

      16:19:31,336 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "eventmaven.war"

      [/code]

       

       

      The admin web console also confirms that my app is deployed.  However, when I visit my app at http://localhost:8080/eventmaven/ (notice the context path matches), I get a 404.  There are no errors in my log files.  Even if I try and visit my application's index.jsp page by visiting http://localhost:8080/eventmaven/index.jsp, I still get a 404.  Any advice on what I can do to troubleshoot this further?

       

       

      Thanks, - Dave