Re: Struts and Cewolf integration

2004-11-04 Thread matsuhashi
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

Re: Struts and Cewolf integration [SOLVED]

2004-11-04 Thread Andrew Stepanenko
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

RE: Struts and Cewolf integration

2004-11-04 Thread Jesse Alexander (KBSA 21)
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