If you are doing all this in a JSF request (which I don't understand if you are) you can get the init-parameters with
Premier
/Premier
(note: not inside the servlet-tag)
and
final String PREMIER = FacesContext.getCurrentInstance().getExternalContext().getInitParameter("Premier");
This is just a comment as I don't know if it solves anything and/or there are other problems.