# # Sample version of the webMathematica Configuration File MSP.conf. # The settings are suitable for a Unix installation. # KernelNumber=1 KernelAcquireLimit=2000 KernelTimeLimit=30000 # If you did not use the default settings for the Mathematica # installation these settings may need modification. MathLinkArguments=-linkname '/usr/local/bin/math -mathlink' -linkmode launch MSPDirectory=/usr/local/Mathematica/AddOns/Applications/MSP/MSPScripts ImageDirectory=/usr/local/Mathematica/AddOns/Applications/MSP/Caches # This is a suggested setting for launching the Mathematica front end so that # it will connect to a virtual frame buffer server. FrontEndLaunchCommand=/usr/local/Mathematica/mathematica -Mathlink -display :1 # Setting VerboseLogs to true can be very helpful to track down problems. VerboseLogs=true # If you wish to call methods on Java objects you need # to set JavaObjectReferences to be true. A number of # examples require that this feature is enabled. # It is described in more detail in the documentation. JavaObjectReferences=true # File extensions for static file content to be served by # MSP servlet. StaticFileExtensions=gif:image/gif,jpg:image/jpeg,jpeg:image/jpeg # Uncomment this if you wish to serve up static content # via the images servlet. This is most useful for older # servlet configurations. #StaticFileDirectory=/usr/local/apache/htdocs/images