public void init(ServletConfig config)
        throws ServletException
    {
        this.config = config;
        init();
    }
config是传进来的,配置文件还不是由GenericServlet读取的