[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem include external context

visolvejboss do-not-reply at jboss.com
Mon Jan 29 23:29:39 EST 2007


Hello,

You can use the following code achieve this.

<%
getSetvletContext.getContext("/company_import").getRequestDispatcher("/").include(request,response);
%>

This might solve your problem.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008127#4008127

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008127



More information about the jboss-user mailing list