Regarding a list of suffixes. This doc page gives some of that information, particularly
the bullet list of deployers:
http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#ch2.dep...
A more definitive list can be found in the source at
system/src/main/org/jboss/deployment/DeploymentSorter.java, look at DEFAULT_SUFFIX_ORDER.
Yes, you can access the JBoss files from an application inside the container, just do not
directly create or modify them, always update them in a temporary directory and then move
them to the deploy directory. Otherwise the hot deployer might attempt to deploy the file
while you are in the middle of creating it.
By the way, you might find the various system properties created by JBoss handy. To see
them, in the jmx-console, choose the MBean jboss:type=Service,name=SystemProperties, and
then click the showAll the operation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045049#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...