![]() |
Consumption Analytics Documentation |
You can host multiple instances of Cloud Cruiser on the same server. This is useful when you have customer bases that require different account structures.
To create a new application instance
<install_dir>/apache-tomcat-7.0.54/webapps/ROOT
and give it the name you want to use for this application instance in its URL.foo1
, run the following commands: # cd /usr/local/<install_dir>/apache-tomcat-7.0.54/webapps/
# cp -r ROOT foo1
foo1
, do the following: webapps
directory. ROOT
folder and select Copy, then right-click again and select Paste. foo1
. foo1
, not ROOT
, subdirectory.-a
parameter to specify the application instance you are configuring. # cd /usr/local/<install_dir>
# ./install -a foo1 -u <dba_user> -p
<dba_password> cd <install_dir>
install -a foo1 -u
<dba_user> -p
<dba_password>To access the Cloud Cruiser Portal on the new instance
In the URL field of your browser, enter http://<hostname>:<port>/<appName>
where <appName>
is the name of your application instance.
For example: http://localhost:8080/foo1
The login prompt is displayed.
admin
with the password admin
.(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP