README.txt 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. ______ ___ _____ _____
  2. / / __ )____ __________ / | / ___/ /__ /
  3. __ / / __ / __ \/ ___/ ___/ / /| | \__ \ / /
  4. / /_/ / /_/ / /_/ (__ |__ ) / ___ |___/ / / /
  5. \____/_____/\____/____/____/ /_/ |_/____/ /_/
  6. Welcome to JBoss Application Server 7.2.0
  7. http://www.jboss.org/jbossas/
  8. Go to the above link for documentation, and additional downloads.
  9. Also, once JBoss AS7 is started you can go to http://localhost:8080/
  10. for additional information.
  11. Key Features
  12. --------------
  13. * Java EE 6
  14. * Fast Startup
  15. * Small Footprint
  16. * Modular Design
  17. * Unified Configuration and Management
  18. * Distributed Domain Management
  19. * OSGi
  20. Release Notes
  21. -------------
  22. You can obtain the release notes here:
  23. https://community.jboss.org/wiki/AS711FinalReleaseNotes
  24. Getting Started
  25. ----------------
  26. JBoss AS 7 requires JDK 1.6 or later. For information regarding installation
  27. of the JDK, see http://www.oracle.com/technetwork/java/index.html
  28. JBoss AS 7 has two modes of operation: Standalone and Domain. For more
  29. information regarding these modes, please refer to the documentation
  30. available on the JBoss.org site:
  31. https://docs.jboss.org/author/display/AS71/Documentation
  32. Starting a Standalone Server
  33. ----------------------------
  34. An AS7 standalone server runs a single instance of AS7.
  35. <JBOSS_HOME>/bin/standalone.sh (Unix / Linux)
  36. <JBOSS_HOME>\bin\standalone.bat (Windows)
  37. Starting a Managed Domain
  38. --------------------------
  39. An AS7 managed domain allows you to control and configure multiple instances
  40. of AS7, potentially across several physical (or virtual) machines. The default
  41. configuration includes a domain controller and a single server group with three
  42. servers (two of which start automatically), all running on the localhost.
  43. <JBOSS_HOME>/bin/domain.sh (Unix / Linux)
  44. <JBOSS_HOME>\bin\domain.bat (Windows)
  45. Accessing the Web Console
  46. --------------------------
  47. Once the server has started you can access the landing page:
  48. http:/localhost:8080/
  49. This page includes links to online documentation, quick start guides, forums
  50. and the administration console.
  51. Stopping the Server
  52. -------------------
  53. The JBoss AS7 server can be stopped by pressing Ctrl-C on the command line.
  54. If the server is running in a background process, the server can be stopped
  55. using the JBoss CLI:
  56. <JBOSS_HOME>/bin/jboss-cli.sh --connect --command=:shutdown