[kepler-dev] [Bug 4169] - Build "server-side" installation of Kepler

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Jun 25 16:43:46 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4169


berkley at nceas.ucsb.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from berkley at nceas.ucsb.edu  2009-06-25 16:43 -------
This now works.  The KeplerConfigurationApplication (a non-gui implementation
of kepler that also loads a full configuration with the cache, object manager,
et al) now works.  From the command line, it can be executed with this command:

java -classpath build-area/lib/ant.jar:kepler.jar
org.kepler.build.runner.Kepler -server -repository=keplerRepository -runwf
-nogui somekar.kar

or by using the kepler.sh script generated by the 'ant startup-script' command:

./kepler.sh -server -repository=keplerRepository -runwf -nogui somekar.kar

or by using the ant build:

ant run-workflow-no-gui-server -Dworkflow=somekar.kar

Note that for this to work, Kepler must be installed and left in its normal
directory structure.  the kepler.jar file referred to in the first command is
generated by the 'ant startup-script' command and resides in the kepler root
directory (where it is assumed that this call will be made).

Marking this bug as closed.


More information about the Kepler-dev mailing list