3.2. Running

The build.xml file at which is at the root of the project will be used. This file is found in the source distribution.

The following command needs to be used : ant run.server

Then, EasyBeans server will be launched and the following output will be printed :

Buildfile: /home/benoitf/workspace/easybeans/build.xml
init:
    [mkdir] Created dir: /home/benoitf/workspace/easybeans/output
    [mkdir] Created dir: /home/benoitf/workspace/easybeans/output/manifest
    [mkdir] Created dir: /home/benoitf/workspace/easybeans/output/dist
    [mkdir] Created dir: /home/benoitf/workspace/easybeans/output/classes
    [mkdir] Created dir: /home/benoitf/workspace/easybeans/output/dist/javadoc
compile:
    [javac] Compiling 246 source files to /home/benoitf/workspace/easybeans/output/classes
     [copy] Copying 9 files to /home/benoitf/workspace/easybeans/output/classes
run.server:
     [java] Mar 14, 2006 4:53:47 PM org.objectweb.easybeans.log.CommonsLoggerImpl warn
     [java] WARNING: No directory was configured, take the default value of /home/benoitf/workspace/easybeans/ejb3s.
     [java] Mar 14, 2006 4:53:47 PM org.objectweb.easybeans.log.CommonsLoggerImpl warn
     [java] WARNING: Directory /home/benoitf/workspace/easybeans/ejb3s created.
     [java] Mar 14, 2006 4:53:47 PM org.objectweb.carol.util.configuration.TraceCarol infoCarol
     [java] INFO: Name service for jrmp is started on port 1099
     [java] Mar 14, 2006 4:53:47 PM org.objectweb.easybeans.log.CommonsLoggerImpl info
     [java] INFO: List of all MBeans descriptors
     [java] Mar 14, 2006 4:53:47 PM org.objectweb.easybeans.log.CommonsLoggerImpl info
     [java] INFO: Found managedBean EJB3Deployer.
     [java] Mar 14, 2006 4:53:47 PM org.objectweb.easybeans.log.CommonsLoggerImpl info
     [java] INFO: End of list of all MBeans descriptors
     [java] Mar 14, 2006 4:53:48 PM org.objectweb.jotm.Current <init>
     [java] INFO: JOTM 2.0.11
     [java] Mar 14, 2006 4:53:48 PM org.objectweb.easybeans.log.CommonsLoggerImpl info
     [java] INFO: Startup was done in '684' ms.
     [java] Mar 14, 2006 4:53:48 PM org.objectweb.easybeans.log.CommonsLoggerImpl info
     [java] INFO: '0' containers have been created.
     [java] Mar 14, 2006 4:53:48 PM org.objectweb.easybeans.log.CommonsLoggerImpl info
     [java] INFO: Waiting requests...

Now, EasyBeans is launched and it is ready to handle EJBs.