| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Deploying: Deploying from the asant Utility |
|
To create a Deployment Profile
Building an Application File From the Command Line
Deploying Application Files from the NetBeans IDE
To Deploy an Application File from the NetBeans IDE
Deploying Application Files from Enterprise Manager
Adding the Application Server Domain to Enterprise Manager
Deploying the Application File
Deploying Application Files from the Admin Console
To Deploy an Application File from the Admin Console
Deploying Application Files from the Command Line
Deploying from the asadmin Utility
asant UtilityThe application server includes a command-line utility called asant for invoking Apache Ant.
To deploy an application file from the asant utility, use the sun-appserver-deploy task.
The following example is a simple application deployment script. The file and passwordfile
attributes are shown. Other attributes are implied.
<sun-appserver-deploy
file="${assemble}/dpFTQFprjFTQF.ear"
passwordfile="${passwordfile}" />
For detailed information about the asant utility, see the Sun Java System Application Server 9.1 Developer's Guide.