1 Reply Latest reply on Sep 25, 2006 3:58 AM by jaikiran

    Can't see log message or system.out.print from servlet, jsp?

    dalingxu

      Hi,

      I deployed a ear file onto JBoss4.0.4GA, in my ear there is a war file.

      I can load my html file from my browser, and when I debug I can see the startUpServlet was entered. And I even saw one line of system.out.print printed onto the console from the startUpServlet.

      But then I suddenly can't see any system.out.print print out in the console. It looks that my code could not load the servletContext.

      Anybody ran into the similar problem?