On Wed, Feb 27, 2008 at 6:40 AM, tlgkumar <tlgku.....m> wrote:
>   using this i can create the project and got output nicely,
>   but my problem is i cannot view the server output cosole printouts,
>   in my project i am using lots of print statements,

In general you should move away from print statements and use a logging api.

I would suggest you look at: http://www.slf4j.org/manual.html and log4j.
Then you can send all of your low level output to a file, and have
error level messages emailed.

-Steve More

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to