Installing on Mac OS X

Top  Previous  Next

To install JSCAPE MFT Server on a Windows platform perform the following:

 

1.  Download and run the install.dmg installation file for JSCAPE MFT Server.  Click Next to continue.

 

Figure 181

 

clip0181

 

2.  Read and accept license agreement.  Click Next to continue.

 

Figure 182

 

clip0182

 

3.  Select installation directory.  Click Next to continue.

 

 

Figure 183

 

clip0183

 

4.  Configure datastore where server configuration data will be located.

 

Figure 226

 

clip0226

 

5.  Configure management/REST services and administrative credentials.

 

Figure 185

 

clip0185

 

Management host/IP - The IP address that management service should listen on.  The IP address 0.0.0.0 is a special address that instructs service to listen on all available network interfaces.

 

Management port - The port that management service should listen on.  Default port is 10880.

 

REST HTTP host/IP - The IP address that REST web service should listen on.   The IP address 0.0.0.0 is a special address that instructs service to listen on all available network interfaces.

 

REST HTTP port - The port that REST web service should listen on.  Default port is 11880.

 

Username - Administrative username for managing services.

 

Password - Administrative password for managing services.

 

6.  Set allocated application memory.  Minimum allocated memory is 512MB with recommended value of 1024MB or more for servers under heavy load.

 

Figure 186

 

clip0186

 

7.  Launch JSCAPE MFT Server Manager to configure your server.

 

Figure 187

 

clip0187

 

 

8.  Start the JSCAPE MFT Server Service.  Service will start automatically following installation.  If service is not started then you may start it manually as root user using the ./start_service.sh command from a terminal shell prompt.

 

In order to have service start automatically upon system reboot edit the /Library/LaunchDaemons/com.jscape.MFTServer.plist file and set the value for the OnDemand parameter to false.

 

9.  Verify that JSCAPE MFT Server Service is running using the following commands from your shell prompt:

 

netstat -a | grep 10880

netstat -a | grep 11880

 

where 10880 is the listening port for JSCAPE MFT Server Service, and 11880 is listening port for REST web service.

 

 

See also

 

Server configuration > Launching the administrative client