I have no idea how tomcat directly on eclipse works,  but in JBoss you can 
adust log levels in the conf/log4j.xml file.  What you see as output from JBoss 
is the console log, and is filtered to show only INFO/WARN.   What you see in 
log/server.log is every log message that isn't filtered out by a category 
setting. 

If you are running outside of the app server, you probably just need to make a 
log4j.xml or log4j.properties file available on your classpath.  (I would 
assume tomcat standalone has one of these already) But then again, why not just 
run in the appserver where you get logging (and deployment, and management, 
etc...) provided to you for free.   


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955549#3955549

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955549

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to