From: Steve L. <ste...@hp...> - 2007-09-03 13:20:29
|
Guijarro, Julio wrote: > Hi, > > > > At the moment there is no direct way in the shell scripts to select the > port number with sfStart or sfPing. But there are some solutions: > > > > 1. set an environment variable with this attribute/value “export > org.smartfrog.sfcore.processcompound.sfRootLocatorPort=3800” Where you > will need to modify 3800 with your port of choice. > > > > 2. Modify default.ini with a different port. > > > > 3. Modify the scripts to do 1 using a special switch (ex –port) > > The ant tasks to ping and deploy take a port="4568" attribute...you could set up a build file to contain the operations you want and invoke them that way |