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 Director. Note: Users can reply to existing topics but only our support staff can add new topics to this forum.
-
Support_Duane
Support Specialist
- Posts: 66
- Joined: Thu Mar 05, 2009 3:49 pm
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.