Java Reference
In-Depth Information
Now move to the browser and check that the application responds at the configured
URL:
Advanced Eclipse deployment options
As it is, Eclipse has published a HelloWorld.war folder in JBOSS_HOME/stan-
dalone/deployments .
Note
You might have also noticed that Eclipse has also added a marker file named
HelloWorld.war.dodeploy . This step is necessary because, by default, ex-
ploded deployments in AS 7 aren't automatically deployed but they can be
triggered with a marker file named application.[jar/war/
ear].dodeploy .
Once the application is deployed, the application server replaces the .dodeploy
marker file with a HelloWorld.war.deployed or with a Hel-
loWorld.war.failed file, should the deployment fail.
Search WWH ::




Custom Search