Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] LTW in websphere 7

It appears that the entry has been added to the 

*%WAS%\profiles\<profile>\config\cells\<cellName>\nodes\<nodeName>\servers\<serverName>\server.xml*
file.

    <jvmEntries xmi:id="JavaVirtualMachine_1311932541239"
verboseModeClass="false" verboseModeGarbageCollection="false"
verboseModeJNI="false" initialHeapSize="256" maximumHeapSize="1536"
runHProf="true" hprofArguments="" debugMode="false"
debugArgs="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=7777"
genericJvmArguments="-Dlog4j.debug=true
-javaagent:C:\was-cluster\soliam-fo-home\ext\aspectjweaver.jar"
executableJarFileName="" disableJIT="false">
      <systemProperties xmi:id="Property_1311932541249"
name="com.ibm.security.jgss.debug" value="off" required="false"/>
      <systemProperties xmi:id="Property_1311932541250"
name="com.ibm.security.krb5.Krb5Debug" value="off" required="false"/>
    </jvmEntries>
  </processDefinitions>

Hope this helps

--
View this message in context: http://aspectj.2085585.n4.nabble.com/LTW-in-websphere-7-tp3809489p3812033.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top