10.9. Uninstallation¶
- In this chapter, uninstallation of all the files and data that are related to intra-mart Accel Platform are described.With regard to the uninstallation of middleware products, please refer to the manuals of the respective products.
Warning
In case you need to delete any tenant which was created in Multiple Tenants by Virtual Tenant,please refer to [System Administrator Guide ]-[Update Tenant Information].
Topics
10.9.1. WAR File Undeployment¶
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) 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¶
- 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¶
Files and directories under <%STORAGE_PATH%> should be deleted.
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.