public class SampleServlet extends HttpServlet { public void doGet( HttpServletRequest request, HttpServletResponse response ) throws ServletException,IOException {
ServletContext context = this.getServletContext(); context.getContext("/WebApp");