Hello, I am using Apache-1.3.22, RedHat-7.2, and Tomcat-4.0.1 with mod_jlk. Everything is working smoothly, but I'm stumped on how to simulate JSSI functionality. I am able to access a webapp's servlets in a jsp from within that webapp's directory using the <jsp:include page="/servlet/foo.bar" flush="true" /> directive, but I need to access multiple webapps from a single jsp page... The problem (I think) is that the JkMount directive in httpd.conf that passes handling of a URL from apache to Tomcat is only applied on the jsp's url, NOT the url of any <jsp:include> pages. Is there a way to get around this limitation so I can include the output from multiple webapp servlets on a single (non webapp-associated) jsp? It just seems too rigid a structure for anything other than strictly self-contained applications...
-- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
