You can do this in 2.4.4 instead of creating a file called myapp.ear, you create a directory of the same name. NOTE: You can make any changes you like and it won't redeploy until META-INF/application.xml changes. If you have un*x just use touch.
Regards, Adrian >From: "Lachezar Dobrev" <[EMAIL PROTECTED]> >Reply-To: "Lachezar Dobrev" <[EMAIL PROTECTED]> >To: "JBoss Mailing-List" <[EMAIL PROTECTED]> >Subject: [JBoss-user] Deployment not via .ear(s)? >Date: Thu, 31 Jan 2002 13:24:56 +0100 > > Hi. > I want to ask, if there is a way to deploy an extracted application. I >mean: normally one will deploy an .ear containing the ejb.jar(s) and the >.war(s). However I want to deploy an application, that will be modified in >time (files will be added to the web context with the application working). > > So Can I deploy an application, that is in a directory, and not an ear? >Let's say: > > jboss/deploy (directory) > '-> MY_APP (directory) > |-> META-INF (directory) > | '-> application.xml > |-> ejb1.jar > |-> ejb2.jar > '-> My_web_app (directory) > |-> WEB-INF > | |-> classes > | '-> web.xml > '-> other web app files (and added files here) > > > 10x in advance. > > Lachezar > > >_______________________________________________ >JBoss-user mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/jboss-user _________________________________________________________________ Join the world�s largest e-mail service with MSN Hotmail. http://www.hotmail.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
