SV: Shutting Down Orion

1999-10-27 Thread Magnus Stenman
Okie, there sure seemed to be ample interest in this matter (lots of replies), we've added a shutdown tool (shutdown.jar) to the 0.7.9 distro, be sure to activate RMI and change the admin password prior to usage though. Have a nice day! :) /Magnus Stenman, the Orion team ctrl-c will result in

Throwing an Exception to abort page execution

1999-10-27 Thread Neal Kaiser
I have a bean, which can RequestDispatcher.forward() to an ErrorHandler.jsp file. Since this is a bean, even though I put a return statement after the forward(), the control will still go back to the servlet/jsp file (it just exits from the bean method, not the service() method)... Anyway, I was