Hi Massimo,

As we know, we can use:
  web2py -i 0.0.0.0 -p 80 -a blah
to start a web2py process binding to 0.0.0.0 and port 80.

Now I want to do the same thing but this time let web2py (windows
distribution) stay on SysTray, so I do:
  web2py -i 0.0.0.0 -p 80 -a blah -t
web2py can start, BUT still using default 127.0.0.1 and port 8000. Not
what I want.

I assume it will not be hard to let -i and -p also have effect on -t ?

Thanks.

Iceberg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to