Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Steps for setting up of new trial instance

Step 1: Login to data base with the your credentials.
Step 2: Create a data base with the client name.
Step 3: Use the below insert script to add the new tenant to the tenant_server_connections table.
INSERT INTO `tenant_server_connections` VALUES ('localhost', '[NEW TENANT DATAASE NAME]', '3306', 'root', 'mysql', 1, 5, 30000, 1, 60, 1, 50, 1, 40, 20, 10, 60, 34000, 60000, 0, 1);
Step 4: Login to the putty using the credentials (login name: ubuntu)
Step 5: Run the below commands one by one
ps -ef | grep java
KILL -9 [RUNNING TOMCAT ID]
SUDO sh /usr/share/tomcat7/bin/startup.sh

  • No labels