Hi,

I also posted this at 
[url]http://stackoverflow.com/questions/19545021/embed-magnolia-content-into-existing-web-app[/url].

We're trying to embed Magnolia-managed content into some of the JSPs of an 
existing web app. In Tomcat we deployed and set up a "magnoliaAuthor" context 
that runs along our existing "app" context.

So, for example, we'd like an existing JSP such as [code]/app/test.jsp[/code] 
to include a Magnolia page such as [code]/magnoliaAuthor/footer[/code] (just a 
div). In the browser the path [code]/magnoliaAuthor/footer[/code] renders fine, 
but we're facing issues when trying to include that into 
[code]/app/test.jsp[/code] using:

c:import
jsp:include
and the like, with both relative and absolute paths to 
[code]/magnoliaAuthor/footer[/code]..

At most we're getting the following:

Server returned HTTP response code: 401 for URL: 
[code]http://localhost:8080/magnoliaAuthor/footer[/code] (when an absolute URL 
is used). This seems like the request was rejected by Magnolia..

We couldn't find an exact description of how this use case should be put 
together. Any hint will be appreciated.

Thank you.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=fae66e67-9753-4130-98ed-aeb5dfdfd746


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to