URL url = Resources.getResource("images");
httpServer_.addHandler(new ClassLoaderHandler(url, "/"));
pkgUrl_ = new URL(httpServer_.getBaseUrl(), "");
/* Set up handler for XML-RPC. */
xClientFactory_ = new InternalClientFactory();
final SampXmlRpcServer xServer =
new InternalServer(httpServer_, "/xmlrpc");
xServerFactory_ = new SampXmlRpcServerFactory() {
public SampXmlRpcServer getServer() {
checkStarted();