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 Alexander (KBSA 21) wrote:

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 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 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 struts to work and all requests
should go to that servlet?


Thanks in advance,
Andrew.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to