Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Hi All, trying to use jetty 5.1.2 but i got an issue, i dont see any logs from my webapp in the console ( logs from frameworks as hibernate/spring are shown as expected), i mean if if do a log.debug(“test blabla”), i dont see it by the console. If i deploy the webapp to tomcat or resin, it works…
Do you have a log configuration file somewhere in your classpath that is defining where your log is going to? You using Log4j or Commons? It’s possible you have setup a file appender and MyEclipse is not able to intercept those file I/O calls, so you aren’t seein them. I know with my projects I use Console appenders for this exact reason and just let the app server log everything (which also lets me see the messages during developement, in the console).