intra-mart Accel Platform / Setup Guide

Version 10 2014-04-01

«  10.8. Backup   ::   Contents   ::   10.10. Sample Data Input  »

10.9. Uninstallation

10.9.1. WAR File Undeployment

  1. Please execute the commands below.

    In case of Windows (Start Command Prompt)

    # cd <%RESIN_HOME%>
    # resin undeploy Application Name(<%RESIN_HOME%>/Directory name that has the same name with the WAR file expanded under webapps)
    

    In case of Linux

    # <%RESIN_HOME%>/bin/resinctl undeploy Application Name(<%RESIN_HOME%>/Directory name that has the same name with the WAR file expanded under webapps)
    
  2. After the undeployment, please delete the following file manually.
    Directory that has the same name as the WAR file under  <%RESIN_HOME%/webapps>
    

Note

In case of multi-tenant environment, please execute it for each WAR file that is subject for undeployment.

Warning

For the WAR files to be undeployed, it is necessary that Resin has already been started.

10.9.2. Applications Deletion

  1. Files and directories that are expanded on Resin should be deleted.
Files and directories under <%RESIN_HOME%/resin-data>

Directories under <%RESIN_HOME%/webapps>

Warning

It is necessary that Resin has been stopped.
Please refer to Web Application Server Startup/Stop for the method to stop it.

10.9.3. Storage Region Deletion

  1. Files and directories under <%STORAGE_PATH%> should be deleted.

  2. Files and directories under <%PUBLIC_STORAGE_PATH%> should be deleted.

10.9.4. Middleware Products Deletion

  • Resin

    <%RESIN_HOME%> directory should be deleted.
  • Database

    Please refer to the manuals of Database that is being used.
  • Web Server

    Please refer to the manuals of Web Server that is being used.

    Warning

    Files and directories under <%WEB_PATH%> directory to which static files are placed should be deleted.
  • Apache Cassandra

    Directory that has set up Apache Cassandra should be deleted.
  • Apache Solr

    Directory that has set up Web Application Server (Jetty, Resin, tomcat) where Apache Solr operates should be deleted.

«  10.8. Backup   ::   Contents   ::   10.10. Sample Data Input  »