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

Reply via email to