Tomact


To start in-memory in tomcat please follow below steps


  1. Run the command: java -jar $CATALINA_HOME/webapps/SplashBI/WEB-INF/lib/h2*.jar -web -webAllowOthers -tcp -tcpAllowOthers -browser &

                                 

To stop in-memory in tomcat:


  1. Search process using the command: ps –ef|grep h2.
  2. Kill the process related to in-memory using the command: kill -9 <process id>. Example: kill -9 946