I spent some time fooling with logs before I realized that if you override: Servlet.init(ServletConfig config) you must call this somewhere in your new init() method: super.init(config) otherwise the servlet container's logs don't get turned on.
- System out and System err Jeff Finley
- Re: System out and System err Gary Lawrence Murphy
- Re: System out and System err Craig R. McClanahan
- Re: System out and System err Jeff Finley
- Re: System out and System err Jeff Finley
- Re: System out and System err Ben Galbraith
- Re: System out and System err Craig R. McClanahan
