[wildfly-dev] Deploying app on managed domain

Arun Gupta arun.gupta at gmail.com
Sat Jan 11 04:54:45 EST 2014


I started bin/standalone.sh, deployed a WAR file (name is
http-1.0-SNAPSHOT.war) with just one index.jsp. Accessing
localhost:8080/http shows the expected results. Tried the same with
bin/domain.sh but now localhost:8080/http is giving a 404.

What are the port number of the servers started in this managed domain
? Is Ports +0 and +150 in admin console trying to display that
information ? If yes, then that is not very intuitive and the exact
value of the port should be displayed. If not, what are these values ?
Should this app be accessible on localhost:8080 ?

Tried enabling the app from admin console and got the error:
Failed to enable http-1.0-SNAPSHOT.war.

Unexpected HTTP response: 500

Request
{
    "address" => [("deployment" => "http-1.0-SNAPSHOT.war")],
    "operation" => "deploy"
}

Response

Internal Server Error
{
    "outcome" => "failed",
    "failure-description" => "JBAS014884: No operation named 'deploy'
exists at address [(\"deployment\" => \"http-1.0-SNAPSHOT.war\")]",
    "rolled-back" => true
}

Is this the correct way to deploy the app on managed domain ?

Arun

-- 
http://blog.arungupta.me
http://twitter.com/arungupta


More information about the wildfly-dev mailing list