Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8274625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T07:46:51+00:00 2026-06-08T07:46:51+00:00

We have several single Pylon websites running but would like to make these more

  • 0

We have several single Pylon websites running but would like to make these more easily reusable.

There is a concept of a “Composite Application” inside pylons, but there seems to be limited instructions on how to achieve this.

Has anyone done this or is aware of a good tutorial on “How to convert multiple pylons apps into a composite app?” ?

I’ve tried – perhaps too optimistically – to simply copy an existing app into another app and fiddle with the development.ini file, but this does not seem to work. (I’m getting the error “pkg_resources.DistributionNotFound: wiki” in that case)

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T07:46:53+00:00Added an answer on June 8, 2026 at 7:46 am

    This is done by modifying the WSGI pipeline to dispatch a request to different applications based on request properties (usually URL). The simplest way to modify the pipeline is by PasteDeploy (the package that controls your INI files).

    [composite:main]
    use = egg:Paste#urlmap
    /foo = foo
    /bar = bar
    / = baz
    
    [app:foo]
    use = myapp#main
    
    [app:bar]
    use = yourapp#main
    
    [app:baz]
    use = myapp#baz
    

    This creates a composite application that dispatches to different endpoints based on the URL prefix.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have several plots in a single panel, I would like to be
I have several virtualhosts configured on a single Jetty instance. I would like to
I have several sites (Asp.Net) that I would like to have a single sign
We have several core's setup in SOLR and would like to search across these
I have committed several files on GitHub but I want to pull only single
I have several classes in one single file each. Is there a quick way
We have several build machines, each running a single TeamCity build agent. Each machine
I have several servers running the same code but each handling specific messages (they
I have several different processes and I would like them to all log to
Is there some way to have several consecutive Try-Except clauses that trigger a single

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.