# # $Id: service.properties 10434 2008-04-11 08:56:04Z jwk $ # ############################################################################## # # Defines for which DNS this host should work, localhost binds all of # the DNS entries associated with this server. # hostname = localhost ############################################################################## # # Defines the portnumber for the host. # port = 26139 ############################################################################## # # Defines how many user are kept in backlog while connecting to the host. # backlog = 5 ############################################################################## # # Defines the handler that should handle the connection, if not given # it will default to 'nl.tue.win.riaca.service.socket.SocketHandler'. # SCSCPServer = org.mathdox.scscp.maxima.MaximaSCSCPServer ############################################################################## # # Defines which command should be used to startup Maxima itself. # # make sure to check the directories # # unix style command command = maxima --preload-lisp=var/service/maxima/InitializeService.lisp # windows style command (it is also possible to put maxima in %PATH% and # remove the path of maxima from this command # uncomment this (and comment the line above) if running under windows # # command = "C:/Program Files/Maxima-5.11.0/bin/maxima.bat" --preload-lisp=var/service/maxima/InitializeService.lisp