What's the difference between configuration files in the server/*/conf directory and in the files in the server/*/deploy directory?
Not only are there files in the deploy directory itself, but within the archive files within that directory.
This confuses me, as I'm not sure what the difference between putting them in any of these three locations: conf, deploy, EAR/WAR/JAR/SAR...
Examples of files include:
- jboss-service.xml
- login-config.xml
- jndi.properties
- AND MANY MORE
Somebody please help me sort out this confusion. Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976083#3976083
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976083
>From the documentation:
http-invoker.sar
+- META-INF/jboss-service.xml
+- invoker.war
| +- WEB-INF/jboss-web.xml
| +- WEB-INF/classes/org/jboss/invocation/http/servlet/InvokerServlet.class
| +- WEB-INF/classes/org/jboss/invocation/http/servlet/NamingFactoryServlet.class
| +- WEB-INF/classes/org/jboss/invocation/http/servlet/ReadOnlyAccessFilter.class
| +- WEB-INF/classes/roles.properties
| +- WEB-INF/classes/users.properties
| +- WEB-INF/web.xml
| +- META-INF/MANIFEST.MF
+- META-INF/MANIFEST.MF
The jboss-service.xml descriptor defines the HttpInvoker and HttpInvokerHA MBeans.
My question is why are those MBeans not to be seen in the SAR file in which they're defined!?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976074#3976074
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976074