# Placeholder for people used to run.sh from older version redirecting them to read the readme
echo ============================================================================
echo ===========================================================================
echo
Ele informa para verificar o arquivo README.txt. Nesse arquivo, existem duas formas de iniciar o JBoss7:
Starting a Standalone Server
----------------------------
An AS7 standalone server runs a single instance of AS7.
/bin/standalone.sh (Unix / Linux)
\bin\standalone.bat (Windows)
Starting a Managed Domain
--------------------------
An AS7 managed domain allows you to control and configure multiple instances
of AS7, potentially across several physical (or virtual) machines. The default
configuration includes a domain controller and a single server group with three
servers (two of which start automatically), all running on the localhost.
/bin/domain.sh (Unix / Linux)
\bin\domain.bat (Windows)