|
From: Leif M. <le...@ta...> - 2005-08-12 17:06:12
|
Onkar, a) Are you running as a service or in console mode? If you are running as a service then you will not have a console window to display the output. In this case you will only be able to see your "console" output by looking at the wrapper.log file. If you want to see a console when running as a service, take a look at this property: http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-console.html b) Which messages are you referring to. Wrapper log messages are shown at the STATUS log level. You can hide them by setting the output to WARN, but that will also hide console output. I doubt that is what you want. I do not want to disable wrapper output completely as it makes things much more difficult to debug and thus for me to support. The amount of output shown is quite minimal. Cheers, Leif onkar singh wrote: > Hello, > > I want to run my run my application as service on windows and as > daemon on unix flavors. > > I tried on windows machine first but faced following problems: > > (a) Log messages which my Application output to the console are not > appearing on the windows command prompt. > > Note: i have set the property 'wrapper.console.loglevel' to 'INFO' level. > > (b) I want to suppress the log messages coming from the wrapper, which > appear on the console. Is it possible ? > > Thanks in advance !! > > Best Regards > > Onkar Singh > |