1. download JBoss Enterprise Application Platform and double-click on your terminal
2. display downloaded file (jboss-eap-installer-5.1.0.jar)
3. execute the jar file
$ java -jar jboss-eap-installer-5.1.0.jar
4. select your language and click OK button
5. choose I accept the terms of this license agreement and click Next button
6. select the installation path and click Next to continue
7. message box will be displayed for confirmation. click OK button
8. select web services stack you want to install
9. select documentation packs you want to install. I don’t want to install it. click Next to proceed
10. define your configuration for jmx-security (username: admin/ password: admin)
11. click Next button. no need to read. haha. as easy as 1-2-3
12. click Next again
13. installing the application
14. after finished, click Next button to proceed
15. setup shortcuts
16. click Done
17. edit default setting for JAVA Heap:
path: ../application/jboss/bin
$ vi run.conf
18. create symbolic link for jboss-eap-5.1
$ ln -s [TARGET DIRECTORY OR FILE] [SHORTCUT]
19. add JDBC Connection Pool in application server if you use MySQL Database
libraries path: ../application/EnterprisePlatform-5.1.0/jboss-eap-5.1/jboss-as/server/default/lib/mysql.jar
datasource path: ../application/EnterprisePlatform-5.1.0/jboss-eap-5.1/jboss-as/server/default/deploy/mysql-ds.xml
20. finish. yezza..




































