Hi are Start() and Stop() member functions thread safe functions? I want to close my Database connection which is global to the servlet(i,e shared by all threads of a servlet) by overriding stop() method(I am opening the database connection in start()) In Stop() method while closing a connection if SQL Exception is raised , I want to send a message to the browser..How can I do that??? Please advice me... -pradeep ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
