<?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 Re: SAS JAVA START UP FILE LOCATION  NEEDED in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-JAVA-START-UP-FILE-LOCATION-NEEDED/m-p/485139#M13840</link>
    <description>&lt;P&gt;This file should exist for each of your JVM instances(SASServer1_1, 2_1, 12_1, etc):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;config/Lev1/Web/WebAppServer/SASServerX_X/bin/setenv.sh&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In there, you will find the following line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;CLASSPATH="$CATALINA_BASE/lib/log4j.jar:$CATALINA_BASE/lib:$CATALINA_BASE/conf:$JRE_HOME/../lib/tools.jar&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Append the path to your .jar file to this classpath so that it looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;CLASSPATH="$CATALINA_BASE/lib/log4j.jar:$CATALINA_BASE/lib:$CATALINA_BASE/conf:$JRE_HOME/../lib/tools.jar&lt;STRONG&gt;:/wherever/your/jar/file/is.jar&lt;/STRONG&gt;"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure how supported this is, but it should help you assuming you're trying to implement Object Instance Tracking for Java. Also, if you're having capacity or stability issues with ECM, I doubt AppDynamics will give you enough info to do anything useful. For monitoring the actual workload I would recommend you have a look at our workload monitoring product,&amp;nbsp;&lt;A href="https://boemskats.com/esm/" target="_self"&gt;ESM&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nik&lt;/P&gt;</description>
    <pubDate>Wed, 08 Aug 2018 13:10:46 GMT</pubDate>
    <dc:creator>boemskats</dc:creator>
    <dc:date>2018-08-08T13:10:46Z</dc:date>
    <item>
      <title>SAS JAVA START UP FILE LOCATION  NEEDED</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-JAVA-START-UP-FILE-LOCATION-NEEDED/m-p/485001#M13828</link>
      <description>&lt;P&gt;&lt;STRONG&gt;We are installing appdynamics app in sas mid server to monitor ecm .We need to add *.jar file name into sas&amp;nbsp; java start up file .Any one please let me know the location OF JAVA START FILE&amp;nbsp; in sas server .&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 06:10:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-JAVA-START-UP-FILE-LOCATION-NEEDED/m-p/485001#M13828</guid>
      <dc:creator>nagaraj1991</dc:creator>
      <dc:date>2018-08-08T06:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS JAVA START UP FILE LOCATION  NEEDED</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-JAVA-START-UP-FILE-LOCATION-NEEDED/m-p/485130#M13839</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/141862"&gt;@nagaraj1991&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first: why would you need to modify a SAS installation, to integrate it with another tool (monitoring tool)? Montoring can be done with java JMX.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second: carefull with modification to SAS configuration, you might lose support from SAS Technical Support, for unsupported configurations. If it is a production system, you don't want to risk level A support for an expensive application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Third: give a look intro the wrapper or sent_env files in /conf or /bin. All of those are Java parameters, sure you can add new jars to it.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 12:51:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-JAVA-START-UP-FILE-LOCATION-NEEDED/m-p/485130#M13839</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-08-08T12:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS JAVA START UP FILE LOCATION  NEEDED</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-JAVA-START-UP-FILE-LOCATION-NEEDED/m-p/485139#M13840</link>
      <description>&lt;P&gt;This file should exist for each of your JVM instances(SASServer1_1, 2_1, 12_1, etc):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;config/Lev1/Web/WebAppServer/SASServerX_X/bin/setenv.sh&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In there, you will find the following line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;CLASSPATH="$CATALINA_BASE/lib/log4j.jar:$CATALINA_BASE/lib:$CATALINA_BASE/conf:$JRE_HOME/../lib/tools.jar&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Append the path to your .jar file to this classpath so that it looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;CLASSPATH="$CATALINA_BASE/lib/log4j.jar:$CATALINA_BASE/lib:$CATALINA_BASE/conf:$JRE_HOME/../lib/tools.jar&lt;STRONG&gt;:/wherever/your/jar/file/is.jar&lt;/STRONG&gt;"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure how supported this is, but it should help you assuming you're trying to implement Object Instance Tracking for Java. Also, if you're having capacity or stability issues with ECM, I doubt AppDynamics will give you enough info to do anything useful. For monitoring the actual workload I would recommend you have a look at our workload monitoring product,&amp;nbsp;&lt;A href="https://boemskats.com/esm/" target="_self"&gt;ESM&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nik&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:10:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-JAVA-START-UP-FILE-LOCATION-NEEDED/m-p/485139#M13840</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2018-08-08T13:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS JAVA START UP FILE LOCATION  NEEDED</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-JAVA-START-UP-FILE-LOCATION-NEEDED/m-p/485161#M13843</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 14:08:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-JAVA-START-UP-FILE-LOCATION-NEEDED/m-p/485161#M13843</guid>
      <dc:creator>nagaraj1991</dc:creator>
      <dc:date>2018-08-08T14:08:08Z</dc:date>
    </item>
  </channel>
</rss>

