glassfish3.1.2 install

来源:互联网 发布:数据库读取软件 编辑:程序博客网 时间:2024/06/06 01:35
install glassfish3.1.2 using silent mode
Silent mode is a non-interactive installation based on user-defined parameters captured in an answer file.

////////////////////////////////////////////////
///////////////////////////////////////////////
1.To Create the Installation Answer File

chmod +x ./glassfish-3.1.2-unix-ml.sh

glassfish-3.1.2-unix-ml.sh -n my-answer
(my-answer is the name defined by user)


(Choose Typical Installation in the Installation Type screen.
 It is not possible to use the Custom Installation path when generating an answer file for silent-mode installation.)

2.Reviewing and editing the Installation Answer File

3.To Install Using Silent Mode

glassfish-3.1.2-unix-ml.sh  -a my-answer -s
0 0