|
From: Leif M. <le...@ta...> - 2003-08-28 15:50:47
|
Andy, (Excuse me but AHHHHHH!!!) Sorry, I worked hard to get rid of the Console. :-) Most users only wish to display a Swing GUI in interactive mode and they are opposed to an "ugly" console being left around. The behavior of the console is a little different with each of the various JVMs. I'll look into adding a way to show the console when run as a service. It shouldn't be too difficult. One option in the mean time is to use a tail program to view the log output. I placed a great little tool that I always use up on the web server. I found it a few years ago. I like to give credit where credit is due, but I honestly can't remember where I found it :-/ Anyway, it is at http://wrapper.tanukisoftware.org/tools/TAIL2.EXE The only parameter is the file you want to tail. Cheers, Leif Andy Birchall wrote: >Hi, >I am running my app as a service in Windows 2000 with JDK 1.4.2. >I have wrapper.ntservice.interactive=true in the wrapper.conf file but >when I start the service a console window (dos box) does not appear. >Ouput only goes to the wrapper.log file. >I have tried setting wrapper.ntservice.hide-console=false but this makes >no difference. >Regards >Andy Birchall >Archive-IT > > > |