wiki:OpendasStarting

OpenDAS starting

OpenDAS startup can be done in two ways :

  • JNLP for a synchronous update of stations
  • in JAVA command lines

DAS client configuration file is used as argument. The JNLP can be compiled with this configuration file.
The same station can start several OpenDAS instances by using different configuration files.
Without any argument, is the file ./das_client.conf that will be used.

  • Example on OpendasVmDev (cf:OpendasInstallUnix):
    • CLI
      # SERVER
      cd /home/opendas/workspace/opendas/server/
      java -jar bin/das_server.jar config/das_server.conf
      # CLIENT
      cd /home/opendas/workspace/opendas/client/
      java -jar bin/das_client.jar config/das_client.conf
      
    • JNLP:
      Goto http://opendas-jnlp (redirect to /home/opendas/workspace/opendas/client/jnlp/index.html which contains links to JNLP files)
      

Warning: (cf: OpendasInstallUnix & OpendasVmDev)

ActiveMQ, OpenDAS server, OpenERP server, Talend Jobs must be started.

Virtual Box Installation

 http://www.virtualbox.org/