XAP66 == "XAP9NET" || XAP66 == "XAP9" || XAP66 == "XAP9NET")

Label: book-admin

Content with label book-admin in XAP 6.6 Documentation (See content from all spaces)
Related Labels: cluster-members , 2-basic , gsinstance , overriding , gs-dot-bat , xap , gigaspaces-ec2 , service , config , shutdowncontainer , system , stop , nic , compatibility , solutions , jconsole , protocol , troubleshooting , default , more »

Setting Classpath
JARs that should be in the classpath of applications accessing a remote or embedded space. Overview GigaSpaces libraries are located under {{<GigaSpaces Root>\lib}}: !ImagesInstallingGigaSpaces6.5RC1.jpg! You can find the space runtime library in the {{<GigaSpaces Root>\lib\JSpaces.jar}} file, and third party ...
Setting JVM Location
Setting the {{JAVAHOME}} parameter to tell GigaSpaces where the JDK is installed. Overview GigaSpaces has a dependency on the {{JAVAHOME}} environment variable being set. Make sure you have an environment variable {{JAVAHOME}} defined pointing to your JDK root ...
Space Authentication and Authorization
GigaSpaces uses the space filtering mechanism to perform authentication and authorization. Overview GigaSpaces uses the space filtering mechanism to maintain authentication and authorization. The default security filter supports authentication and authorization. Authorization Process The space authorization defines which operations ...
space clean - GigaSpaces CLI
Removes all Entries and templates from the space. Syntax gs> space clean variable value Description Removes all Entries and templates from the space. The {{space clean}} command is relevant only for spaces in a started state. When using a persistent ...
space cluster-members - GigaSpaces CLI
Show the full list of cluster members, including members that aren't "alive". The {{space clustermembers}} command is new in GigaSpaces version 6.5 and onwards. Syntax gs> space clustermembers variable value Description This command prints a list of all cluster members ...
space config - GigaSpaces CLI
Displays the specified spaces's configuration details. Syntax gs> space config variable value Description Displays the specified spaces's configuration details: space configuration, container configuration, cluster configuration, system properties, system environment and variables, Java properties ...
space connections - GigaSpaces CLI
Displays all live connections to the specified space. Syntax gs> space connections variable value Description Displays all live connections to the specified space. (on) It is also possible to retrieve space connections using API Space Connections API or the GigaSpaces ...
space copy - GigaSpaces CLI
Copies all objects from the specified source space to the specified destination space. Syntax gs> space copy sourcespaceurl destinationspaceurl login Description Copies all objects from the specified source space to the specified destination space. Specify the source ...
space destroy - GigaSpaces CLI
Destroys the specified space and removes all references to it, including persistent ones. Syntax gs> space destroy variable value Description Destroys the specified space and removes all references to it, including persistent ones. The {{space destroy}} command is relevant only ...
space - GigaSpaces CLI