Servus, I have a web-application, running from CD-ROM and I want the user to stop tomcat by klicking a link within this web-app. Tomcat is started as a embedded version from a Java-Application, but I don't want, that this start-application has a GUI. The only GUI I want to present the user, is the HTML-Web-GUI of the web-app running on tomcat.
I have tried to call System.exit(0) from a Servlet. It works so far, the server stops, but my browser (firefox) answers with an error-dialog (connection refused). What I want to have is, that the Browser shows a final-page (quit.jsp) and after that no more error-dialogs. Has anybody any hint or idea? Thanks in advance Wolfgang --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]