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

PeterJ do-not-reply at jboss.com
Thu Mar 8 18:42:24 EST 2007


You could deploy an exploded ear file.  See http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment

In addition, you do not need to define application.home, you can instead use the jboss.server.home.dir system property and add the /deploy to it:

String deployDir = System.getProperty("jboss.server.home.dir") + "/deploy";

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

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



More information about the jboss-user mailing list