I want an easy way to deploy the OFBIZ on any server, i want a small file without source code, only needed to perform the application. If a WAR cannot be generated which path to deploy the OFBIZ?
David E Jones-3 wrote: > > > The WAR file specification is not sufficient for something like OFBiz. > The main reason is that OFBiz consists of more than one webapp > (actually around 20). There is also a lot of infrastructure (framework > tools and such) that are shared among multiple webapps. > > The EAR specification gets closer, but to handle classpath entries and > such proprietary extensions are usually needed. > > Why do you want to deploy in an external Tomcat instead of using the > embedded version? > > -David > > > On Mar 18, 2009, at 2:42 PM, jjmbconquista wrote: > >> >> How to generate a war of OFBiz and to deploy in external tomcat? >> -- >> View this message in context: >> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22587986.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22599007.html Sent from the OFBiz - User mailing list archive at Nabble.com.
