I'm developing a FrontServlet, so there is no need to map other Servlet. I use getRequestDispatcher
for specific Servlet and I need some name to access it, to forward request, but without mapping's url-pattern
I don't know how to do it.
Is there an ability to access the Servlet without being mapped in web.xml?