final SessionConfig configuration,
final FontServer fontServer,
final GraphicServer graphicServer, final TextServer textServer)
throws FOrayException {
final URL[] graphicSearchPath = buildGraphicSearchPath(configuration);
return new FoTreeServer4a(logger, fontServer, textServer,
graphicServer, graphicSearchPath,
configuration.optionCacheGraphics());
}