Hello,
This is my first post in the group and I have a simple question:
How to run more then one web2py application in Google App Engine ?
I did a web2py application called init ( it is the default web2py
application / the website of my company and It works fine in GAE, see
in action in GAE in www.professionalit.com.br ) and I want put
together a second web2py application called blog. Then, I want point
my second application to www.professionalit.com.br/blog. How to do
this ? is possible ?
I'm trying run with the demo development server:
with the command:
python2.5 dev_appserver.py web2py/
the http://localhost:8080 open my default application init(my
website) and works fine, but with the address
http://localhost:8080/blog/default/index
I receive this error message:
Internal error
Ticket issued: unknown
Ps: I'm sorry by terrible english, I don't speak/write in english.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---