comparison data/fileio/HttpClient.cpp @ 200:987ff9c8b7c3

change servlet by default to the new architecture
author lbajardsilogic
date Tue, 08 Jan 2008 10:09:28 +0000
parents 9441b45b1e7f
children 59d84a8bb76c
comparison
equal deleted inserted replaced
199:c036fee668fb 200:987ff9c8b7c3
27 m_pwdProxyId = ""; 27 m_pwdProxyId = "";
28 28
29 m_host = "easaier.silogic.fr"; 29 m_host = "easaier.silogic.fr";
30 m_hostPort = 9876; 30 m_hostPort = 9876;
31 31
32 m_servletName = "/easaier/servlet/MOQueryServlet"; 32 m_servletName = "/easaier/servlet/RetrieverService";
33 33
34 if (config->exists()) 34 if (config->exists())
35 { 35 {
36 fromXmlString(config); 36 fromXmlString(config);
37 } 37 }
38 38