For successful installation of the patch 10.1.0.1 for SAM, you need to edit the server.xml file.

Modify the server.xml file under smarts/tomcat/conf/server.xml to update the below parameter:

From:

<Host name="localhost" appBase="webapps"unpackWARs="true" autoDeploy="true">

To:

<Host name="localhost" appBase="../local/tomcat/webapps"
unpackWARs="true" autoDeploy="true">
And restart the Tomcat and Elasticsearch services.
Note: To get the notifications in M&R. Restart Elastic Search, Presentation SAM and Rabbit MQ services. Commands are:
#./sm_service stop smarts-elasticsearch
#./sm_service start smarts-elasticsearch

#./sm_service stop ic-sam-server-pres
#./sm_service start ic-sam-server-pres

#./sm_service stop smarts-rabbitmq
#./sm_service start smarts-rabbitmq
User can also choose to restart all the services:
#./sm_service stop --all
#./sm_service start --all