User: salborini
Date: 00/10/23 12:11:31
Modified: src/etc/conf jboss.conf
Log:
Changes in j2eedeployer
Revision Changes Path
1.22 +12 -1 jboss/src/etc/conf/jboss.conf
Index: jboss.conf
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/etc/conf/jboss.conf,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- jboss.conf 2000/10/05 16:00:16 1.21
+++ jboss.conf 2000/10/23 19:11:31 1.22
@@ -82,8 +82,19 @@
<MLET CODE = "org.jboss.configuration.ConfigurationService"
ARCHIVE="jboss.jar,../xml.jar" CODEBASE="../lib/ext/">
</MLET>
+<!--
+ -- The j2ee deployer can deploy jar,war and ear files. Its role is to
+ -- split the archive and hand the parts (jars, wars) to the relevant
+ -- deployers
+ --
+ -- Arguments: #1: where the j2eedeployer should store its config files
+ -- #2: the jar deployer: currently only ContainerFactory
+ -- #3: the war deployer: currently only EmbeddedTomcat
+ -->
<MLET CODE = "org.jboss.deployment.J2eeDeployer" ARCHIVE="jboss.jar,../xml.jar"
CODEBASE="../lib/ext/">
<ARG TYPE="java.lang.String" VALUE="../tmp">
+ <ARG TYPE="java.lang.String" VALUE="EJB:service=ContainerFactory">
+ <ARG TYPE="java.lang.String" VALUE=":service=EmbeddedTomcat">
</MLET>
@@ -102,7 +113,7 @@
-- Be sure to set your 'TOMCAT_HOME' environment variable before starting
-- JBoss.
-- The ARG tag is the port to run tomcat on.
- -- MLET CODE = "org.jboss.tomcat.EmbededTomcatService" ARCHIVE="jboss.jar"
CODEBASE="../lib/ext/">
+ -- MLET CODE = "org.jboss.tomcat.EmbeddedTomcatService" ARCHIVE="jboss.jar"
CODEBASE="../lib/ext/">
-- ARG TYPE="int" VALUE=8080>
-- /MLET>
-->