configurationResources.add("transport_http.properties");
}
@Override
public IsisViewer doCreateViewer() {
return new EmbeddedWebViewer() {
@Override
public WebAppSpecification getWebAppSpecification() {
final WebAppSpecification webAppSpec = new WebAppSpecification();
webAppSpec.addServletSpecification(EncodingOverHttpRemotingServlet.class, REMOTING_SERVLET_MAPPED);