I am trying to configure JMS destinations and data sources in JBoss. Is it mandatory to place these configuration xml files in the deploy directory or could it be in any of the sub directories in deploy folder?
Originally posted by Srikanth Reddy: I am trying to configure JMS destinations and data sources in JBoss. Is it mandatory to place these configuration xml files in the deploy directory or could it be in any of the sub directories in deploy folder?
You can keep the -ds.xml or -service.xml files under a sub-folder of deploy. But any specific reason you want to do this? Why not package them in your application EAR and then include a jboss-app.xml with the following entries:
You can keep the -ds.xml or -service.xml files under a sub-folder of deploy. But any specific reason you want to do this? Why not package them in your application EAR and then include a jboss-app.xml with the following entries:
I didn't know i could do this. Thanks for letting me know about this.