How do I change the run priority of QP0ZSPWT?

View some of the Frequently Asked Questions to our support staff. Included are some tips and tricks making this forum ideal for users getting started with GoAnywhere MFT. Note: Users can reply to existing topics but only our support staff can add new topics to this forum.
1 post Page 1 of 1

Support_Duane

Support Specialist
Posts: 66
Joined: Thu Mar 05, 2009 3:49 pm

Post by Support_Duane » Tue Mar 10, 2009 11:17 am
The file to change is /installation directory/tomcat/bin/catalina.sh.
If the defaults were taken when GoAnywhere was installed, that will be:
/linoma/goanywhere/tomcat/bin/catalina.sh.

Find the line with COMMAND='chgjob job('$JOBNAME') runpty(' and copy and paste the line so you have two identical lines. Then Comment out one line with a # at the beginning of the line. Change the runpty value in the other line to the new priority. When completed, the code will look like:

# COMMAND='chgjob job('$JOBNAME') runpty(6)'
COMMAND='chgjob job('$JOBNAME') runpty(25)'

Save the file.

End and restart the subsystem using the ENDGA and STRGA commands.
1 post Page 1 of 1