I am looking at Struts + Cewolf combination as well. I have successfully
build a sample app.
In my sample, I have both of Struts' ActionServlet and the Cewolf Servlet
together. See my following web.xml fragment:
-
action
org
Hi, Jesse!
Thanks for your answer.
I din't notice that actually only *.do requests go to the ActionServlet,
but it were various filters in my web.xml which had url-pattern like /*.
I defined CewolfServlet and a mapping for it and now it works, I can see
my charts!
Thank you.
Andrew.
Jesse Alexan
Hi
int the web.xml you are allowed to define thousands of servlets,
so no problem there.
In the image-tag that you "generate" using the struts-fw you can
then specify an url which will be routed to the cewolf servlet
instead of the struts-servlet...
Check out the URL-pattern that you have to d
3 matches
Mail list logo