Using your suggestion gives an error: LookupError: No loader given in 
section 'composite:main'

But if i add 'use = egg:Paste#urlmap' in [composite:main] on top of your 
suggestion, it works fine.

So the fix i did is:

You can rename 'pipeline:main' to 'pipeline:mypipeline':

[pipeline:mypipeline]
... whatever is in your [pipeline:main] now ...


[composite:main]

use = egg:Paste#urlmap

/prefix = mypipeline



Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-discuss/-/IQZ3gGYrv8oJ.
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/pylons-discuss?hl=en.

Reply via email to