From: Arun S. <ar...@sh...> - 2001-04-28 16:14:59
|
Hi, I'm trying to use PyServlet along with tomcat and ran into a couple of problems: (a) Is there a way to load a python servlet (init.py) on startup ? For java servlets, I use load-on-startup=1 (b) Python servlets get reloaded when I make changes, but other python modules they "import" don't get reloaded when they're changed. I understand that this is the default java behavior, but is there a way to change this in python ? Will save me a restart, if I can do that. Thanks! -Arun |