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 referen
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 i