To install and configure GlassFish you need to have JDK 5 or JDK 6 installed on your system. The configuration processing depends on Ant (1.6.5). The bundle includes an Ant distribution that has been extended with tasks to facilitate developing Java EE 5 applications for the application server.
- Download one of the bundles to disk, set JAVA_HOME to the JDK you have installed on your system.
- Run:
This command will unbundle GlassFish and create a new directory structure rooted under a directory named 'glassfish'. - If you are using a machine with an operating system that is a derivative of UNIX(tm), set the execute permission for the Ant binaries that are included with the GlassFish bundle.
OR for Windows:
For GlassFish V2 UR2 with Clustering supported installation, just change step 4 from the above installation
OR for Windows:Start the server by entering this command: asadmin start-domain domain1
本文介绍如何在系统中安装和配置GlassFish应用服务器。需要确保已安装JDK5或JDK6,并设置JAVA_HOME环境变量指向JDK安装路径。文中还介绍了如何运行命令来部署GlassFish,以及如何为UNIX系统设置Ant的执行权限,并提供了启动服务器的命令。
122

被折叠的 条评论
为什么被折叠?



