Mike Baranski wrote:
Is there another way to make changes show up right away?
If not, how do you do your code/test/release cycle?

You can set AutoReload=True in AppServer.config, see
http://w4py.org/WebKit/Docs/Configuration.html#appserver-config

This reloads the application server automatically if anything changes.

This mechanism works only if you are using the AppServer(.bat) start script. If you are going productive, set AutoReload=False. On Windows, you may also want to use AppServerService instead of the AppServer.bat script if you are going productive.

BTW, changes to the actual servlets should show up directly. This reloading is only needed if you change libraries or change the base classes for your servlets.

-- Christoph


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to