[web2py] Cas Login Problem

2010-08-05 Thread harshit agrawal
hey all, I am having a problem in logging through CAS. I am able to login but the token returned is none. please help.

[web2py:36405] Hosting a web2py application on apache server

2009-12-02 Thread harshit agrawal
I want to host my web2py application on an apache server . Can anyone suggest me as to how to go about it ? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this gr

[web2py:35857] Re: Maximum No of users can web2py server can support

2009-11-23 Thread harshit agrawal
This is a fact. Sir I am almost done with all the queries in my project using the default sqlite and now I want to put the portal on apache server. How can we do this? On Nov 23, 12:47 pm, mdipierro wrote: > On Nov 23, 11:36 am, harshit agrawal > wrote: > > > But sir my portal

[web2py:35849] Re: Maximum No of users can web2py server can support

2009-11-23 Thread harshit agrawal
But sir my portal will start at a specific time and around 200-250 users will login at the same time then the system may hang. Also there is a file named options_std.py, in this file what does 'no_of_threads' means reply as soon as possible Thank You Harshit On Nov 23, 10:15 am, mdipierro

[web2py:35825] Maximum No of users can web2py server can support

2009-11-23 Thread harshit agrawal
Hello sir, I am making a portal for my institute in web2py but it requires that about 200 users can use the system simultaneously. So how can we do this? Harshit --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[web2py:35824] Re: Populating database

2009-11-23 Thread harshit agrawal
ller action > > > that loops and > > >    db.table.insert(field='value',...) > > > > On Nov 22, 3:47 am, harshit agrawal > > > wrote: > > > > > sir, > > > > I am populating my database by filling forms. But I don't w

[web2py:35822] Auto-Populate the database

2009-11-23 Thread harshit agrawal
hello sir, I posted a question about auto-population of the database but no replies came. Please tell me can I populate the database by using a file in place of forms. Hoping for a quick response. Harshit --~--~-~--~~~---~--~~ You received this mess

[web2py:35783] Populating database

2009-11-22 Thread harshit agrawal
sir, I am populating my database by filling forms. But I don't want to fill long forms again and again. Is there a way to populate the database in one shot . If Yes, please explain... Thank You waiting for response harshit --~--~-~--~~~---~--~~ You received this m

[web2py:35567] Dictionary as arguement in redirection

2009-11-18 Thread harshit agrawal
hi, When I am trying to redirect to a funciton with dictionary as an arguement then its showing invalid request . roll_type={'200909009':'full'} redirect(URL(r=request,f='admin_applicant_list_3',args=[roll_type])) def admin_applicant_list_3: rollType=request.args[0] return dict(rollType=rollTy