Questions tagged [subapplication]
35 questions
0
votes
1 answer
dealing with web.py sessions with subapp?
I have read http://webpy.org/cookbook/sessions_with_subapp.
The session works fine while I
have only one app, but when I create a sub app, I am encountering error ~ ,details below:
The main.py:
import web
from sub import subapp
web.config.debug =…

zjj
- 39
- 9
0
votes
1 answer
Which is the right path to place an initializer in a Padrino sub application
I'm working with OmniAuth-Facebook and initializing it in mysubapp/app.rb:
require 'omniauth-facebook'
class MySubApp < Padrino::Application
register Padrino::Rendering
register Padrino::Mailer
register Padrino::Helpers
enable :sessions
…

Luis Ortega Araneda
- 865
- 1
- 12
- 26
0
votes
1 answer
multiversioned sub application asset paths in flex 4
Hopefully someone can help here, more or less looking for a) solution to relative paths or b) insight on another method of loading assets.
We have a standalone web application that is using SDK 4.1 and looks in its relative assets folder for all…

notDefault
- 21
- 4
0
votes
1 answer
Flex sub-apps: App sdk 3.5 inside App sdk 4.5
I have an application compiled in Flex 4.5 and I load (with SWFLoader) other application compiled in Flex 3.5, it works fine but when I execute the sentence "SystemManager(myLoader.content)" the system shows the error:
TypeError: Error #1034: Error…

anpegar
- 1
- 2
-1
votes
1 answer
IIS Sub-application root
I have an existing Web Application hosted in IIS which an ASP.NET MVC application. Now I want to add a sub application,But when I deploy, some relative paths like "~/" or "/" will be imported back to my parent application.
Example:
The URL of the…

wxr
- 9
- 4