The ejb3.0 application must run in JDK or later versions.
The ejb3.0 application needs to run in the EJB container. The javaee Application Server contains the Web Container and EJB container.
The ejb3.0 application requires the following Java EE application servers:
JBoss (4.2.x or later)
WebLogic (version 10 or later)
Note: currently, Tomcat is only a Web Container and cannot run EJB applications.
The JBoss download page is http://www.jboss.org/jbossas/downloads/
For JDK, select jboss-5.0.0.ga.zip.
For JDK, select jboss-5.0.0.ga-jdk6.zip.
Download and directly decompress the file to complete the installation, click c: \ jboss-5.0.0.GA \ bin under the run. bat. Enter http: // localhost: 8080/in the browser to view the JBoss page.
Add environment variables:
1. Add the jboss_home variable to the system variable. The value is the installation path of JBoss,
For example:Jboss_home C :\ jboss-5.0.0.GA
2. To facilitate JBoss commands, add the bin directory of JBoss to the system path,
For example, path; % Jboss_home % \ bin