Date: 2003-12-11T16:44:41
Editor: JacekLaskowski <[EMAIL PROTECTED]>
Wiki: Apache Geronimo Wiki
Page: OpenEJBNova
Preliminary entry about EJB Deployment
Change Log:
------------------------------------------------------------------------------
@@ -42,3 +42,18 @@
...a lot of lines cut...
[java] 22:41:12,258 INFO [Geronimo] Started Server in 21s
}}}
+
+ = EJB Deployment =
+
+ org.apache.geronimo.kernel.deployment.scanner.DeploymentScanner is in charge
of monitoring a specified set of directories and deploying files therein. It's
configured in ''target/geronimo-DEV/etc/boot-service.xml''.
+
+ * Configuring EJB deployment directory
+
+ Open target/geronimo-DEV/etc/boot-service.xml and change the first argument
of the constructor so it contains a directory with EJBs
+
+ {{{
+ <arg
type="java.net.URL[]">${geronimo.home}/deploy/,${geronimo.home}/ejbs/</arg>}}}
+
+ It's also possible to use the default directory ''${geronimo.home}/deploy/''
or create another one beneath, e.g. ''${geronimo.home}/deploy/ejbs''
+
+ * Start up Geronimo