Message3005

Author bckfnn
Recipients
Date 2001-11-19.09:20:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It could be very usefull if a script was run when the 
PyServlet is loaded.

Arun Sharma suggested that __init__.py is run when 
loading. I would also suggest that another script is 
run when the servlet is destroyed (__del__.py maybe).

getServletContext().getRealPath("__init__.py")
getServletContext().getRealPath("__del__.py")


History
Date User Action Args
2008-02-20 17:18:58adminlinkissue483305 messages
2008-02-20 17:18:58admincreate