org.globus.tools
Class GassServer
java.lang.Object
org.globus.tools.GassServer
public class GassServer
- extends Object
Controls a Gass Server.
Syntax: java GassServer [options]
java GassServer -version
java GassServer -help
Options
-help | -usage
Displays usage
-s | -silent
Enable silent mode (Don't output server URL)
-r | -read
Enable read access to the local file system
-w | -write
Enable write access to the local file system
-o
Enable stdout redirection
-e
Enable stderr redirection
-c | -client-shutdown
Allow client to trigger shutdown the GASS server
See globus-gass-server-shutdown
-p | -port
Start the GASS server using the specified port
-i | -insecure
Start the GASS server without security
-n
Disable , which is a string consisting
of one or many of the letters "crwoe"
Method Summary |
static void |
main(String[] args)
Create a server that listens on the given port. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GassServer
public GassServer()
main
public static void main(String[] args)
- Create a server that listens on the given port. If no port is
given choose an unused one at random.