Menu

Monday 10 April 2017

How to Download JBOSS EAP 7.0 and Installation on redhat Linux 7.0 on Windows with management User


Step 1: Use this link to download S/W:  https://developers.redhat.com/products/eap/download/

(Note: You must have Login Id to download softwares ).
             Use this Link : How to register  http://www.middlewarebox.com/search/label/Create%20a%20Red%20Hat%20Login%20Account%20-%20Its%20free.


Step 2: To Download : Click on Zip file Or Installer  (  I Have downloaded 7.0.0 JBOSS - ZIP File (156 MB) )

Step 3:  unzip the downloaded file , Command :
                                                                             unzip  jboss-eap-7.0.0.zip

Step 4: Go to :
                        cd   /JBOSS/jboss-eap-7.0/bin                     { in mycase /JBOSS in mount point}

Step 5: Run the File
./standalone.sh

Step 6:  you will see this message :
                                                WFLYSRV0051: Admin console listening on
http://127.0.0.1:9990
 
Check from your browser JBOSS is running or not.

Step 7:  Now stop the JBOSS server  use    ctrl + c


Step 8: To add user in JBOSS  :  Run the file
./add-user.sh

Step 9: Two options are there ,
What type of user do you wish to add?
a) Management User (mgmt-users.properties)
b) Application User (application-users.properties)

Management user: This user is authorized to perform management operations
using the web-based Management Console or command-line based
                                  Management  CLI.

Application User : This user provides no particular permissions.
                              That realm is provided for use with applications.

Refrence link: https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Installation_Guide/chap-Getting_Started_with_JBoss_Enterprise_Application_Platform_6.html

Step 10: selected    a) Management User      { In my case }

Step 11: provide    Username :          
                               Password :

List of the Files in which the user details were added.
--------------------------------------------------------------------------------------------------------------
Added user 'jboss' to file '/JBOSS/jboss-eap-7.0/standalone/configuration/mgmt-users.properties'

Added user 'jboss' to file '/JBOSS/jboss-eap-7.0/domain/configuration/mgmt-users.properties'

Added user 'jboss' with groups  to file '/JBOSS/jboss-eap-7.0/standalone/configuration/mgmt-groups.properties'

Added user 'jboss' with groups  to file '/JBOSS/jboss-eap-7.0/domain/configuration/mgmt-groups.properties'
    --------------------------------------------------------------------------------------------------------------


Step 12: Again Run the file
./standalone.sh

Step 13: you will see this message :
                                                   WFLYSRV0051: Admin console listening on http://127.0.0.1:9990

Step 14: Open this address on your browser :
http://127.0.0.1:9990/console

Use Username and Password to Login

Step 15: Always check the server.log :
cd  /JBOSS/jboss-eap-7.0/standalone/log

Step 16:Command :
tail -30f /JBOSS/jboss-eap-7.0/standalone/log/server.log


Step 17:  WFLYSRV0025: JBoss EAP 7.0.0.GA (WildFly Core 2.1.2.Final-redhat-1)
            started in 17783ms - Started 267 of 553 services



Thanks to All :-)

No comments:

Post a Comment