From d69d36a5d9a4287fe8cb7443a404c697cf93bc56 Mon Sep 17 00:00:00 2001 From: nahi Date: Sun, 15 Feb 2004 11:50:02 +0000 Subject: * sample/soap/calc/httpd.rb, sample/soap/exchange/httpd.rb, sample/soap/sampleStruct/httpd.rb, sample/wsdl/googleSearch/httpd.rb: use soap/property instead of getopts for configuring DocumentRoot and port# of httpd. see samplehttpd.conf below. * sample/soap/calc/samplehttpd.conf, sample/soap/exchange/samplehttpd.conf, sample/soap/sampleStruct/samplehttpd.conf, sample/wsdl/googleSearch/samplehttpd.conf: added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1d93a4183..64e1f8d8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sun Feb 15 20:41:15 2004 NAKAMURA, Hiroshi + + * sample/soap/calc/httpd.rb, sample/soap/exchange/httpd.rb, + sample/soap/sampleStruct/httpd.rb, sample/wsdl/googleSearch/httpd.rb: + use soap/property instead of getopts for configuring DocumentRoot + and port# of httpd. see samplehttpd.conf below. + + * sample/soap/calc/samplehttpd.conf, + sample/soap/exchange/samplehttpd.conf, + sample/soap/sampleStruct/samplehttpd.conf, + sample/wsdl/googleSearch/samplehttpd.conf: added. + Sun Feb 15 19:13:33 2004 Masatoshi SEKI * lib/rinda/tuplespace.rb: read(tpl,0), raise RequestExpiredError -- cgit