This topic describes common tasks you can perform with the JBoss Application Server. For
more detailed information, click the links in the right column.
To perform this task |
Follow these steps |
Register an external JBoss Application Server with the IDE. |
- Choose Tools > Servers.
- Click Add Server to open the Add Server wizard.
- Choose the server type, give the server instance a name, and click Next.
- Set the installation directory of your JBoss Application Server, and click Next.
- Choose the JBoss Application Server domain and click Finish.
For more information, see Registering a JBoss Application Server. |
Set a project's target server. |
- Right-click the project node in the Projects window and choose Properties.
- Select Run in the Project Properties dialog box.
- Select the target server from the Server drop-down menu and click OK.
|
Customize the server. |
- In the Services window, right-click the JBoss Application Server node and choose Properties.
- Change the server's properties.
|
Start the server. |
The server starts automatically when you deploy an application. Do the
following to start the server manually:
- In the Services window, expand the Servers node.
- Right-click the JBoss Application Server node and choose Start or Restart.
For more information, see Starting and Stopping a Server.
|