I followed the steps according to Example walkthrough on http://cwiki.apache.org/GMOxDOC22/plugin-based- farming.html. 1. Farm node setup. 2. Check out bits from svn https://svn.apache.org/repos/asf/geronimo/sandbox/failover/.<https://svn.apache.org/repos/asf/geronimo/sandbox/failover/>Setup farm controller by maven 3. Deploying a sample to the farm. In this step, I could deploy a dependency (sample-datasource), the sample application. But when distributing the application to the farm nodes, the error is "ERROR NotFoundException: deploy/farm". I wonder whether I can use "GShell deploy/farm" command, when starting gshell (bin/gsh) in a separate terminal in geronimo-tomcat-farm-controller-2.2-SNAPSHOT.
> . 2009/1/19 viola lu <[email protected]> > Currently this function doesn't exist in trunk. But you can find one > sample code from > https://svn.apache.org/repos/asf/geronimo/sandbox/failover/. > > You can get some hints from a post by shawn "Quetions per plugin based > farming" in dev list. > > > > > On Mon, Jan 19, 2009 at 5:51 PM, chen zhen <[email protected]> wrote: > >> I'm trying to learn Plugin based Farming according to Example walkthrough >> on >> http://cwiki.apache.org/GMOxDOC22/*farming*-using-deployment.html<http://cwiki.apache.org/GMOxDOC22/farming-using-deployment.html>. >> >> >> When deploying a sample to the farm(the command as follow) >> deploy/farm add -f cluster1 -l pluginList1 -a >> org.apache.geronimo.samples/bank-tomcat/2.2-SNAPSHOT/car >> >> error message is: >> ERROR NotFoundException: deploy/farm >> > > > > -- > viola >
