Re: Run priorities on Tomcat server jobs

"James H. H. Lampert via JAVA400-L" <[email protected]> Wed, 11 Mar 2026 12:40:58 -0700
Newsgroups gmane.comp.lang.as400.java
Message-ID <[email protected]>
On 3/11/26 12:16 PM, Jim Oberholtzer wrote:
> The job priority is determined by the job description and the routing
> step invoked.   Includes the time slice (which on later System is not
> quite the concern, but on older boxes has a significant effect).
> 
> So first what job description is on the job then check the routing
> data which will determine the job class.  The class has the initial
> priority.

I have some further information.

It seems that the catalina.sh shell script itself sets the RUNPTY:

   if $os400; then
     COMMAND='chgjob job('$JOBNAME') runpty(6)'
     system $COMMAND
     # Enable multi threading
     export QIBM_MULTI_THREADED=Y
   fi

-- 
This is the Java Programming on and around the IBM i (JAVA400-L) mailing list
To post a message email: [email protected]
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org
Before posting, please take a moment to review the archives
at https://archive.midrange.com/java400-l.