-
May 10th, 2006, 05:44 AM
#1
Best way to package & deploy spring EJBs
Hello,
what is the best/prefered way to ship out spring-EJB applications? Should I pack the spring.jar and dependencies within the application.jar or deploy it to (JBoss) .../server/default/lib?
Any suggestions?
Thank you.
-
May 10th, 2006, 06:07 AM
#2
I would suggest packaging dependency jars (such as spring) into the application's EAR file. Otherwise you might get problems if you want to deploy different applications which require different versions of jars.
Regards,
Andreas
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules