> From: Yuri Gadow [mailto:[EMAIL PROTECTED]]
> 
> Ok, thanks guys. I realise I didn't state the original question as
fully
> as I should, the second half of it was missing.
> 
> What I have is a WAR with Cocoon2 (C2), and a large amount of other
> presentation layer 'stuff' (JSP, Servlets, etc.) So, the context root
> for the WAR is /, however that root is handled by another Servlet, as
C2
> is only responsible for one piece of the system.
> 
> So, if I have a context for the WAR set to /, a servlet mapping for
some
> other Servlet to handle /, and a Servlet mapping such as /subSystemA
for
> the C2 Servlet, should that work?

It should, if you have properly configured web.xml & sitemap.xmap.


> Currently, it's not, I get a 404 from Catalina when trying to access
the
> status generator (at http://a.b.c/subSystemA/status, the only pipeline
> currently in the sitemap), but there's plenty of other possibilities
for
> failure here. I'm mainly trying to narrow down the variables.

1. Check web.xml. Cocoon should be mapped to /subSystemA/status (at
least).
2. Check sitemap.xmap. You should have match with pattern
"subSystemA/status".

Vadim



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to