I get the error message "404 Not found" when visiting:
http: // localhost: 8080 / bword in Eclipse.
This app is served by Wildfly. In POM.xml, it defines:
<artifactId>bword</artifactId>
<packaging>war</packaging>
<name>bword</name>
However, it is rather strange that when I run the application in Eclipse with Wildfly 9.0 configured as a server, what is deployed to wildfly / standone / deployments / is bbword.war, as shown below:
[abigail@localhost wildfly-9.0.2.Final]$ ls standalone/deployments/
bbword.war/ bbword.war.deployed
What is wrong, it should be "bword.war /" and "bword.war.deployed".
Outside of Eclipse, if I "mvn clean package" in the "bword" project, I can get "bword.war" in the target / directory.
See app screenshot for reference. I suspect that somewhere in my pomp or eclipse, or somewhere, there is an incorrect configuration of "bbword" instead of "bword", but I can not find it. I can not find any traces of "bbword". What determines the name of the deployed war file during deployment?
See attached file.

Edited (part of POM.xml):
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>${version.war.plugin}</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version.wildfly.maven.plugin}</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${version.compiler.plugin}</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
</plugins>
</build>
Another addition:
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
17:32:35,508 INFO [org.jboss.modules] (main) JBoss Modules version 1.4.3.Final
17:32:35,702 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
17:32:35,761 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) starting
17:32:36,573 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool
17:32:36,594 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found bbword.war in deployment directory. To trigger deployment create a file called bbword.war.dodeploy
17:32:36,625 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
17:32:36,647 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.3.1.Final
......
, "Run as Server" Wildfly. , " bbword.war ". , //*. . , "bbword.war" , . . "find/-name bbword.war" , . .
:
: "bword" ".setting", :
bword/.settings/org.eclipse.wst.common.component
:, "bbword" , . Maven, "", , . , , dirctory,.setting, maven.
, .