proxeno.sar
   \- META-INF
      \- jboss-service.xml
   \- com/proxeno/blah blah blah, all my classes

proxeno.ear
   \- META-INF
      \- application.xml
   \- proxeno.jar
      \- META-INF
         \- ejb-jar.xml
         \- jboss.xml
   \- proxeno.war
      \- WEB-INF
         \- web.xml
      \- index.html


So, for deployment, I deploy proxeno.sar first.

Then I deploy proxeno.ear, which picks up the classes from proxeno.sar

And for undeployment, I just delete in reverse order (delaying between
deletes to give time for things to get undeployed)

Is that what you were looking for?



On Thu, 20 Dec 2001, marc fleury wrote:

> > I deploy with all my classes in a SAR
> > (proxeno01.sar), and then deploy a
> > descriptor only EAR (proxeno02.ear).
> 
> Can you show me this structure?  it is unclear
> 
> what do you mean by a descriptor only ear, only the xml files?
> 
> give a layout.
> 
> marcf
> 

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to