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
eck out the URL-pattern that you have to define in web.xml hope this helps Alexander -Original Message- From: Andrew Stepanenko [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 10:16 AM To: Struts Users Mailing List Subject: Struts and Cewolf integration Hello all! I have a webapp d

RE: Struts and Cewolf integration

2004-11-04 Thread Jesse Alexander (KBSA 21)
ou have to define in web.xml hope this helps Alexander -Original Message- From: Andrew Stepanenko [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 10:16 AM To: Struts Users Mailing List Subject: Struts and Cewolf integration Hello all! I have a webapp done with struts and I w

Struts and Cewolf integration

2004-11-04 Thread Andrew Stepanenko
Hello all! I have a webapp done with struts and I want to add some charts to it via Cewolf and JFreeChart. But to render images with cewolf you need to define a cewolf servlet in web.xml. How can this be done with struts if there is already the only servlet (ActionServlet) defined in web.xml for s