Go to the official website to download and decompress the package.
Configure the environment variable to create jboss_home:
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M02/4C/EF/wKioL1RHr7fDtNg8AACLRnatiYY328.jpg "style =" float: none; "Title =" 1.jpg" alt = "wkiol1rhr7fdtng8aaclrnatiyy328.jpg"/>
Add related "path": % jboss_home % \ bin
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M02/4C/EE/wKiom1RHr2uzSWqFAACI2kuPT_w975.jpg "style =" float: none; "Title =" 2.jpg" alt = "wkiom1rhr2uzswqfaaci2kupt_w975.jpg"/>
After the configuration is complete, enter the bin in the installation directory and Run. bat.
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/4C/EE/wKiom1RHsgrghV_gAADTNUCK5R0948.jpg "Title =" 3.jpg" alt = "wkiom1rhsgrghv_gaadtnuck5r0948.jpg"/>
To start an independent server, run standalone. bat.
To start a JBoss that can control and manage multiple instances, You need to execute the domain. Bat command.
The following prompt is displayed when standalone. bat is executed:
Error occurred during initialization of VM
Cocould not reserve enough space for object heap
The reason is that the memory is too large. Change standalone. conf. BAT to 256 m 512 M.
Java_opts:-server-xms1304m-xmx1304m-XX: maxpermsize = 256 m -djava.net. prefer12004stack = true-djboss. modules. system. pkgs = org. JBoss. byteman-djava. AWT. headless = true
Execute standalone. bat again
Access URL http: // localhost: 8080 open the following page and click administration console to enter the Management Console page
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/4C/EE/wKiom1RHs7Pihvx6AAGt2lCMzP0003.jpg "Title =" 4.jpg" alt = "wkiom1rhs7pihvx6aagt2lcmzp0003.jpg"/>
The above prompt page tells us that you need to run the add-user.bat command to add a console account to log on. The Default User Group provided by JBoss is "managementrealm". We can add accounts to this group.
Note that the password must contain at least 8 characters including numbers, letters, and special characters.
Create and refresh the console page. Enter the user name and password to go to the console.
This article is from the featherfly blog, please be sure to keep this source http://5668295.blog.51cto.com/5658295/1566907
Jboss-eap-6.1 installation Configuration