You open this dialog box by right-clicking any and choosing Properties. The Run page lets you configure options
for deploying your project.
In the Run page, you can set the following properties:
Server. Specifies the server to which the EJB module is deployed.
You can only deploy EJB modules to the Sun Java System Application Server.
You can have multiple remote instances of the Sun Java System Application
Server registered. To register servers, choose Tools > Server
Manager.
J2EE Version. Specifies the level of the EJB specification that is
used by the EJB. The IDE only supports J2EE 1.4 EJB modules and automatically
updates the specification number in your module's ejb-jar.xml to
1.4. J2EE 1.4 is fully backwards-compatible, so upgrading the specification
level does not change the behavior of your code.