Bugs item #566624, was opened at 2002-06-09 17:07
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=566624&group_id=22866

Category: JBossServer
>Group: v2.4 (stable)
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Ron van Pol (corpsusvitale)
>Assigned to: Scott M Stark (starksm)
Summary: Incorrect redirecting of stderr in jboss

Initial Comment:
When trying to redirect stdout and stderr to separate 
logfiles, I stumbled over a bug in the class Log4jServive:

line 136: System.setOut(new CategoryStream(stderr, 
Priority.INFO, err));

This surely must be:

System.setErr(new CategoryStream(stderr, 
Priority.INFO, err));

I'm using jboss 2.4.6

Ron

----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2002-06-24 22:18

Message:
Logged In: YES 
user_id=175228

Fixed for 2.4.7

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=566624&group_id=22866


-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to