<c:catch var="error32">
<c:import url="/other.jsp" var="WW" context="/other" scope="session"
charEncoding="utf-8" />
</c:catch>
<c:out value="${error32}" />
<br>
<c:out value="${sessionScope.WW}"/>
可以通过cout把html导入,但是other.jsp没有像百度首页一样显示
要启动other的那个项目,而且还要更改tomcat包下conf包里context文件,给<Context>标签增加一个属性设置
crossContext="true"