View Single Post
  #2  
Old 03-03-2008, 10:59 AM
unix unix is offline
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: jboss console fills up qprint

On Mar 3, 8: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.


To start run.sh do you use qsh or pase ?
If so just redirect as you would in unix. /dev/null works too AFAIR.

HTH
Jonathan.
Reply With Quote