I try to use the following but the method is not available:
@Override
public void init() throws ServletException {
super.init();
mLanguage = getServletConfig().getContextPath();
}
_______________________________________________ jetty-users mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
