java - Wildfly 8.0.1 jboss-as:deploy just hangs -
java - Wildfly 8.0.1 jboss-as:deploy just hangs -
i new wildfly , struggling utilize maven command mvn clean install jboss-as:deploy
deploy 1 of quick starts jboss tutorial.
i can deploy quick start jboss developer studio when seek utilize command prompt following:
nothing happens after this.
before changes standalone.xml <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9990}"/> <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9999}"/>
i need point me in direction because seems service listening on port 9999 not responding maven's commands.
java eclipse maven jboss
Comments
Post a Comment