Alright, this is not the same issue, but I thought I could follow up under the same title to collect more info.
I was running Eclipse 3.2 and MyEclipse 5.5 starting a Sun AS 8.2 server with logging to the console, everything was fine. I decided to do a trial run of Eclipse Europa and MyEclipse 6.0 M1, and _almost_ everything is working correctly.
When I start the appserver it shows the output from Sun AS, but it doesn’t show any of the output that Log4J is configured to show. It even shows a status message where it loads the correct properties file:
[#|2007-08-15T13:02:20.989+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WebModule[/sak]Initializing Log4J from [classpath:log4j-sak-servlet.properties]|#]
This works in my old setup, but not the new. The webapp starts up fine and seems to work, it just doesn’t show the output in the console. The console is also set to switch to on System.out and System.err.
Any idea?