Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Run multiple instances of the same WAR servlet and pass it a config value

I try to use the following but the method is not available:

    @Override
    public void init() throws ServletException {
        super.init();

        mLanguage = getServletConfig().getContextPath();
   }

Back to the top