|
From: Leif M. <lei...@ta...> - 2009-02-18 10:05:18
|
I am not sure what you are referring to by the desktop pop-up? As for the process tree, what does your wrapper.log look like? My guess is that the Java and Wrapper processes are ending after your child EXE is launched. The Wrapper does not do anything to control child processes and if it is not killed by your java application, it will continue to run in the background. Cheers, Leif On Wed, Feb 18, 2009 at 6:24 PM, Tested Java +ve <rak...@gm...> wrote: > > Hi Leif, > > Thanks for the reply.. > > Hey Cheers its working Now! > > Environment:Windows Vista Ultimate > > I made the following changes to the config file. > > > # Allow the service to interact with the desktop. > wrapper.ntservice.interactive=true > wrapper.ntservice.hide-console=false > > Now when I enter any command,I get a interactive desktop pop-up and I can > work on the started exe. > > Can we somehow stop this pop-up and open the exe directly,without any pop-up > > Also I saw a strange process tree. > > Now their is no java process or any-thing related to java in the process > tree after the service is started. > > Why is this? I am confused how its working !!!!!! without a java process ... > > Thanks > > > Tested Java +ve wrote: >> >> >> Hi all, >> >> I have a RMI-Application,which runs fine as Standalone.But after starting >> the application as a service >> it start's the required exe's in process tree but not as a application. >> >> The Structure is a Client/Administrator will start a particular exe on a >> machine on which the Service is running. >> >> I have created the Service for the RMI-Server specific files using >> Wrapper. >> >> After starting the java.exe process the service starts the exes but in as >> process and doesn't pop up the >> application window. >> >> For eg:If I request to start a mspaint the process mspaint.exe starts but >> doesnot pop up the paint window... >> >> Can any one find the bottleneck in this >> >> Thanks in Advance |