1 Reply Latest reply on Nov 24, 2012 5:19 PM by codemasterg

    Keep getting 404 for simple war on AS 7.1.1

    codemasterg

      Hi -

       

      I have a simple WAR file (attached).  Ican deploy it:

       

      13:54:46,224 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "equip-app.war"

      13:54:47,095 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/equip-app]] (MSC service thread 1-3) No Spring WebApplicationInitializer types detected on classpath

      13:54:47,165 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-3) Initializing Mojarra 2.1.7-jbossorg-1 (20120227-1401) for context '/equip-app'

      13:54:48,655 INFO  [org.hibernate.validator.util.Version] (MSC service thread 1-3) Hibernate Validator 4.2.0.Final

      13:54:48,929 INFO  [org.jboss.web] (MSC service thread 1-3) JBAS018210: Registering web context: /equip-app

      13:54:49,049 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "equip-app.war"

      13:54:49,059 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report

       

      When I try to access any resources (say index.html) i keep getting a 404 back from JBoss AS7.1.1.

       

      Any help would be greatly appreciated.