This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 11651

Summary: Stardard output from Tomcat server is not displayed in output window.
Product: javaee Reporter: Marek Fukala <mfukala>
Component: CodeAssignee: Damian Frach <dfrach>
Status: CLOSED FIXED    
Severity: blocker CC: avk, jrush
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marek Fukala 2001-04-23 10:01:43 UTC
[010421]
Try to put following code into a JSP page and execute it:

<%
System.out.println("hello");
%>

the message is not printed into output window during execution of the page.
Comment 1 Petr Jiricka 2001-05-05 20:28:37 UTC
The workaround is to use System.err. This works.

Equally, exception.printStackTrace() or Thread.dumpStack() work.
Comment 2 Jan Chalupa 2001-05-06 15:48:26 UTC
Target milestone -> 3.3
Comment 3 Petr Jiricka 2001-05-07 08:34:21 UTC
Upgrading to P2, as this can hang the server.
Comment 4 Ana.von Klopp 2001-05-10 02:53:58 UTC
The behaviour can cause the server and the IDE to hang on Windows. It 
is not possible to run a web application which refers to a bean that
includes printout statements for instance (CDShopCart tutorial 
application delete from cart can cause this). 
Comment 5 Petr Jiricka 2001-05-11 15:03:42 UTC
Fixed on 11-May-2001
Comment 6 L Martinek 2001-05-14 10:22:34 UTC
verified in 010512
Comment 7 Quality Engineering 2003-07-02 08:27:27 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.