|
From: Tested J. +ve <rak...@gm...> - 2009-02-18 09:25:02
|
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 > > -- View this message in context: http://www.nabble.com/Problem-in-running-the-Application-as-a-Service-tp21972495p22075087.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |