Sonatype CLM Server - Installation And Deployment Guide

2.5. Starting CLM Server

Once the CLM server is installed, it can be started with:

cd /opt/sonatype-clm-server
java -jar sonatype-clm-server-1.10.2.jar server config.yml

This command will start the server with the Sonatype CLM Server application using the configuration from the config.yml file and logging any output straight to the console. After a complete start your console should display a message similar to:

... [main] org.eclipse.jetty.server.AbstractConnector - Started InstrumentedBlockingChannelConnector@0.0.0.0:8070
... [main] org.eclipse.jetty.server.AbstractConnector - Started SocketConnector@0.0.0.0:8071

The command to start the server can be modified by adding java configurations parameters such as -Xmx1024m -XX:MaxPermSize=128m to improve performance and adapt to the server hardware.

At this stage you can access the web application at port 8070 of your server via any web browser. Initial startup will display a screen for the Section 2.6, “License Installation”.