Tomact
To start in-memory in tomcat please follow below steps
- 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:
- Search process using the command: ps –ef|grep h2.
- Kill the process related to in-memory using the command: kill -9 <process id>. Example: kill -9 946