I am working with Cocoon and another servlet which provides XML- source for my FileGenerator. Both Servlets, the Cocoon Servlet and the other Servlet are running in the same Tomcat. I can contact the other Servlet over http in FileGenerator's src- Attribute
<map:generate type="file" src="http://otherServlet..."/> that works fine. But since both Servlets are running on the same Tomcat I wanted to ask if it is possible to do the same without using http (some kind of internal request?) Both Servlets are running on the same system, there would be no need to go "out in the wide world" and come back.... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
