Re: writing logs on a separate server while the project as jar file

2011-01-25 Thread Konstantin Kolinko
2011/1/25 Christopher Schultz : > >> What exactly I need is something that is the standard way to write logs to a >> server where there are many Java application are deployed as separate jar >> file and is being used by the tibco processes. > > If you can't get access to the servlet container to pe

Re: writing logs on a separate server while the project as jar file

2011-01-24 Thread Prashant Rajput
Thanks for your reply. On Mon, Jan 24, 2011 at 7:05 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Prashant, > > On 1/24/2011 8:25 PM, Prashant Rajput wrote: > > I am not using console output, its the latest version of stable l

Re: writing logs on a separate server while the project as jar file

2011-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Prashant, On 1/24/2011 8:25 PM, Prashant Rajput wrote: > I am not using console output, its the latest version of stable log4j > release. Log4j can be configured to log to as many places as you want. I agree with Chuck: this has absolutely nothing t

RE: writing logs on a separate server while the project as jar file

2011-01-24 Thread Caldarale, Charles R
> From: Prashant Rajput [mailto:praj...@infocepts.com] > Subject: Re: writing logs on a separate server while the project as jar file > The application is not deployed as a complete web application as > this is being used inside the processes of tibco. Let's back up a ste

Re: writing logs on a separate server while the project as jar file

2011-01-24 Thread Prashant Rajput
Hi, I am not using console output, its the latest version of stable log4j release. The application is not deployed as a complete web application as this is being used inside the processes of tibco. So the TIBCO processes used this application to generate the query, by simply giving in the inputs

RE: writing logs on a separate server while the project as jar file

2011-01-22 Thread Caldarale, Charles R
> From: Prashant Rajput [mailto:praj...@infocepts.com] > Subject: writing logs on a separate server while the project as jar file > I am deploying my Java application on tibco server and > this server has its own log configuration. When I try to > write log on this server I have to write separat