IM-BIS for Accel Platform / Setup Guide

Initial version 2014-01-01

«  Start/End   ::   Contents   ::   Start/Stop, Deploy/Undeploy (Linux version)  »

Start/Stop, Deploy/Undeploy (Windows version)

Deploy method of Resin is described below.

Start Resin

Warning

Start Apache Cassandra before starting Resin in case of using IMBox functions in IM-BIS.

  1. Double click <%RESIN_HOME%/resin.exe> file.
    Start/Stop screen and console are displayed.
    Start resin
  2. The startup is complete when the following message is displayed in console.

    [12-07-02 18:30:00.000] {main} http listening to *:8080
    [12-07-02 18:30:00.000] {main}
    [12-07-02 18:30:00.000] {main} Resin[id=app-0] started in 55480ms
    

Stop Resin

  1. Click “Stop” on the start/stop screen displayed during startup.

    Stop resin
  2. It is in stopped state when the following message is displayed in console.

    {resin-shutdown} Shutdown Resin reason: OK
    

Deploy war file

  1. Place the war file created in im-Juggling in any directory.

  2. Start command prompt and execute the following command.

    # cd <%RESIN_HOME%>/bin
    # resin deploy any directory path/war file name.war
    

Note

In case of using multi-tenant, execute respectively for the required war file.

Warning

It is required to start Resin to deploy the war file.

Undeploy war file

  1. Start command prompt and execute the following command.

    # cd <%RESIN_HOME%>/bin
    # resin undeploy war file name
    
  2. After undeploy, delete the following files manually.
    war file under <%RESIN_HOME%/webapps> and directories with same name
    

Note

In case of using multi-tenant, execute respectively for the war file to be undeployed.

Warning

It is required to start Resin to undeploy war file.

«  Start/End   ::   Contents   ::   Start/Stop, Deploy/Undeploy (Linux version)  »