%@ page import="org.springframework.web.context.WebApplicationContext, org.springframework.web.context.support.WebApplicationContextUtils" %> <%@taglib prefix="s" uri="/struts-tags" %> <% String username = request.getRemoteUser(); String base_dir = request.getContextPath(); WebApplicationContext ctx = WebApplicationContextUtils.getRequiredWebApplicationContext(getServletContext()); %>