spring - Eclipse Mars + Wildfly 9 + deployment not working -


i have java spring application, configured in eclipse mars , running wildfly 9 within eclipse. using wildfly-maven-plugin deploy server.

these steps follow:

  1. start server eclipse , maven build deploys application server. can see whole lot of logs on server of "successful deployment"and can access application in browser. creates folder under "/standalone/data/content" no war or exploded war under "standalone/deployments"

  2. if change code , save in eclipse, (i have checked automatically publish check box , build on save), server logs says:

replaced deployment "myapp.war" deployment "myapp.war"

content removed location "standalone\data\content..."

and see prev folder created during step 1 removed , myapp.war added deployment folder. can not access application in browser.

auto-deploy-exploded="true" 

that in section of standalone.xml.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -