Created a spring dynamic web project on Eclipse and is running fine on Tomcat and now installed WildFly 9.0.2 final release.
Server is running fine and able to see on http://localhost:8080/
saying "Welcome to WildFly 9.. Your WildFly 9 is running."
Are there any dependencies other than below to be added to pom.xml
. We are facing 404 error. Also please let us know any other ways to check everything is fine or not?
<dependency>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>7.7.Final</version>
</dependency>