Yes, Mr.David. I want each time tomcat's redirects its standard output to
catalina.out file,
this file should reflect that change and during tomcat start up all the
content in the file should be deleted, instead of appending it to previous
messages.

Right now I'm closing and reopening the file to notice the changes in it.
Instead I would like to see the file reloaded each time tomcat redirects its
standard output to
that file, just as it happens in windows.

Please suggest me a solution for this.

Thanks
Persistence.




On Feb 7, 2008 4:08 PM, David Smith <[EMAIL PROTECTED]> wrote:

> I'm not clear on what you mean by 'reloading' as catalina.out is just a
> text file accepting tomcat's redirected standard output.  It should
> simply be appended to as messages are generated.  Are you saying you
> want the file to be deleted and started fresh on every tomcat startup?
>
> --David
>
> persistence k wrote:
> > Hi,
> >
> > whenever I restart the tomcat in linux, the file ' catalina.out ' is not
> > automatically reloading just like the file ' std.out ' does in windows.
> >
> > ' catalina.out ' file containing all the 'System.out ' statements
> printed
> > from the day tomcat
> > was installed in my linux system.
> >
> > Please tell me a solution so that the file ' catalina.out ' gets
> > reloaded for each and every time I made change in WEB UI.
> >
> > -Persistence
> >
> >
>
>
> ---------------------------------------------------------------------
> 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