TEP eWAS configuration

<[email protected]>
Newsgroups gmane.comp.sysutils.tivoli.general
Message-ID <EA5FD7F404DE694BB310D050B12764961E96DB75__1515.84413038126$1375800359$gmane$org@WFS0138A.corp1.ad1.seb.net>
Hi

Does anyone know how to configure the eWAS that ships with TEP? I need to put in a JVM start param –Dbla blab la. (APM agent)
The ICS is only partial and has no choice for Application servers like fullblown WAS has, so it’s down to editing textfiles.

But if I put –DmyAPM.jar into  */server.xml it does not get loaded.

From this:

<jvmEntries xmi:id="JavaVirtualMachine_1183077764084" verboseModeClass="false" verboseModeGarbageCollection="false" verboseModeJNI="false" maximumHeapSize="512" runHProf="false" hprofArguments="" debugMode="false" debugArgs="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=13940" genericJvmArguments="-DKFW_DATA=/opt/app/Tivoli/itm/lx8263/cq/data -Dcom.ibm.websphere.security.util.authCacheEnabled=BasicAuthDisabled">
      <systemProperties xmi:id="Property_1" name="com.ibm.security.jgss.debug" value="off" required="false"/>
      <systemProperties xmi:id="Property_2" name="com.ibm.security.krb5.Krb5Debug" value="off" required="false"/>
    </jvmEntries>



To this:

<jvmEntries xmi:id="JavaVirtualMachine_1183077764084" verboseModeClass="false" verboseModeGarbageCollection="false" verboseModeJNI="false" maximumHeapSize="512" runHProf="false" hprofArguments="" debugMode="false" debugArgs="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=13940" genericJvmArguments="-DKFW_DATA=/opt/app/Tivoli/itm/lx8263/cq/data -Dcom.ibm.websphere.security.util.authCacheEnabled=BasicAuthDisabled –Dpath_to_my_apm.jar">
      <systemProperties xmi:id="Property_1" name="com.ibm.security.jgss.debug" value="off" required="false"/>
      <systemProperties xmi:id="Property_2" name="com.ibm.security.krb5.Krb5Debug" value="off" required="false"/>
    </jvmEntries>

TEP starts just fine but my jar does not get loaded…..
Is there a copy of server.xml that needs to be updated also?

/Gus

_______________________________________________
TME10 mailing list
[email protected]
Unsubscribe:[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.