easy way:

rename your files

10-dbserver.sar

20-ejbsandsuch.jar

30-mybeautifulwebpages.war

single-package way (requires Branch_3_0 from cvs)

myapp.ear
  dbserver.sar
  ejbsandshuch.jar
  web.war
  META-INF/
    application.xml
    jboss-app.xml


In jboss-app.xml, put the dbserver.sar reference.

<jboss-app>
  <module>
    <service>dbserver.sar</dbserver>
  </module>
</jboss-app>

david jencks


On 2002.06.19 01:07:57 -0400 Greg Turner wrote:
> This question pertains to JBoss-3.0.0
> 
> I have a sar file which contains libraries for my database and the xml
> file for the data source config.
> 
> I have a jar file which contains some EJBs that access the database
> 
> I have multiple war files that contain servlets that access the EJBs.
> 
> How do I set it up so that the war files don't get deployed until after
> the EJB jar file and that the EJB jar file does not get deployed before
> the sar file?
> 
> Thanks
> 
> Greg Turner
> 
> Tiburon Enterprise Systems
> http://www.tiburon-e-systems.com
> Box 1171
> Tiburon, CA 94920
> 415-332-3363
> 
> 
> 
> ----------------------------------------------------------------------------
>                    Bringing you mounds of caffeinated joy
>                    >>>     http://thinkgeek.com/sf    <<<
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 

----------------------------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                   >>>     http://thinkgeek.com/sf    <<<

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

Reply via email to