View Single Post

  #4  
Old 03-03-2008, 10:29 AM
Default Re: jboss console fills up qprint

On Mar 3, 2:36*am, sasmussen wrote:
> Hi can anyone help me.
>
> We have a jboss server installed on as400/iseries, and have created a
> subsystem to stop and start, using the run.sh file.
>
> But the console output is no piped into a file in qprint, and after
> some time it runs full and stops the jboss server, until you allow
> more pages or restart the server.
>
> Is there a way to supress the console output, or put it into a dev/
> null.
>
> It is possible on unix, but I'm new to the AS400/Iseries world, so I'm
> a bit blank how to do it.


chgprtf qprint records(*nomax) then either use the calendar thingie to
dltf or write a little autostart cl program to dlt the outfile every
so often.
Reply With Quote