I need to launch a program from a servlet that the user can interact with. I currently use Runtime.exec(), but I haven't found a way to do it without having to select the "Allow service to interact with desktop" option in Services.
Is there another way of doing it so that this option doesn't have to be selected? The motivation is that when the option is selected, tomcat launches its console screen which can't be closed without stopping the service. Thanks Roger --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]