[jboss-user] [Management, JMX/JBoss] - Re: Managing JBoss programmatically?
PeterJ
do-not-reply at jboss.com
Fri May 11 11:43:45 EDT 2007
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.deployers
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#4045049
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045049
More information about the jboss-user
mailing list