The Kerberos set up documemnt states that these 2 Java System properties lines need to be added to the Application Server's start up script.
But you say I must modify run.conf and not the startup.sh file?
I found 4 run.conf files:
../jboss4.2.0/bin/run.conf
../jboss4.2.0/server/DctmServer_MethodServer/run.conf
../jboss4.2.0/server/clustertemplate/run.conf
../jboss4.2.0/server/template/run.conf
Which of these should I add the JAVA_OPTS line to?
Thanks!