javamath.server
Class Server

java.lang.Object
  |
  +--javamath.server.Server

public class Server
extends java.lang.Object

System dependent constants for a javamath server installation.


Field Summary
static java.lang.String casBinding
          The name to which the remote CAServer object is bound.
static java.lang.String GAPCommand
          Command to start GAP on this system.
static int HTTPD_PORT_NUMBER
          The port for accessing servlets for HTTP proxys.
static java.lang.String JavamathHome
          Root directory of the JavaMath installation.
static java.lang.String MapleCommand
          Command to start Maple on this system.
static java.lang.String proxyCASURL
          The url where the HTTP proxy CAS servlets are to be found.
static java.lang.String proxyStoreURL
          The url where the HTTP proxy Store servlets are to be found.
static java.lang.String SERVER_NAME
          Fully qualified computer name
static java.lang.String storeBinding
          The name to which the remote Store object is bound.
 
Constructor Summary
Server()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTPD_PORT_NUMBER

public static final int HTTPD_PORT_NUMBER
The port for accessing servlets for HTTP proxys.

SERVER_NAME

public static final java.lang.String SERVER_NAME
Fully qualified computer name

JavamathHome

public static final java.lang.String JavamathHome
Root directory of the JavaMath installation.

MapleCommand

public static final java.lang.String MapleCommand
Command to start Maple on this system.

GAPCommand

public static final java.lang.String GAPCommand
Command to start GAP on this system.

casBinding

public static final java.lang.String casBinding
The name to which the remote CAServer object is bound. i.e "rmi://localhost/" + casBinding

storeBinding

public static final java.lang.String storeBinding
The name to which the remote Store object is bound. i.e "rmi://localhost/" + storeBinding

proxyStoreURL

public static final java.lang.String proxyStoreURL
The url where the HTTP proxy Store servlets are to be found. i.e "http://"+ SERVER_NAME + "/" + proxyStoreURL + "/";

proxyCASURL

public static final java.lang.String proxyCASURL
The url where the HTTP proxy CAS servlets are to be found. i.e "http://"+ SERVER_NAME + "/" + proxyStoreURL + "/";
Constructor Detail

Server

public Server()