System.out in Applets

Hi all!

I have built an applet and within it I have established a servlet communication using HTTP POST using this:

// Open HTTP connection with Servlet

HttpTunnel msg = new HttpTunnel(new URL(serverURL + serverScript));

// Transmit log to Servlet using HTTP POST

msg.sendPostMessage(log);

Things are working perfectly but when I tried to add some extra code to for printing in the tomcat consol using "System.out.println("Transmission started")" no output is displayed!! My question is how can I print from an applet using System.out.println()?

[588 byte] By [lina2401a] at [2007-10-2 5:56:22]
# 1
What browser are you using? In the 'advanced' settings area in IE, there is an option to 'enable Java logging'. This will write a file to %SYSTEM_DIR%\Java.- Saish
Saisha at 2007-7-16 2:05:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
And BTW, this is a *servlet* forum, not an *applet* forum. :^)- Saish
Saisha at 2007-7-16 2:05:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...