Switching to Apache XML-RPC.
This commit is contained in:
parent
bb99727791
commit
8731eaffc7
2 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import helma.main.Server;
|
||||||
import helma.scripting.*;
|
import helma.scripting.*;
|
||||||
import helma.objectmodel.*;
|
import helma.objectmodel.*;
|
||||||
import helma.objectmodel.db.*;
|
import helma.objectmodel.db.*;
|
||||||
import helma.xmlrpc.*;
|
|
||||||
import helma.util.*;
|
import helma.util.*;
|
||||||
|
import org.apache.xmlrpc.*;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
import java.net.URLEncoder;
|
import java.net.URLEncoder;
|
||||||
|
|
|
@ -13,11 +13,11 @@ import helma.extensions.HelmaExtension;
|
||||||
import helma.objectmodel.db.DbSource;
|
import helma.objectmodel.db.DbSource;
|
||||||
import helma.framework.*;
|
import helma.framework.*;
|
||||||
import helma.framework.core.*;
|
import helma.framework.core.*;
|
||||||
import helma.xmlrpc.*;
|
|
||||||
import helma.util.*;
|
import helma.util.*;
|
||||||
import org.mortbay.http.*;
|
import org.mortbay.http.*;
|
||||||
import org.mortbay.util.*;
|
import org.mortbay.util.*;
|
||||||
import org.mortbay.http.ajp.*;
|
import org.mortbay.http.ajp.*;
|
||||||
|
import org.apache.xmlrpc.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helma server main class.
|
* Helma server main class.
|
||||||
|
|
Loading…
Add table
Reference in a new issue