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

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -