|
From: Sean S. <sea...@gm...> - 2004-07-21 21:11:55
|
Hi, Just wanted to know if it was common for the wrapper to stop abruply. I am currently using integration method 1. When i test my java applet using the command console, everything works fine, it goes through the apprpriate steps and outputs to the command. However after a second or two after the Java program is done doing its task the wrapper will stop itself. Right now my java program opens a connection to a DB, and retrieves some rows. Wanted to know if this was expected behavior. The goal is to have a webservice that will continously monitor a DB table every n seconds. Sean |