Hi, El 04/05/10 04:51, feci escribió: > And just for the record I was telling about creating rpm packages by > maven - and let CentOS (RedHat) to deal with it on cluster level (by > own rpm repository and managers, ...) - so I wasn't thinking about > using maven as cluster distribution tool... > What I need is rpm package, build by whatever tool possible - as > simple as possible, but no simpler...
If you want to construct the H2 project, create a database instance to be clustered, populate it with data, and then create a rpm package with all that for deployment ; it may be easier with ANT and ant-rpm task that has simple defaults for rpmbuild command. (See: http://ant.apache.org/manual/OptionalTasks/rpm.html) Distribute the rpm and install on cluster nodes and active each cluster node can be done easily with a bash script , h2 tools and wget or curl commands. regards, Dario -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
