Hi Rohit, yes I have set the following in my /etc/cloudstack/management/server.properties:
# The service context path where URL requests should be served context.path=/client # The HTTP port to be used by the management server http.port=8080 # Max inactivity time in minutes for the session session.timeout=1440 # Options to configure and enable HTTPS on management server # # For management server to pickup these configuration settings, the configured # keystore file should exists and be readable by the management server. https.enable=true https.port=8443 # The keystore and manager passwords are assumed to be same. https.keystore=/etc/cloudstack/management/keystore.pkcs12 https.keystore.password=********** # The path to webapp directory webapp.dir=/usr/share/cloudstack-management/webapp # The path to access log file access.log=/var/log/cloudstack/management/access.log Regards Vincent
