Forcing the JWS console to appear

Is there any way to force the Java Web Start console to appear? I've written a non-GUI tool that is useful for monitoring network traffic for a specific protocol. What I would like is to make JWS (e.g. through a JNLP attibute setting) pop up that console window in order for output written to System.out to display itself.

I'm aware that I can go to the Java Web Start Application Manager and set this, but I assuming that most users will simply launch the application through its URL. Most of them don't even know that the Application Manager exists.

Thanks in advance.

[613 byte] By [fremberg] at [2007-9-26 11:59:34]
# 1
Look at {user.home}/.javaws/javaws.cfgThere's javaws.cfg.showConsole property which can be set to true or false.
starosek at 2007-7-2 2:21:27 > top of Java-index,Desktop,Deploying...