[jboss-user] [Installation, Configuration & Deployment] - Re: Accessing ini file after deployment - Urgent

PeterJ do-not-reply at jboss.com
Thu Mar 8 23:41:53 EST 2007


If you create your ear file by first gathering all of the necessary files into one location and then creating an ear from that directory, all you need to do its copy that directory to the deploy directory.  Note that the directory must have a .ear extension.

For example, if your ear file is named myapp.ear and it contains webui.war, someejbs.jar and the application.xml file, you would have the following files when you deploy exploded:

server/xxx/deploy/myapp.ear/someejbs.jar
server/xxx/deploy/myapp.ear/webui.war
server/xxx/deploy/myapp.ear/META-INF/application.xml





View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026525#4026525

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026525



More information about the jboss-user mailing list