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? 

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.


Thanks again,

Yuri Gadow


On Mon, 2002-01-14 at 15:45, Bert Van Kets wrote:
> This is actually a webapp question.  If you copy the cocoon.war file to 
> another name, say test.war, you can access it from that name, /test here.
> 
> I just copy the original Cocoon.war file to another name, let tomcat unpack 
> it to the new directory and then erase everything I don't need.  The 
> configuration in Tomcat makes sure only the right sites can access their 
> own webapp and not the other.
> Bert
> 
> 
> At 14:54 14/01/2002 -0700, you wrote:
> > From the FAQ it would seem that one cannot run Cocoon from a URL or
> >context other the /cocoon (since the FAQ only offers ideas for changing
> >the URL by having Apache rewrite on the fly.) Is this correct (if so,
> >anyone have any guesstimates on how much work would be involved in
> >changing or removing this)?
> >
> >Thanks,
> >
> >Yuri Gadow
> >
> >
> >
> >
> >
> >---------------------------------------------------------------------
> >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]>
> 
> 
> ---------------------------------------------------------------------
> 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]>
> 



---------------------------------------------------------------------
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