views:

324

answers:

1

Hi all,

Im working with Eclipse Galileo (WTP), Spring 2.5.6-SEC01 and Apache Tomcat 5.5.28.

When I run my application from Eclipse, I'm able to see Tomcat standard output and error from the console view.

When there is a Spring initialization error (ex: malformed spring XML) I'm not able to see the error message or the stacktrace at the Console view.

Anyone found before a problem like this? how you solve it?

Thanks in advance, I'm getting mad :-)

Edited: I'm seeing all Tomcat startup messages and my System.out.println and System.err.println messages in Eclipse Console.

I also try to pass this two system properties to my Tomcat Server:

-Djava.util.logging.manager="org.apache.juli.ClassLoaderLogManager"
-Djava.util.logging.config.file="C:\apache-tomcat-5.5.28\conf\logging.properties"
A: 

Is your logging setup to go to the Console?

BillMan
Yes I am. I edited my question with this info
SourceRebels
Can you post the contents of your logging.properties. If you haven't set it up yet.. Check out http://www.exampledepot.com/egs/java.util.logging/Props.html
BillMan
Thanks for your help, I will post my logging.properties on monday at the office. Thank you :-)
SourceRebels