[web2py] Re: deploying web2py on IIS

2016-04-19 Thread Dmitri Ermolaev
Yes! not need to downlad full MS Visual C вторник, 5 апреля 2016 г., 4:59:40 UTC+3 пользователь Massimo Di Pierro написал: > > are you proposing this for including in web2py? > > On Sunday, 3 April 2016 03:51:20 UTC-5, Dmitri Ermolaev wrote: >> >> *wfastcgi.py for IIS and web2py* >> >> воскресен

[web2py] Re: deploying web2py on IIS

2016-04-04 Thread Massimo Di Pierro
are you proposing this for including in web2py? On Sunday, 3 April 2016 03:51:20 UTC-5, Dmitri Ermolaev wrote: > > *wfastcgi.py for IIS and web2py* > > воскресенье, 3 апреля 2016 г., 7:56:03 UTC+3 пользователь Dmitri Ermolaev > написал: >> >> I do it! Its work: >> http://web2py.com/books/default/

[web2py] Re: deploying web2py on IIS

2016-04-03 Thread Dmitri Ermolaev
*wfastcgi.py for IIS and web2py* воскресенье, 3 апреля 2016 г., 7:56:03 UTC+3 пользователь Dmitri Ermolaev написал: > > I do it! Its work: > http://web2py.com/books/default/chapter/29/13/deployment-recipes#IIS > > IIS much quicker than Apache - Apache load a processor at 100% for AJAX > requests

[web2py] Re: deploying web2py on IIS

2016-04-02 Thread Dmitri Ermolaev
I do it! Its work: http://web2py.com/books/default/chapter/29/13/deployment-recipes#IIS IIS much quicker than Apache - Apache load a processor at 100% for AJAX requests (( thanx вторник, 6 сентября 2011 г., 13:03:42 UTC+3 пользователь Hassan Alnatour написал: > > how can i deploy web2py on II

[web2py] Re: deploying web2py on IIS

