Tim,

assume you put your directory into the deploy directory that it looks
like that:

jboss/deploy/mybeans/META-INF/ejb-jar.xml
jboss/deploy/mybeans/com.domain.MyBean.class
jboss/deploy/mybeans/com.domain.MyBeanHome.class
jboss/deploy/mybeans/com.domain.MyBeanImpl.class
...

You have to add the deploy/mybeans directory to the observed autodeploy
directories
(AutoDeployer MBean argument in jboss.conf) like this:

...
<ARG TYPE="java.lang.String" VALUE="../deploy/,../deploy/mybeans/">      
...


Alternatively you can put all the stuff directly into the deploy
directory like this:

jboss/deploy/META-INF/ejb-jar.xml
jboss/deploy/com.domain.MyBean.class
jboss/deploy/com.domain.MyBeanHome.class
jboss/deploy/com.domain.MyBeanImpl.class
...

but then you are not able anymore to autodeploy other apps in this
directory.

have a look at:

http://www.jboss.org/documentation/J2eeDeployment_howto.html


HTH

\Daniel


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to