Weblogic
To start in-memory in Weblogic please follow below steps:
- Login as applmgr user and run the command: java -jar < keep the SplashBI folder path>/WEB-INF/lib/h2*.jar -web -webAllowOthers -tcp -tcpAllowOthers -browser &
Example:
java -jar /home/applmgr/04-MAY-2016/SplashBI_2.5_Build6/ear/SplashBI /WEB-INF/lib/h2*.jar -web -webAllowOthers -tcp -tcpAllowOthers -browser &
2. Search process using the command: ps -ef|grep h2-1.4.182.jar.
3. Kill the process related to in-memory using the command: kill -9 <process id>. Example: kill -9 946.