Not sure if this is the right place to post this. Might be nice to have a seperate section to discuss deployment issues.
Anyway, here's my question...
So if I have multiple Spring webapps (WARs) that need to be deployed accessing the same set of Spring services, what is the best way to do that? Do each of these wars need to be packaged up into an EAR? My guess is that packaging as an EAR would work. But how would you indicate to the app server to start the services? This might be different for each app server. What about servers such as tomcat that don't support the EAR deployment model?


Reply With Quote