2014-10-19 Thread Dmitry Ermolaev
may be use nssm (http://nssm.cc/usage) with: c:\web2py\web2py.py -W install -L c:\web2py\options.py -W install -L options.py or with -W install -L wsgihandler.py ? вторник, 6 сентября 2011 г., 14:03:42 UTC+4 пользователь Hassan Alnatour написал: > > how can i deploy web2py on IIS ?? -- Re

[web2py] Re: deploying web2py on IIS

2011-09-16 Thread sherdim
Hope, you will be satisfied with Apache. I have other sites/apps on the IIS, so I wanted web2py on the same platform. If you had default isapi_wsgi example app working - then no incompatibility with dll (32/64 bit issues etc). if any webserver is proper for you - you can use default web2py roc

[web2py] Re: deploying web2py on IIS

2011-09-15 Thread Omi Chiba
I gave up... :'-( Start setting up Apache and it worked in one hour.

[web2py] Re: deploying web2py on IIS

2011-09-14 Thread Omi Chiba
sherdim, I checked all including your suggesion but it just didn't work. I keep getting HTTP Error 500. Windows event says "Failed to import callback module 'ochibaapp'" Have you successfully working on IIS 7.5 ? If not, I need to say there are maybe some compatible issue with isapi-wsgi modul

[web2py] Re: deploying web2py on IIS

2011-09-14 Thread sherdim
Hello, Omi! > Do you have any idea where I should check ? > > I use IIS 7.5 with IIS 6 Management Cimpatibility. > > 1. Check you app is working through usual web2py startup. 2. if you did junction folder - set full access for IIS_WPG for the target folder "...\applications" also check acce

[web2py] Re: deploying web2py on IIS

2011-09-13 Thread Omi Chiba
sherdim, Thank you again! I'm ALMOST there. I finished all the settings and excited to see the result at http://localhost/ochibaapp/ but I got HTTP Error 500.0 - Internal Server Error. Do you have any idea where I should check ? I use IIS 7.5 with IIS 6 Management Cimpatibility. Windows applic

[web2py] Re: deploying web2py on IIS

2011-09-12 Thread sherdim
Onmi, it is not clear - whether you have separate domain for the site under IIS. if no - then you can use default pathes. To be honest, I cannot really understand routes even I read the book. > routes.py is not related to deployment on IIS. You can skip routes configuration upto you need/want i

[web2py] Re: deploying web2py on IIS

2011-09-09 Thread Omi Chiba
sherdim, Thank you so much for your reply To be honest, I cannot really understand routes even I read the book. I don't even know if I should copy the applications under web2py folder and/or where to ... Here's my directories: --- python: C:\Python

[web2py] Re: deploying web2py on IIS

2011-09-09 Thread sherdim
Hello Omi! first, junction (as you read in receipt) is needed for ability to launch development version of web2py on the same source. anyway you can copy all web2py folder and syncronize them as needed Step 2.3.2 Configure routes - is standard for web2py and described in the book. it sets relat

Re: [web2py] Re: deploying web2py on IIS

2011-09-09 Thread Richard Vézina
I don't want to suffer ;) Richard On Fri, Sep 9, 2011 at 12:51 AM, Omi Chiba wrote: > Any information is very helpful for me if there is any IIS users who > successfully running web2py with this receipt 2 (ISAPI+WSGI). > > On Sep 8, 11:43 am, Omi Chiba wrote: > > Remco, > > > > I'm another guy

[web2py] Re: deploying web2py on IIS

2011-09-08 Thread Omi Chiba
Any information is very helpful for me if there is any IIS users who successfully running web2py with this receipt 2 (ISAPI+WSGI). On Sep 8, 11:43 am, Omi Chiba wrote: > Remco, > > I'm another guy struggling with IIS. > Following the Receipt 2 for ISAPI and I'm lost at 2.3.2. If possible, > can y

[web2py] Re: deploying web2py on IIS

2011-09-08 Thread Omi Chiba
Remco, I'm another guy struggling with IIS. Following the Receipt 2 for ISAPI and I'm lost at 2.3.2. If possible, can you explain what I should do from here. So far, virtual directory "ochibaapp" (Renamed it from appname) is created under "Default Web Site". I have setup junction for C:\w2p \appl

[web2py] Re: deploying web2py on IIS

2011-09-08 Thread Remco
>From the sqlite site: SQLite uses POSIX advisory locks to implement locking on Unix. On Windows it uses the LockFile(), LockFileEx(), and UnlockFile() system calls. SQLite assumes that these system calls all work as advertised. If that is not the case, then database corruption can result. One sh

Re: [web2py] Re: deploying web2py on IIS

2011-09-08 Thread Richard Vézina
SQLite is a file DB so it the file is locked when there is operation in process... I think it become pretty slow when multiple users are on at the same time... I am not sure if it only allow concurrent access management correctly... Richard On Wed, Sep 7, 2011 at 3:18 AM, Web2Py Freak wrote: > w

[web2py] Re: deploying web2py on IIS

2011-09-08 Thread Remco
You can do IIS with WSGI: http://code.google.com/p/isapi-wsgi/ so you don't host two webservers, but only one. Hope this helps. Regards, Remco Boerma On 6 sep, 12:03, Web2Py Freak wrote: > how can i deploy web2py on IIS ??

[web2py] Re: deploying web2py on IIS

2011-09-07 Thread Web2Py Freak
why cant i use SQLite ??

[web2py] Re: deploying web2py on IIS

2011-09-06 Thread annet
Hi, I have seen you struggle setting up a deployment environment and deploying your web2py app for some time now, and wonder why you not simply decide to deploy your app at e.g Webfaction. Apart from my Mac OS X Leopard Server I do have a hosting account there at $ 9.50 a month, and in order to be

[web2py] Re: deploying web2py on IIS

2011-09-06 Thread Brian M
Perhaps check out web2pyslices.com -- http://www.web2pyslices.com/slices/take_slice/128 "Install web2py on Windows with IIS" I haven't tried it (I just use the built-in rocket server or apache + mod_wsgi even on windows) Good Luck ~Brian

[web2py] Re: deploying web2py on IIS

2011-09-06 Thread Massimo Di Pierro
I am not a windows user s I am just reposting somebody else info. I guess web2py goes in C:\inetpub\wwwroot\web2py and you start it from there cd C:\inetpub\wwwroot\web2py c:/python/python.exe web2py -p 8000 -i 127.0.0.1 -a 'password' C:\inetpub\wwwroot\web2py\Web.config is the only file you

[web2py] Re: deploying web2py on IIS

2011-09-06 Thread Web2Py Freak
Massimo , if you may please , can you explain thing a little more this is my first time doing this . Thank you .

[web2py] Re: deploying web2py on IIS

2011-09-06 Thread Web2Py Freak
where dose my application files go ? or my packed project go

[web2py] Re: deploying web2py on IIS

2011-09-06 Thread Massimo Di Pierro
Try this and please report errors. Start web2py as usual on port 8000 python web2py -p 8000 -i 127.0.0.1 -a 'password' Create: C:\inetpub\wwwroot\web2py C:\inetpub\wwwroot\web2py\bin Download http://managedfusion.com/ and extract C:\inetpub\wwwroot\web2py\Web.config Create C:\inetpub\wwwroot\we