In Memory Start/Stop

Tomcat

To start in-memory in Tomcat, follow the below steps:

  1. Go to$CATALINA_HOME/InMemoryBootStrap folder and change the permission for startInMemory.sh file.chmod +x startInMemory.sh../startInMemory.sh.
  2. Login Application: http://localhost:portnumber.




Start in-memory from Application


Go to Admin>In Memory to access the start/stop buttons. Click Start.


Stop in-memory from Application

Go to Admin>In Memory to access the start/stop buttons. Click Stop.


WebLogic

To start in-memory in WebLogic, follow the below steps:

  1. cd  InMemoryBootStrap and change the permission for startInMemory.sh file.chmod +x startInMemory.sh.
  2. ./startInMemory.sh
  3. Login Application: http://localhost:portnumber.

To stop in-memory in WebLogic, follow the below steps:


  1. Search process using the command: ps -ef|grepSplashBIInMemoryBootstrap.



  1. Kill the process related to SplashBI InMemory Bootstrap using the command: kill -9 <process id>. Example: kill -9 946.
  2. Login Application: http://localhost:portnumber.



Start in-memory from Application

Go to Admin>In Memory to access the start/stop buttons. Click Start.

Stop in-memory from Application

Go to Admin>In Memory to access the start/stop buttons. Click Stop.