Max Larsson wrote:
Hi,
has onyone expierence with running two servlets
within one webapp. For example having the
cocoon servlet maped to / and another servlet
to /directory. I know this is configured in
the web.xml file in WEB-INF directory. But
i can only one of them at the time working, not
both.
Actually this should work. For Wyona we have the Cocoon Servlet
and a Scheduler Servlet running without any problem.
What if you don't do any mapping?
And call your servlet directly, e.g.
http://127.0.0.1:8080/cocoon/servlet/org.foo.BarServlet
Michael
TIA
Max
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.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/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>