2.3. Configure the Server

You can configure the server in the file cubetto.conf in the subdirectory conf of the installation. If you want to change name or position of the cubetto.conf you have to edit the three batch-files in the "bin" directory of the installation.

For editing entries which are not named here you should consult the semture GmbH first. You can find a description of the enrties at the website http://wrapper.tanukisoftware.org.

wrapper.java.command=java

This command establishes the launching file for the Java Runtime Environment (JRE). In the basic configuration a determined search path is required. You can insert the complete path alternatively.

wrapper.java.additional.1=-Dcubetto.workspace=C:/

This entry determines the location of the model database. This configuration requires the database at C:\cubetto.workspace. According to this you have to move or copy the directory cubetto.workspace from the program folder to C:\ for starting the server correctly.

If you want to use network location, it should be named in its complete server notation, e.g.:

wrapper.java.additional.1=-Dcubetto.workspace=\\server\location

If you remove this line write in comments, the Cubetto Server requires the cubetto.workspace in the home directory of the admin, e.g. in C:\Documents and Settings\Administrator.

wrapper.java.maxmemory=512

Maximum used memory for the serve, specified in Megabyte. It should be adapted to the project size.

wrapper.logfile=../logs/cubetto.log

Position and filename of the log-file. As shown in the example it can be specified relative to the bin directory of the installation or absolute. For using a network location please require the instructions for the cubetto.workspace above.

wrapper.ntservice.starttype=AUTO_START

Mode for launching the service. The service will be started while booting the system next time.