|
From: Arun S. <ar...@sh...> - 2001-04-29 02:52:29
|
Can someone here help me with PyServlet question mailed to jython-users ? http://www.geocrawler.com/lists/3/SourceForge/7017/0/5646196/ -Arun 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 |