This broke UnknownFileServlet which is used by default for all *.css, 
*.gif, etc. The fix was to add this:

        def configFilename(self):
                return self._application.configFilename()

-Chuck


On Thursday 14 November 2002 05:47 pm, Ian Bicking wrote:
> There's an update in CVS to add/override settings via the command
> line. For instance:
>
>   ./AppServer --AppServer.AutoReload=1
>
> i.e., --(basename-of-config-file).(setting-name)=value
>
> "value" is converted to a number if possible; a list, tuple,
> dictionary, or string depending on the first character of value (and
> eval'ed); or just left as a string.
>
>   Ian
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: To learn the basics of securing
> your web site with SSL, click here to get a FREE TRIAL of a Thawte
> Server Certificate: http://www.gothawte.com/rd524.html
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss


-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to