getServletConfig()
<% ServletConfig conf = pageContext.getServletConfig(); String servletName = conf.getServletName(); out.println("name="+servletName); %>