|
From: Corey B. <cor...@gm...> - 2004-12-08 14:28:53
|
I am having trouble displaying a simple JFrame using the wrapper service. The environment I'm working in is: Windows 2000 JRE 1.4 Wrapper Service 3.1.2 The service appears to install and run fine (no error messages in event log or wrapper.log file). However the JFrame that is displayed when running in application mode (via. App.bat) is never displayed when running as a service. Using log statements I verified the code to display the JFrame was executed when running as a service. I have the following property set in the config file: wrapper.ntservice.interactive=true I tested this on a XP machine and it worked fine (running as service). Any ideas on what might be going one or where I might look for hints? Thanks, Corey |