ok, then can you use your webserver to handle the static file handling
rather than web2py? that sounds like your best bet given your restrictions.
cfh
On 6/9/12 15:20 , Carl wrote:
It'd be nice that it wouldn't matter but tech often like that. Web2py treats
files differently based upon location (see e manual's section on Web2py's
static directory).
GWT sees its root and all files "below" and nothing "above".
And if I stick a GWT HTML file outside of static then Web2py doesn't allow
static access to it.