Hi, I'm looking for the proper way to shut down the jasperreport server process. The first time a report gets displayed, the JasperServer process is spawned and opens up port 8090 on the localhost. However, when I try to stop the openerp-server process afterwards (init.d script uses start-stop-daemon to send the TERM signal), the openerp-server cannot be terminated because the java process is still running as a child process. On the other hand, terminating the java process before openerp-server results in a defunct java process.
Any ideas how I can adapt my startup script to ensure a proper shutdown? Thanks Kristof ------------------------ --------------------------- Cogetix bvba http://www.cogetix.com -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=57439#57439 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
