In jboss AS you can change deployment directory.In JBoss-x.x.x/server/default/conf/jboss-service.xml you can change deploy/ to your favourite url like this :
<attribute name="URLs"> <!-- deploy/ --> file:/root/myejbscomponents </attribute>