Stephen More wrote:
>
> 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]
>
>
>
Hi,
Thanks for your reply,
I am solve my problem .
I am redirect the server console output to a notepad,
so i got all the print statement from server,
Its really simple and useful for me,
Thanks for your suggestion
With Regards,
Ganesh Kumar.L
--
View this message in context:
http://www.nabble.com/Tomcat-Server-output-console-cannot-view-fully-tp15711523p16002217.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]