I am not sure I fully understand your quesiton/questions. if you only want to expose one application you can use damin and disable the other ones.
You choose a host machine and you run it there from ip 0.0.0.0 and port 80. Other machines in the network can access it at http://<ip>/yourapp assuming <ip> is the host machine. On Thursday, 13 December 2012 02:42:56 UTC-6, Seelife wrote: > > Hi Folks, If this is a basic question, my apologies. > I have an App Ive built in web2py. Ican run on my local computer or place > the whole web2py installation on a shared network disc, access web2py.exe > and start up the browser & open my app and all works fine. > > But here are the questions : > How do I start web2py from a networked windows machine so that it opens > both web2py and my app only > > I would like to open the App on at least 2 machines. > I assume that I would open one instance of web2py with srat parameters > that allow it to "listen" to other requests. > Can someone give me simple stupid examples as to how to open the first > machine and get web 2py running with my app, then what webaddress or > whatever to open the second machine to access the app. > There should be no problems in record locks as it is purely a logging data > app. > > I am not a network expert, so please give me a simple way to open on a > windows desktop. > Thank heaps > > --