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]