<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Empty Web App Servers in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Empty-Web-App-Servers/m-p/975301#M30290</link>
    <description>&lt;P&gt;We are in the process of new grid deployments using 9.4M9. We have also decided to discontinue the use of certain web applications like Enterprise Miner (use Viya for that), Business Data Network and Business Rule Manager. I have unchecked these apps in the deployment wizard. The products currently do still exist in our setinit.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now the apps are not installed but the Web App Servers SASServer7_1 and SASServer11_1 instances are created with empty sas_webapps directories. They are also started and stopped in the sas.servers scripting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This makes for the fastest startup times of any web app server I have seen in my life but it still bothers me that they are there; I'd like to see them gone altogether.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, my question is: can I go scorched earth by removing their directories in the WebAppServer directory? Their presence in that location is triggering the start/stop actions. And remove their mentions in the webserver config? Or is there more and will I mess things up? Like metadata.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your input.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;- Jan.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Sep 2025 08:24:14 GMT</pubDate>
    <dc:creator>jklaverstijn</dc:creator>
    <dc:date>2025-09-18T08:24:14Z</dc:date>
    <item>
      <title>Empty Web App Servers</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Empty-Web-App-Servers/m-p/975301#M30290</link>
      <description>&lt;P&gt;We are in the process of new grid deployments using 9.4M9. We have also decided to discontinue the use of certain web applications like Enterprise Miner (use Viya for that), Business Data Network and Business Rule Manager. I have unchecked these apps in the deployment wizard. The products currently do still exist in our setinit.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now the apps are not installed but the Web App Servers SASServer7_1 and SASServer11_1 instances are created with empty sas_webapps directories. They are also started and stopped in the sas.servers scripting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This makes for the fastest startup times of any web app server I have seen in my life but it still bothers me that they are there; I'd like to see them gone altogether.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, my question is: can I go scorched earth by removing their directories in the WebAppServer directory? Their presence in that location is triggering the start/stop actions. And remove their mentions in the webserver config? Or is there more and will I mess things up? Like metadata.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your input.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;- Jan.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 08:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Empty-Web-App-Servers/m-p/975301#M30290</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2025-09-18T08:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Web App Servers</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Empty-Web-App-Servers/m-p/975529#M30303</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Caveat Emptor, and also make sure you have a backup, but you can add simple conditional logic to&amp;nbsp;start_saswebappsrv() in Lev1/sas.servers.mid so it looks something like the following.&amp;nbsp; Any time you are managing updates/hot fixes etc, you will want to toggle back to the original&amp;nbsp;sas.servers.mid script.&amp;nbsp; This would be a lot safer than the "scorched earth" approach &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="shell"&gt;start_saswebappsrv()
{
  if [ ! -z "$SASWEBAPPLIST" ]
  then
  {
    for SASWEBAPPINSTANCE in $SASWEBAPPLIST;
    do
      if [ "$SASWEBAPPINSTANCE" = "SASServer7_1" ] || [ "$SASWEBAPPINSTANCE" = "SASServer11_1" ]; then
        echo "Skipping $SASWEBAPPINSTANCE"
        continue
      fi
      start_saswebappsrv_instance;
    done
  }
  fi
}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 22 Sep 2025 21:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Empty-Web-App-Servers/m-p/975529#M30303</guid>
      <dc:creator>angian</dc:creator>
      <dc:date>2025-09-22T21:49:15Z</dc:date>
    </item>
  </channel>
</rss>

