I am having a small issue with log4j. I am using the project springMVCskeletonSimpleUrlHandlerMapping. I have not changed anything in the project yet. When I run the app on glassfish V3 using Netbeans 6.5, I expect the info below should log to the web app log file, but it doesn't. Do I need to configure the app server any differently than how it comes out of the box from the netbeans install?
Log log = LogFactory.getLog(this.getClass()); log.info("Controller calling Earth. Come in Earth."); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en -~----------~----~----~----~------~----~------~--~---