WebDAV WebDAV WebDAV WebDAV HTTP/

Size: px
Start display at page:

Download "WebDAV WebDAV WebDAV WebDAV HTTP/"

Transcription

1 WebDAV ( ) 15 4

2 WebDAV WebDAV WebDAV WebDAV HTTP/ DAV WebDAV WebDAV HTTP DASL WebDAV PRINCIPAL i

3 ACL ACE WebDAV ACL WebDAV WebDAV WebDAV Microsoft Windows Mac OS X UNIX Apache Internet Information Server IIS Mac OS X ii

4 CVS CVS CVS WebDAV CVS WebDAV Microsoft MS MS-DOS Windows Windows NT Microsoft Corporation UNIX X/Open Company Limited Java Java Sun Microsystems,Inc. (TM) (C) (R) iii

5 1. WebDAV 1 WebDAV WebDAV WebDAV RFC Internet-Draft RFC2518 RFC3253 Internet-Draft WebDAV WebDAV WebDAV WebDAV WebDAV CVS 1 IPA/ISEC SRA 14 1

6 2. WebDAV WebDAV WebDAV WebDAV HTTP/1.1 2 HTTP WebDAV IETF WebDAV WebDAV 2 RFC2616 Hypertext Transfer Protocol -- HTTP/

7 Web Web WebDAV Resources 7 3 RFC2291 "Requirements for a Distributed Authoring and Versioning Protocol for the World Wide Web" 4 RFC2518 "HTTP Extensions for Distributed Authoring -- WEBDAV" 5 RFC3253 "Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)" 6 RFC2617 "HTTP Authentication: Basic and Digest Access Authentication" 7 WebDAV Resources 3

8 2.2. WebDAV WebDAV RFC2291 RFC WebDAV IETF IETF RFC WebDAV IETF Applications webdav 8 Web IETF W3C World Wide Web Consortium IETF Webdav RFC RFC2291 Requirements for a Distributed Authoring and Versioning Protocol for the World Wide Web RFC2518 HTTP Extensions for Distributed Authoring WEBDAV RFC3253 Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning) WebDAV (a) Web Web HTTP Web 8 IETF WEBDAV Working Group 4

9 HTTP ftp HTTP WebDAV HTTP (b) WebDAV (c) WebDAV HTTP WebDAV HTTP/1.1 HTTP/1.1 URI HTTP/1.1 HTTP HTTP OS OS WebDAV OS 5

10 HTTP/1.1 WebDAV HTTP/1.1 (a) URI 9 WebDAV HTTP/1.1 (b) URI URI URI (c) 2 Live Property 9 RFC 2396 Uniform Resource Identifiers 6

11 Dead Property WebDAV (d) WebDAV WebDAV A B A B B A B A B A B WebDAV exclusive lock shared lock 2 7

12 ISO UUID 10 RFC HTTP/1.1 OPTIONS supportedlock WebDAV WebDAV WebDAV WebDAV OS HTTP WebDAV HTTP/1.1 HTTP/1.1 WebDAV HTTP/1.1 WebDAV WebDAV HTTP/1.1 If-Match 10 Universal Unique Identifier 8

13 WebDAV (a) WebDAV XML Well-formed XML XML (b) HTTP/1.1 WebDAV HTTP/1.1 PROPFIND XML URI PROPFIND PROPFIND /webdav/file1.pdf HTTP/1.1 Host: webdav.example.com Depth: 0 Content-Type: text/xml; charset="utf-8" Content-Length: 120 <?xml version="1.0" encoding="utf-8"?> <D:propfind xmlns:d="dav:"> <D:prop> <D:creationdate/> </D:prop> </D:propfind> 9

14 creationdate HTTP/ Multi-Status Date: Mon, 10 Feb :18:26 GMT Server: Apache/ (Unix) mod_ssl/ OpenSSL/0.9.6b DAV/2 Content-Length: 348 Content-Type: text/xml; charset="utf-8" <?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:d="dav:"> <D:response xmlns:lp1="dav:" xmlns:lp2=" <D:href>/webdav/file1.pdf</D:href> <D:propstat> <D:prop> <lp1:creationdate> t10:42:20z</lp1:creationdate> </D:prop> <D:status>HTTP/ OK</D:status> </D:propstat> </D:response> </D:multistatus> Depth Depth 0 1 infinity PROPPATCH PROPPATCH URI XML 10

15 MKCOL URI MKCOL MKCOL /webdav/testcol/ HTTP/1.1 Host: webdav.example.com HTTP/ Created HTML COPY COPY Request-URI Destination URL COPY Depth Depth 0 MOVE MOVE Request-URI Destination URL MOVE Depth Infinity LOCK Request-URI Depth 0 Infinity 11

16 lockscope lockdiscovery LOCK /webdab/file1.pdf LOCK /webdav/file1.pdf HTTP/1.1 Host: Timeout: Infinite, Second Content-Type: text/xml; charset="utf-8" Content-Length: 249 <?xml version="1.0" encoding="utf-8"?> <D:lockinfo xmlns:d='dav:'> <D:lockscope><D:exclusive/></D:lockscope> <D:locktype><D:write/></D:locktype> <D:owner> <D:href> </D:owner> </D:lockinfo> HTTP/ OK Date: Sat, 15 Feb :55:23 GMT Server: Apache/ (Unix) mod_ssl/ OpenSSL/0.9.6b DAV/2 Lock-Token: <opaquelocktoken:05924cbe-b6b b47a-8a2f7e50823a> Content-Length: 487 Content-Type: text/xml; charset="utf-8" <?xml version="1.0" encoding="utf-8"?> <D:prop xmlns:d="dav:"> <D:lockdiscovery> 12

17 <D:activelock> <D:locktype><D:write/></D:locktype> <D:lockscope><D:exclusive/></D:lockscope> <D:depth>infinity</D:depth> <ns0:owner xmlns:ns0="dav:"> <ns0:href> </ns0:owner><d:timeout>infinite</d:timeout> <D:locktoken> <D:href>opaquelocktoken:05924cbe-b6b b47a-8a2f7e50823a</D:href> </D:locktoken> </D:activelock> </D:lockdiscovery> </D:prop> <opaquelocktoken:05924cbe-b6b b47a8a 2f7e50823a> UNLOCK Request-URI Lock-Token LOCK UNLOCK 13

18 DELETE PUT HTTP/1.1 DELETE PUT DELETE DELETE PUT PUT PUT MKCOL (c) HTTP WebDAV HTTP DAV DAV DAV Depth 0 URI 1 Infinity Destination COPY MOVE URI If HTTP/1.1 If-Match Lock-Token Overwrite COPY MOVE Status-URI STATUS CODE 102 Processing URI Timeout 14

19 (d) STATUS CODE WebDAV 102 Processing 207 Multi-Status 422 Unprocessable Entity XML 423 Locked 424 Failed Dependency 507 Insufficient Storage (e) RFC2518 WebDAV WebDAV creationdate displayname getcontentlanguage GET Content-Language getcontentlength GET Content-Length getcontenttype GET Content-Type 15

20 getetag GET ETag getlastmodified GET Last-Modified lockdiscovery resourcetype source URI URI supportedlock DAV WebDAV 2 WebDAV OPTIONS WebDAV WebDAV HTTP/1.1 RFC2616 HTTP/1.1 WebDAV RFC2518 WebDAV RFC2518 MUST OPTIONS DAV Class 1 LOCK supportedlock lockdiscovery Time-Out Lock-Token OPTIONS DAV

21 WebDAV RFC WebDAV (a) WebDAV HTTP/1.1 GET index.html html html WebDAV DAV OPTIONS DAV Dav Dav PROPFIND WebDAV cadaver PROPFIND getcontentlength getlastmodified displayname executable Apache PROPFIND WebDAV (b) WebDAV URI URL 17

22 WebDAV PROPFIND PROPFIND WebDAV GET HTTP/1.1 PROPFIND PROPFIND RFC2518 PROPFIND HEAD (c) WebDAV URL HTTP/1.1 HEAD HEAD GET GET HEAD URL WebDAV HEAD 404 Not Found PUT (d) WebDAV HEAD URL MKCOL GUI Windows OS X HEAD URL MKCOL MOVE 18

23 WebDAV RFC2518 WebDAV HTTP/1.1 WebDAV HTTP/1.1 HTTP/1.1 RFC RFC Basic Digest WebDAV (a) HTTP/1.1 XML WebDAV HTTP/1.1 HTTP/1.1 WebDAV HTTP/1.1 Basic XML XML WebDAV XML DTD DTD WebDAV XML 11 RFC2617 HTTP Authentication: Basic and Digest Access Authentication 19

24 (b) WebDAV (c) HTTP/1.1 WebDAV HTTP/1.1 Basic WebDAV Basic Basic RFC2069 Digest Basic WebDAV WebDAV Digest (d) Web WebDAV PROPFIND ID 20

25 (e) WebDAV WebDAV WebDAV WebDAV (f) WebDAV UUID IEEE 802 (g) Source Link Web CGI read only WebDAV Source URI WebDAV WebDAV RFC2518 WebDAV WebDAV XML human-readable XML 21

26 XML XML xml:lang XML WebDAV XML UTF-8 UTF-8 WebDAV WebDAV 3 XML HTTP/1.1 USASCII WebDAV XML UTF-8 XML WebDAV URI URI WebDAV WebDAV HTTP/1.1 WebDAV 22

27 2.3. WebDAV WebDAV DASL DASL DAV Searching and Locating WebDAV HTTP WebDAV DASL DASL DAV:basicsearch SEARCH PROPFIND DASL IETF WebDAV DASL 12 IETF Internet-Draft draft-reschke-webdav-search

28 (a) SEARCH DASL HTTP SEARCH SEARCH DASL HTTP URI SEARCH URI URI URI HTTP WebDAV SEARCH URI XML XML XML DAV:searchrequest SEARCH PROPFIND DAV:response response URI 24

29 (b) OPTIONS DASL URI DASL OPTIONS SEARCH DASL HTTP DASL URI DASL: < DASL: <DAV:basicsearch> DAV:supported-query-grammar-set OPTIONS DASL DASL DASL DAV:query-schema-discovery SEARCH SEARCH SEARCH /search HTTP/1.1 Host: <query-schema-discovery xmlns= DAV: > <basicsearch> 25

30 <from> <scope> <href> <depth>infinity</depth> </scope> </from> </basicsearch> </query-schema-discovery> /news/ DAV:basicsearch DAV:basicsearch Internet-Draft DASL DASL WebDAV HTTP WebDAV XML DASL PROPFIND 26

31 2.4. WebDAV WebDAV WebDAV WebDAV WebDAV ACL WebDAV WebDAV WebDAV IETF WebDAV WebDAV Access Control Protocol 13 WebDAV ACL IETF Internet-Draft draft-ietf-webdav-acl-09 Internet-Draft PRINCIPAL 13 WebDAV Access Control Protocol 27

32 PRINCIPAL PRINCIPAL PRINCIPAL PRINCIPAL URI PRINCIPAL URI URI http https URL PRINCIPAL URI PRINCIPAL PRINCIPAL PROPFIND PROPPATCH WebDAV ACL PROPFIND PRINCIPAL PRINCIPAL PRINCIPAL A A B B PRIVILEGES PRINCIPAL DAV:write DAV:read WebDAV ACL DAV: 28

33 WebDAV ACL DAV:read GET PROPFIND OPTIONS DAV:write PUT PROPPATCH DAV:write-properties PROPPATCH DAV:write-content PUT DELETE DAV:unlock LOCK PRINCIPAL UNLOCK DAV:read-acl PROPFIND DAV:acl DAV:read-current-user-privilege-set PROPFIND DAV:current-user-privilege-set DAV:write-acl ACL DAV:acl DAV:all PRIVILEGE WebDAV ACL WebDAV PRIVILEGE 29

34 ACL ACE ACE Access Control Element PRINCIPAL ACE XML Principal ACE PRINCIPAL URI All authenticated unauthenticated PRINCIPAL URI grant deny grant deny ACL Access Control List ACE ACL ACE XML ACL <D:acl> <D:ace> <D:principal><D:href> <D:grant><D:privilege><D:write/></Dprivilege></D:grant> </D:ace> <D:ace> <D:principal><D:all/></D:principal> <D:grant><D:privilege><D:read/></D:privilege></D:grant> </D:ace> </D:acl> 30

35 write read ACL ACL ACE ACL Semantics DAV:ace-combination ACE first-match all-grant-before-any-deny ACE ACE DAV:ace-ordering ACE deny-before-grant grant deny DAV:allowed-ace ACE ACL principal-only-one-ace grant-only no-invert principal ACE grant invert WebDAV ACL WebDAV PRINCIPAL 31

36 (a) PRINCIPAL WebDAV ACL PRINCIPAL URI PRINCIPAL PRINCIPAL RFC2518 DAV:displayname DAV:resourcetype DAV:principal RFC2518 DAV:alternate-URI-set PRINCIPAL URI PRINCIPAL LDAP DAV:principal-URL PRINCIPAL URI URI ACL URI DAV:group-member-set PRINCIPAL DAV:group-membership (b) DAV:owner PRINCIPAL 32

37 DAV:supported-privilege-set description DAV:current-user-privilege-set HTTP DAV:acl ACL DAV:acl-semantics DAV:acl ACL 2.4.4ACL ACE (a) RFC2518 WebDAV ACL RFC2518 HTTP OPTIONS OPTIONS WebDAV ACL ACL DAV access-control MOVE COPY DELETE LOCK DAV:acl 33

38 (b) WebDAV ACL RFC2518 ACL ACL ACL ACL ACE ACL PROPFIND REPORT REPORT RFC3253 PROPFIND WebDAV ACL WebDAV ACL WebDAV ACL HTTP/1.1 Basic Digest WebDAV ACL PRINCIPAL PRIVILEGES PRINCIPAL URI HTTP ACL PRINCIPAL HTTP PRINCIPAL Internet-Draft RFC WebDAV ACL ACE 34

39 2.5. WebDAV WebDAV WebDAV WebDAV WebDAV Web WebDAV IETF WebDAV Delta-V RFC WebDAV RFC RFC3253 RFC OS 14 IETF DELTA-V Working Group Home Page 15 Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning) 35

40 ID ID CVS ID WebDAV check out check in WebDAV WebDAV fork branching merging WebDAV 36

41 ID ID WebDAV (a) Core-versioning Package Core-versioning Package (b) Basic-Server-Workspace Package Basic-Server-Workspace Package (c) Basic-client workspace Package Basic-client workspace Package 37

42 WebDAV WebDAV WebDAV XML WebDAV XML WebDAV WebDAV HTTP/1.1 RFC 2518 WebDAV WebDAV WebDAV WebDAV 38

43 39

44 2.6. WebDAV HTTP/1.1 HTTP/1.1 HTTP/1.1 RFC HTTP/1.1 Basic Digest 2 (a) Basic Basic HTTP HTTP/1.0 Web Basic URL URL URL Authorization 401 Authorization Required WWW-Authenticate realm Authorization Basic Authorization Authorization ID Base64 16 RFC2617 "HTTP Authentication: Basic and Digest Access Authentication" 40

45 Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ== (b) Digest Basic Digest MD5 MD5 Authorization nonce WWW-Authenticate nonce Authorization nonce opaque ID 41

46 (c) HTTP HTTP realm 3 HTTP HTTP (d) HTTP (a) HTTP HTTP Apache OS Apache gdbm LDAP HTTP Apache Windows Web Internet Information Server IIS HTTP OS Windows HTTP Windows HTTP OS 42

47 (b) HTTP/1.1 Basic HTTP/1.0 HTTP Digest 2-1 Basic Digest InternetExplorer 4 InternetExplorer 5,6 Netscape 4,5,6 Netscape 7 Opera 6,7 Mozilla Mozilla Cadaver Web OS X Basic Digest Apache 2.0 IIS 5.0 OS X IIS 5.0 IE 43

48 3. WebDAV WebDAV 3.1. ( ) Microsoft Windows ( ) Mac OS X ( ) UNIX cadaver sitecopy ( ) Dreamweaver Acrobat 5 ( ) Apache 2.0 ( ) IIS 5.0 ( ) Mac OS X ( ) Zope 44

49 Microsoft Windows Windows WebDAV Windows 2000 Windows XP Web WebDAV Web Internet Explorer 5.0 Office 2000 Web Windows 9x Windows NT WebDAV Web GUI Windows 2000 OS DAV 1 Web SSL Microsoft Exchange 2000 Server DASL Windows 2000 WebDAV ntdll.dll 17 Windows 2000 Windows XP

50 Mac OS X OS X Finder afp http WebDAV OS DAV 2 WebDAV WebDAV SSL OS X.DS_Store OS X 10.2 WebDAV Apache Finder WebDAV Sherlock 18 Mac OS X: Difficulty Using WebDAV Server 46

51 UNIX (a) cadaver cadaver UNIX WebDAV ls put get mkcol UNIX WebDAV WebDAV Resources cadaver 19 GPL RPM deb DAV 2 SSL OpenSSL DASL Delta-V cadaver WebDAV Resources WebDAV neon neon WebDAV cadaver WebDAV

52 (a) Dreamweaver MX Dreamweaver MX Web Dreamweaver Web Web WebDAV DAV 2 SSL 48

53 Apache 2.0 Apache Apache Software Foundation Web Web Apache DAV mod_dav mod_dav WebDAV Resources 20 Apache 1 Apache 2 Apache 2.0 Apache Software Foundation Apache The Apache HTTP Server Project 21 UNIX Windows mod_dav DAV 2 SSL Apache SSL Apache API DASL ACL Delta-V mod_dav UTF-8 20 WebDAV Resources 21 The Apache HTTP Server Project 49

54 Internet Information Server IIS 5.0 Internet Information Server Windows Web IIS WebDAV IIS 5.0 Windows 2000 IIS 5.0 Windows XP IIS 5.1 Windows Server 2003 IIS 6.0 IIS 5.0 IIS Windows WebDAV Exchange Server DASL OS DAV 2 SSL Microsoft Exchange 2000 Server DASL WebDAV NTDLL.DLL 22 IIS 5.0 WebDAV IIS 5.0 Windows

55 Mac OS X Mac OS X Apache WebDAV OS Apache WebDAV Apache 1.3 OS X Server Apache ServerAdmin Apache1.3 OS DAV 2 SSL Apache HTTP OS 51

56 (a) Zope Zope Web Web Web Web Zope Python Zope Web WebDAV Web Apache WebDAV Apache Apache Zope Corporation Zope GPL OS DAV 2 SSL Zope Web WebDAV sourcelink WebDAV 52

57 4. WebDAV CVS 4.1. CVS CVS CVS CVS Concurrent Versions System 23 CVS UNIX RCS Revision Control System RCS CVS RCS CVS rsh ssh CVS UNIX

58 Linux NetBSD FreeBSD BSD UNIX CVS Web Web CVS CVS CVS CVS RCS ID FreeBSD 54

59 WebDAV WebDAV CVS 4-1 WebDAV CVS WebDAV CVS WebDAV CVS CVS WebDAV CVS 4.2. CVS WebDAV CVS RCS WebDAV CVS WebDAV WebDAV WebDAV CVS CVS 55

60 [1].The Internet Engineering Task Force [2].IETF WEBDAV Working Group [3].WebDAV Resources [4].DASL Working Group [5].ACL Working Group [6].Delta-V Working Group [7].World Wide Web Consortium [8].Internationalized Resource Identifiers (IRIs) (2003/8/31) [9].MSDN WebDAV eloper/library/jpiis/core/wcwbdav.htm 56

61 [10]. - - Web - WebDAV Mac OS X Server WebDAV [11].Zope Community [12].Concurrent Versions System [13].WebDAV Resources JP 57

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ 2 : TCP/IP : HTTP HTTP/2 1 / 22 httpget.txt: http.rb: ruby http get Java http ( ) HttpURLConnection 2 / 22 wireshark httpget.txt httpget cookie.txt ( ) telnet telnet localhost 80 GET /index.html HTTP/1.1

More information

WebDAV WebDAV Apache Apache WebDAV Red Hat Debia

WebDAV WebDAV Apache Apache WebDAV Red Hat Debia WebDAV ( ) 15 4 1. 1 2. WebDAV 3 2.1....3 2.2....3 2.3....4 3. WebDAV 5 3.1. Apache 2.0...5 3.1.1. Apache 2.0... 5 3.1.2. WebDAV... 6 3.1.3. Red Hat... 6 3.1.4. Debian... 9 3.2. IIS 5.0... 12 3.2.1. Windows

More information

JP1/Integrated Management - Service Support 操作ガイド

JP1/Integrated Management - Service Support 操作ガイド JP1 Version 9 JP1/Integrated Management - Service Support 3020-3-R92-10 P-242C-8F94 JP1/Integrated Management - Service Support 09-50 OS Windows Server 2008 Windows Server 2003 OS JP1/Integrated Management

More information

IT講習会

IT講習会 2002 CAVIN SR 2002/10/12-14 2 2002/10/12-14 3 http://www.npa npa.go..go.jp/police_j.htm 2002/10/12-14 4 1 2 3 4 5 6 7 2002/10/12-14 5 2002/10/12-14 6 2002/10/12-14 7 1 2 3 4 5 6 7 2002/10/12-14 8 IT IT

More information

XMLアクセス機能説明書

XMLアクセス機能説明書 SolarisTM Solaris Microsoft Windows NT Server network operating system Version 4.0 Windows NT Microsoft Windows 2000 Server operating systemmicrosoft Windows 2000 Advanced Server operating system Windows

More information

untitled

untitled CAVIN SR 2002 2002/10/12-14 2 http://www.npa npa.go..go.jp/police_j.htm 2002/10/12-14 3 2002/10/12-14 4 1 2 3 4 5 6 7 2002/10/12-14 5 2002/10/12-14 6 1 1 2 3 4 5 6 7 2002/10/12-14 7 2002/10/12-14 8 IT

More information

wide94.dvi

wide94.dvi 14 WWW 397 1 NIR-TF UUCP ftp telnet ( ) WIDE Networked Information Retrieval( NIR ) vat(visual Audio Tool) nv(netvedeo) CERN WWW(World Wide Web) WIDE ISODE WIDE project WWW WWW 399 400 1994 WIDE 1 WIDE

More information

mvd_nas_2.0.5_release_notes_v1_ja.doc

mvd_nas_2.0.5_release_notes_v1_ja.doc MVD Powered NAS Version 2.0.5 1 MVD Powered NAS CD CD MVD Share Manager TM Internet Explorer 6.0 Netscape 6.2 Mozilla 1.0.0 Cascading Style Sheets (CSS) Java Script Netscape 4.61 MVD Share Manager OK 6.2

More information

Web...1 1....2 1.1....2 1.2....3 1.3. STEPS...4 2. Web...5 2.1. Web...5 2.2....5 2.3. Form Cookie...6 2.4....7 2.5. HTTP...7 3. STEPS Web...8 3.1....8

Web...1 1....2 1.1....2 1.2....3 1.3. STEPS...4 2. Web...5 2.1. Web...5 2.2....5 2.3. Form Cookie...6 2.4....7 2.5. HTTP...7 3. STEPS Web...8 3.1....8 2001/1/11 Web Simplified Techniques for Econometric Plannings & Simulations for WWW Fujiwara Takamichi 97-5075 N-23 Web...1 1....2 1.1....2 1.2....3 1.3. STEPS...4 2. Web...5 2.1. Web...5 2.2....5 2.3.

More information

WebDAVとは? Distributed Authoring and Versioning protocol for the WWW WWW 上 で 編 集 とバージョン 管 理 が 出 来 る プロトコル 1998 年 にRFC2291で 提 唱 されたHTTP1.1の 拡 張 仕 様

WebDAVとは? Distributed Authoring and Versioning protocol for the WWW WWW 上 で 編 集 とバージョン 管 理 が 出 来 る プロトコル 1998 年 にRFC2291で 提 唱 されたHTTP1.1の 拡 張 仕 様 WebDAV ~オープンデータ 時 代 の 標 準 API~ 2007/01/15 ウノウ 株 式 会 社 駒 形 真 幸 WebDAVとは? Distributed Authoring and Versioning protocol for the WWW WWW 上 で 編 集 とバージョン 管 理 が 出 来 る プロトコル 1998 年 にRFC2291で

More information

Mac OS X Server QuickTime Streaming Server 5.0 の管理(バージョン 10.3 以降用)

Mac OS X Server QuickTime Streaming Server 5.0 の管理(バージョン 10.3 以降用) Mac OS X Server QuickTime Streaming Server 5.0 Mac OS X Server 10.3 apple Apple Computer, Inc. 2003 Apple Computer, Inc. All rights reserved. QuickTime Streaming Server Apple Apple Computer, Inc. Apple

More information

Oracle Application Server 10gリリース2( )Oracle HTTP Serverの概要

Oracle Application Server 10gリリース2( )Oracle HTTP Serverの概要 Oracle Application Server 10g 2 10.1.2.0.2 Oracle HTTP Server 2005 10 Oracle Application Server 10g Oracle HTTP Server... 3 OHS:... 4 Web... 4... 4 OHS: Web... 5... 5 Oracle HTTP Server... 5... 7 OHS...

More information

山梨県ホームページ作成ガイドライン

山梨県ホームページ作成ガイドライン 17 7 ...1...4...4...4...4...5...5 W3C...5...6...6...6...7...8...8...10...10...10... 11...12...12...13...13...13...14...14...14...15...15...16...16...16...16...16...17...18 15 (2003 ) 69.7 81.1 43.6 19.6

More information

Testing XML Performance

Testing XML Performance - DataPower Technology, Inc. XML Web 2003 5 DATAPOWER XML WEB - Copyright 2003DataPower Technology, Inc. All Rights Reserved. DataPower Technology, Inc. DataPower DataPower ( ) DataPower 2003 5 2/17 DATAPOWER

More information

Mac OS X Server Windows NTからの移行

Mac OS X Server Windows NTからの移行 Mac OS X Server Windows NT 10.4 apple Apple Computer, Inc. 2005 Apple Computer, Inc. All rights reserved. Mac OS X Server Apple 1 Infinite Loop Cupertino CA 95014-2084 U.S.A. www.apple.com 163-1480 3 20

More information

FUJITSU Network Si-R Si-R Gシリーズ Webユーザーズガイド

FUJITSU Network Si-R Si-R Gシリーズ Webユーザーズガイド P3NK-4582-03Z0 Si-R G Web Web FUJITSU Network Si-R FUJITSU Network Si-R Si-R G Si-R brin Web V2 LAN 2012 3 2013 3 2 2014 11 3 Microsoft Corporation Copyright FUJITSU LIMITED 2012-2014 2 ... 2...5...5...5...6...7

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

FileMaker Server 8 Advanced Web Publishing Installation Guide

FileMaker Server 8 Advanced Web Publishing Installation Guide FileMaker Server 8 Advanced! 13 2004-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc.

More information

NEEDS Yahoo! Finance Yahoo! NEEDS MT EDINET XBRL Magnetic Tape NEEDS MT Mac OS X Server, Linux, Windows Operating System: OS MySQL Web Apache MySQL PHP Web ODBC MT Web ODBC LAMP ODBC NEEDS MT PHP: Hypertext

More information

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV tutimura@mist.i.u-tokyo.ac.jp kaneko@ipl.t.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/sem3/ 2002 11 20 p.1/34 10/16 1. 10/23 2. 10/30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20

More information

untitled

untitled 200 7 19 JPCERT [2007 2 4 6 ] IPA JPCERT JPCERT/CC 2007 2 4 6 1 2 1. 2007 2 1 2007 4 1 6 30 IPA 46 95 141 2004 7 8 501 940 1,441 3 2 (1) 3 2004 7 8 1 2007 2 1.98 1 2005/1Q 2005/2Q 2005/3Q 2005/4Q 2006/1Q

More information

Oracle Application Server 10g Release 3(10.1.3)Oracle HTTP Serverの概要

Oracle Application Server 10g Release 3(10.1.3)Oracle HTTP Serverの概要 Oracle Application Server 10g Release 3 10.1.3 Oracle HTTP Server Oracle 2005 12 Oracle Application Server 10g Oracle HTTP Server... 3 OHS:... 3 Oracle HTTP Server... 4 Apache : HTTP v1.1... 4 Apache 2.0...

More information

2 2 2 6 9 9 10 14 18 19 21 22 22 Java 23 24 25 25 26 30 31 32 39 46 53 55 58 2 2.0 2.0R Ver.2.0R Java Java 2.0 2.0R 2.0R 2.0 Ver2.0 2.0R Ver2.0R 19 Sun Sun Microsystems Java Java Sun Microsystems, Inc.

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Windows version 1.2.1 2 Kabayaki for Windows 7 13 13... 15 19 19 Kabayaki for Windows... 21 Kabayaki,... 21 ActivePerl... 22 Apache HTTP Server... 23 (IIS)... 23 Windows NT 4.0... 24 Windows

More information

Windows Macintosh 18 Java Windows 21 Java Macintosh

Windows Macintosh 18 Java Windows 21 Java Macintosh 2 2 2 6 6 6 12 16 17 18 Windows Macintosh 18 Java Windows 21 Java Macintosh 23 25 26 26 27 33 34 40 48 55 57 60 Sun Sun Microsystems Java Java Sun Microsystems, Inc. Microsoft Windows Windows Microsoft

More information

shio_20041004.PDF

shio_20041004.PDF JPNIC JPCERT/CC 2004 Web 2004 10 4 Web Web Web WASC Web Application Security Consortium 7 Web Security Threat Classification Web URL 2 ...?? It depends!? It depends!??? 3 ? It depends!...

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

konicaminolta.co.jp PageScope Net Care

konicaminolta.co.jp PageScope Net Care konicaminolta.co.jp PageScope Net Care KONICA MINOLTA PageScope Net Care KONICA MINOLTA PageScope Net Care Web KONICA MINOLTA PageScope Net Care SNMP KONICA MINOLTA Printer-MIB KONICA MINOLTA PageScope

More information

Si-R180 ご利用にあたって

Si-R180 ご利用にあたって P3NK-2472-01Z0 GeoStream Si-R 180 LAN 2007 7 Microsoft Corporation All rights reserved, Copyright 2007 2 ...2...5...5...5...5...6...7...8...8...11...11 LAN...11...11...12...12...12...12...12...13 ISO/IEC15408...14

More information

i HTTP Basi

i HTTP Basi 2006 Web page Access Control based on Broadcast Encryption Scheme 5ADRM034 i 1 1 1.1................................. 1 1.2.................................... 1 2 2 2.1......................................

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 12 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. Bento FileMaker, Inc. FileMaker

More information

$ sudo apt-get install libavahi-compat-libdnssd-dev $ sudo apt-get autoremove nodejs $ wget http://nodejs.org/dist/latest/node-v7.6.0-linux-armv7l.tar.gz $ tar xzf node-v7.6.0-linux-armv7l.tar.gz $ sudo

More information

インターフェース説明書

インターフェース説明書 CentraSite Enterprise Edition V3.1 インターフェース説明書 J2X1-7350-01Z0(00) 2008 年 6 月 まえがき 本書の目的 本書は CentraSite Enterprise Edition V3.1( 以降 CentraSite と略します ) がサポートしている外部インターフェースの仕様について説明します 対象読者 本書は CentraSite

More information

事例に見るSCORMの・・・

事例に見るSCORMの・・・ SCORM 1.2 2005 8 2004, 2005 i 2004 6 1.0 2004 6 1.02 3.1.1 2005 1 1.1 2.1.4, 2.4.9, 2.5.2, 2.5.3, 3.1.3, 3.4.6, 3.5.2, 3.5.3. 2005 8 1.2 2.1.1 BOM 2.2.2, 2.4.10, 3.1.1 BOM 3.2.2, 3.4.7. ii 1. 1 2. 2 2.1

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 13 2007-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. FileMaker WebDirect Bento FileMaker,

More information

FirePass Edge Client TM Edge Client LAN Edge Client 7.0 Edge Client Edge Client Edge Client Edge Client Edge Client Edge Client LAN Edge Client VPN Wi

FirePass Edge Client TM Edge Client LAN Edge Client 7.0 Edge Client Edge Client Edge Client Edge Client Edge Client Edge Client LAN Edge Client VPN Wi Security FirePass SSL VPN FirePass SSL VPN Virtual Edition VE) 1 Web E 11 12 icontrol SSL VPN API 12 FirePass FirePass Edge Client TM Edge Client LAN Edge Client 7.0 Edge Client Edge Client Edge Client

More information

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student LAN 0000000000 6/6, 6/13, 6/20 1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari studentd even kumabari 1: LAN

More information

コンパイラ

コンパイラ ソフトウェアアークテクチャ第 12 回 WORLD WIDE WEB 環境情報学部萩野達也 1 Web の誕生 1989 年にスイスジュネーブ CERN で誕生 Tim Berners-Lee CERN における情報管理のため 2 スライド URL https://vu5.sfc.keio.ac.jp/sa/login.php Web = ハイパーテキスト + インターネット 最初の Web サーバと

More information

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A Central Authentication System naito@math.nagoya-u.ac.jp to@math.nagoya-u.ac.jp, Powered by Adobe Reader & ipod Photo March 10, 2005 RIMS p. 1/55 CAS Yale Open Source software Authentication Authorization

More information

Dec , IS p. 1/60

Dec , IS p. 1/60 Dec 08 2007, IS p. 1/60 Dec 08 2007, IS p. 2/60 Plan of Talk (LDAP) (CAS) (IdM) Dec 08 2007, IS p. 3/60 Dec 08 2007, IS p. 4/60 .. Dec 08 2007, IS p. 5/60 Dec 08 2007, IS p. 6/60 Dec 08 2007, IS p. 7/60

More information

HTTP Web Web RFC2616 HTTP/1.1 Web Apache Tomcat (Servlet ) XML Xindice Tomcat 6-2

HTTP Web Web RFC2616 HTTP/1.1 Web Apache Tomcat (Servlet ) XML Xindice Tomcat 6-2 HTTP 6-1 HTTP Web Web RFC2616 HTTP/1.1 Web Apache Tomcat (Servlet ) XML Xindice Tomcat 6-2 HTTP ( ) ( ) (GET, POST ) (Host ) Tomcat Servlet Examples / Request Headers ( ) (200, 404 ) (Content-Type ) 6-3

More information

wpEnterpriseSvr.doc

wpEnterpriseSvr.doc COBOLJava.NETWeb IT COBOL Micro Focus Enterprise Server Enterprise Server COBOL Enterprise Server COBOL Enterprise Server COBOL COBOL COBOL Java.NET IT Micro Focus COBOLJ2EE.NET Web COBOL Enterprise Server

More information

untitled

untitled -1 - -2 - -3 - -4- -5 - -6 - -7- -8 - -9 - - 10 - -11 - - 12 - - 13 - - 14 - Microsoft, Windows, Windows NT, Office, Microsoft Outlook, Internet Explorer, MSN, Microsoft Corporation Netscape, Netscape

More information

install1_5_1.book

install1_5_1.book Kabayaki for Linux Version 1.5.1 Kabayaki for Linux 2005-09-13: Kabayaki for Linux Version 1.5.1 released. 2005-01-13: Kabayaki for Linux Version 1.5.0 released. PDF Office PDF Namazu 2.0.14 2004-06-30:

More information

オンラインによる 「電子申告・納税等開始(変更等)届出書」 提出方法

オンラインによる 「電子申告・納税等開始(変更等)届出書」 提出方法 18 2 1 OS 2 OS WWW OS Windows 2000 Professional Windows XP (Home Edition) Windows XP (Professional Edition) WWW Microsoft Internet Explorer 6.0 Windows 98 Windows Me WindowsNT OS e-tax 3 Internet Explorer

More information

Mac OS X Server メールサービスの管理(バージョン 10.3 以降用)

Mac OS X Server メールサービスの管理(バージョン 10.3 以降用) Mac OS X Server 10.3 KApple Computer, Inc. 2003 Apple Computer, Inc. All rights reserved. Mac OS X Server Apple Apple Computer, Inc. Apple Apple Computer, Inc. Apple Apple AppleScript AppleShare AppleTalk

More information

guide.PDF

guide.PDF ExpressMail Ver2.0 Copyright ( ) 1998/12/25 REV.1 1 ExpressMail Ver2.0 ExpressMail Ver2.0 ExpressMail Ver2.0 WindowsNT SMTP/POP3/IMAP4 (1) SMTP sendmail 8.8.5 DLL (2) POP3 RFC1939 APOP (3) IMAP4 RFC2060

More information

untitled

untitled Windows Internet Information Server SQL Server 2 Explorer 3 MMC MMC mmc /a SQL Enterprise Manager IIS 4 MMC 5 MMC 6 Internet Information Server IIS %SystemRoot% system32 Logfiles IIS Web 8 IIS 9 ODBC Windows

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS Single Sign On (Hisashi NAITO) naito@math.nagoya-u.ac.jp Graduate School of Mathematics, Nagoya University naito@math.nagoya-u.ac.jp, Oct. 19, 2005 Tohoku Univ. p. 1/40 Plan of Talk CAS CAS 2 CAS Single

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Linux version 1.3.0 2 Kabayaki for Linux : 2004-03-09 3 4 5 6 2004-03-10: Kabayaki for Linux Version 1.3.0 released. Red Hat Enterprise Linux 2.1 Adobe AcrobatMicrosoft Word/Excel/PowerPoint

More information

Plone Web Plone OpenID 1.4 Gracie Gracie OpenID Python Plone GNU GPL Plone Gracie Password Authentication Module (PAM) UNIX OpenID 1. OpenID 2 OpenID

Plone Web Plone OpenID 1.4 Gracie Gracie OpenID Python Plone GNU GPL Plone Gracie Password Authentication Module (PAM) UNIX OpenID 1. OpenID 2 OpenID Technical Reports on Information and Computer Science from Kochi Vol. 1 (2009), No. 2 Web OpenID 1, 2 Plone/ArcheTypes Web DB Web OpenID OpenID OpenID Provider Relying Party DB Web OpenID Apache httpd

More information

/02/ /09/ /05/ /02/ CA /11/09 OCSP SubjectAltName /12/02 SECOM Passport for Web SR

/02/ /09/ /05/ /02/ CA /11/09 OCSP SubjectAltName /12/02 SECOM Passport for Web SR for Web SR Certificate Policy Version 2.50 2017 5 23 1.00 2008/02/25 1.10 2008/09/19 1.20 2009/05/13 5 1.30 2012/02/15 5.6 CA 1.40 2012/11/09 OCSP SubjectAltName 2.00 2013/12/02 SECOM Passport for Web

More information

1 1 1............................ 1 2............................ 1 3 Java........................ 2 4........................ 3 2 4 1................

1 1 1............................ 1 2............................ 1 3 Java........................ 2 4........................ 3 2 4 1................ Java 1 1 1............................ 1 2............................ 1 3 Java........................ 2 4........................ 3 2 4 1......................... 4 2.......................... 4 3....................

More information

RTX830 取扱説明書

RTX830 取扱説明書 RTX830 JA 1 2 3 4 5 6 7 8 9 10 11 external-memory performance-test go 12 13 show config 14 15 16 17 18 19 20 save 21 22 23 24 25 26 27 save RTX830 BootROM Ver. 1.00 Copyright (c) 2017 Yamaha Corporation.

More information

1

1 Version 3.5.3J Software.com, Inc. 1994 1998 Translated by Open Technologies Corporation Table of Contents...... 1 1.1 E-mail...1 1.1.1 E-mail...1 1.1.2...2 1.1.3...3 1.1.4...4 1.2 E-mail :...5 1.3...6

More information

WebLoadTestingTutorial.book

WebLoadTestingTutorial.book Web ïââþéeéxég SilkPerformer 2010 R2 Web 負荷テストチュートリアル Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. SilkPerformer

More information

BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1

BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1 BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1 Abstract DNS AAAA Query A/AAAA Query DNS All rights reserved. Copyright(c)2006 WIDE Project 2 AAAA Query

More information

HTML Flash Alt 2

HTML Flash Alt 2 1 HTML Flash Alt 2 [ ] [ ] HTML CSS [ ] 3 1 BGM 4 TAB IT 5 Ver1.0 HTML HTML HTML HTML URL HTML HTML.HTML.HTM 6 HTML h1 h6 *1 HTML title *1 7 HTML img ALT *1 *1 ALT HTML img ALT ALT img ALT ALT * - ALT

More information

SR-X526R1 サーバ収容スイッチ ご利用にあたって

SR-X526R1 サーバ収容スイッチ ご利用にあたって SR-X526R1 P3NK-3432-05Z0 526R1 V01 SR-X526R1 V01 2009 10 2010 4 2 2011 5 3 2012 3 4 2012 11 5 Microsoft Corporation Copyright FUJITSU LIMITED 2009-2012 2 SR-X526R1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...13...13...13

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

LHD-LAN_E_G_PDF.}.j...A...p65

LHD-LAN_E_G_PDF.}.j...A...p65 LHD-LAN -2- LHD-LAN LHD-LAN Mac OS 9 Mac OS 9 Mac OS 9 Mac OS 9-3- 1 Windows LHD-LAN CD- ROM 1. 1. 2. 2. Mac OS X LHD-LAN CD- ROM 1. 2. Mac OS X 3. 1.CD-ROM 2.Mac OS X 3. -4- 2 1. 2. 3 LHD-LAN 4 OK LHD-LAN

More information

XMLとは、eXtensible Markup Languageの略で、拡張可能なマーク付け言語である

XMLとは、eXtensible Markup Languageの略で、拡張可能なマーク付け言語である XML ... 2... 2... 2... 3... 4... 4... 5... 6... 6... 6... 7... 8... 8... 9... 9... 12... 12... 14... 15... 15... 15... 15... 15... 16... 16... 17... 17... 18... 19... 20... 21... 22... 28... 29... 30 1

More information

WIDE 1

WIDE 1 WIDE 1 2 Web Web Web Web Web Web Web Web Web Web? Web Web Things to cover Web Web Web Web Caching Proxy 3 Things NOT covered / How to execute Perl Scripts as CGI binaries on Windows NT How to avoid access

More information

ohp.mgp

ohp.mgp 2019/06/11 A/B -- HTML/WWW(World Wide Web -- (TA:, [ 1 ] !!? Web Page http://edu-gw2.math.cst.nihon-u.ac.jp/~kurino VNC Server Address : 10.9.209.159 Password : vnc-2019 (2019/06/04 : : * * / / : (cf.

More information

untitled

untitled DCMI nagamori@slis.tsukuba.ac.jp DCMI Metadata Schema Registry DCMI Dublin Core Metadata Initiative authoritative source 2004/10/29 2 1 Metadata is the information and documentation which makes data understandable

More information

11 Windows XP IP WEP (Web )

11 Windows XP IP WEP (Web ) Docodemo-Net (WEP ) cis-supports 25 11 18 1 Docodemo-Net 3 2 Docodemo-Net 3 3 3 4 3 5 4 5.1 LAN........................................ 4 5.2 LAN........................................ 4 6 5 6.1 LAN........................................

More information

book

book Bibliotheca21 Personal 3020-7-245-30 P-26D3-A114 Bibliotheca21 Personal 01-30 OS Windows 2000 Windows Server(R) 2003 Windows XP Windows Server(R) 2008 Windows Vista(R) Windows 7 Adobe Adobe Systems Incorporated

More information

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ 11 : HTML5 : API REST API OAuth 1 / 29 weather Yahoo myapp/: OAuth google API 2 / 29 What is API? API: Application Program Interface API? API? (?) (= ) API 3 / 29 Facebook と API SNS をベースとしたサービス提供プラットフォーム

More information

IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2

IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2 IP 2010 10 1 1 IP (IP ) 2 IP IP 2.1 IP (IP ) 1 IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2 4 1,2 4.1 (Protocol) IP:Internet Protocol) 4.2 internet The Internet (internet)

More information

SAML

SAML 2003 6 2 XML Consortium SWG ( )NTT ( ) Copyright XML Consortium 2003/06/02 1 Copyright XML Consortium 2003/06/02 2 2002 2003 7 8 9 10 11 12 1 2 3 4 5 6 3/5 6/2 Copyright XML Consortium 2003/06/02 3 Copyright

More information

証明書検証サーバ

証明書検証サーバ (Certificate Validation Server) 2007/11/1 Version 1.09 (Certificate Validation Server) 1 2006/4/27 0.930 2 2007/5/8 0.940 / 3 2007/5/15 0.950 Solaris TOE Linux TOE ST 4 2007/5/23 0.960 ASE ( : ASE001-01)

More information

untitled

untitled better RFID 1 /?? PKI PKI ) (GPKI) GtoB GPKI 3300- LGPKI GtoC -> Identrus B2B GPKI Identrus PKI 2 Internet-VPN PKI? HTTPS ( ) HTTPS 3 PKI??????? PDA/ /? RFIDPKI?? 4 Challenge

More information

403-0702_‚Ofl¼

403-0702_‚Ofl¼ HP-UX HP System Insight Manager Whitepaper ..................................................................................2..............................................................2 SIM....................................................................................2.............................................................3................................................................................3

More information

XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0

XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0 XML 2-1 XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0 http://www.w3.org/tr/rec-xml http://www.fxis.co.jp/xmlcafe/tmp/rec-xml.html

More information

FileMaker Instant Web Publishing Guide

FileMaker Instant Web Publishing Guide FileMaker 8.5 Web 2004-2006 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker,

More information

untitled

untitled ITKeeper/NETBegin BB パックホスティングサービス 2012 1 30 1. 2. 3. 2008 5 19 2012 1 30 1.5 5-29-3 2 3 135-0016 :0120-060-799 http://itkeeper.ricoh.co.jp/isp/ Copyright RICOH TECHNOSYSTEMS CO., Ltd. All rights reserved.

More information

07_経営論集2010 小松先生.indd

07_経営論集2010 小松先生.indd 19 1 2009 105 123 Web Web Web Web World Wide Web WWW OS 1990 WWW Web HTML CSS JavaScript Web 1 WWW 2 Web Web 3 Web 4 HTML5 5 Web Web 3 1970 WWW HTML Web WWW WWW WWW WWW WWW 105 Web WWW 2 Web 1 1 NTT NTT

More information

Epson Print Admin

Epson Print Admin Epson Print Admin NPD5368-02 JA Epson Print Admin Epson Print Admin Epson Print Admin Epson Print Admin Epson Open Platform Epson Open Platform Epson Print Admin Epson Print Admin Epson Print Admin Epson

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 9 2007 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker,

More information

FileMaker Server 16 インストールおよび構成ガイド

FileMaker Server 16 インストールおよび構成ガイド FileMaker Server 16 2007-2017 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc. FileMaker WebDirect FileMaker

More information

SR-X324T1/316T1 サーバ収容スイッチ ご利用にあたって

SR-X324T1/316T1 サーバ収容スイッチ ご利用にあたって SR-X324T1/316T1 P3NK-4092-04Z0 324T1/316T1 V01 SR-X324T1/316T1 V01 2010 4 2011 5 2 2012 3 3 2012 11 4 Microsoft Corporation Copyright FUJITSU LIMITED 2010-2012 2 SR-X324T1/316T1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...12...13...13

More information

ITAOI2003第三屆離島資訊與應用研討會論文範例

ITAOI2003第三屆離島資訊與應用研討會論文範例 2003 6 kung@mail.npust.edu.tw, b8956018@mail.npust.edu.tw, m9056011@mail.npust.edu.tw (Internet) and build up cache proxy servers. In this paper, we (Multi-media) design and development four proxy servers

More information

Faronics Core User Guide

Faronics Core User Guide 1 2 : 2017 2 1999-2017 Faronics Corporation. All rights reserved. Faronics Deep Freeze Faronics Core Console Faronics Anti-Executable Faronics Device Filter Faronics Power Save Faronics Insight Faronics

More information

25 About what prevent spoofing of misusing a session information

25 About what prevent spoofing of misusing a session information 25 About what prevent spoofing of misusing a session information 1140349 2014 2 28 Web Web [1]. [2] SAS-2(Simple And Secure password authentication protocol, ver.2)[3] SAS-2 i Abstract About what prevent

More information

NIC Reference Guide

NIC Reference Guide magicolor 2300 DL NIC Reference Guide magicolor 2300 DL NIC 1800684-014B magicolor 2300 DL Windows TCP/IP Web URLhttp://www.minolta-qms.co.jp/Support/Userreg/index.html QMSMINOLTA-QMS magicolor MINOLTA-QMS,

More information

Oracle Web Conferencing Oracle Collaboration Suite 2 (9.0.4) Creation Date: May 14, 2003 Last Update: Jan 21, 2005 Version: 1.21

Oracle Web Conferencing Oracle Collaboration Suite 2 (9.0.4) Creation Date: May 14, 2003 Last Update: Jan 21, 2005 Version: 1.21 Oracle Web Conferencing Oracle Collaboration Suite 2 (9.0.4) Creation Date: May 14, 2003 Last Update: Jan 21, 2005 Version: 1.21 ... 2... 3...3...4...5 Oracle9i Platform...10 Oracle Collaboration Suite...12...15...23

More information

Adobe Experience Manager Document Security 11.0 Extension for Microsoft Office ヘルプ

Adobe Experience Manager Document Security 11.0 Extension for Microsoft Office ヘルプ ADOBE EXPERIENCE MANAGER DOCUMENT SECURITY EXTENSION FOR MICROSOFT OFFICE http://help.adobe.com/ja_jp/legalnotices/index.html 2014/5/15 iii 1 Document Security Extension for Microsoft Office Document Security

More information

UsersGuide_INR-HG5497c_.doc

UsersGuide_INR-HG5497c_.doc UPS / Web/SNMP VCCI A Web/SNMP... 1.. WEB...1.. SNMP...1.. NETSHUT...1.. 100BASE-TX...1... 2 Web... 4.....5.....7......7......8......9.. UPS...10... UPS...10...13......14......14...15......17......17..

More information

untitled

untitled 25 10 12 11 24 (1) 14 (2) 26 10 44 (3) (4) (5) 27 10 68 (6) (7) (8) 25 10 ( ) (1) (2) (3) ) city.yokohama.lg.jp city.yokohama.jp WEB WEB WEB WEB WEB WEB 1 25 10 WEB WEB (1) (2) (3) (4) 25 10 (1) WEB (2)

More information

main.dvi

main.dvi Central Authentication and Authorization Service Web Application (Hisashi NAITO) Graduate School of Mathematics, Nagoya University naito@math.nagoya-u.ac.jp (Shoji KAJITA) Information Technology Center,

More information

付加情報をもったファイル共有システム

付加情報をもったファイル共有システム 1 2 1 6 1.1....................................... 6 1.2...................................... 6 1.3..................................... 6 1.4................................... 7 2 8 2.1 Annphony....................................

More information

IP IP DHCP..

IP IP DHCP.. NICE 2008 4 14 1 NICE 2 1.1.................... 2 2 3 2.1........................................ 3 2.2....................................... 5 2.3.................................... 6 2.4...................................

More information

付録B

付録B Kabayaki for Windows version 1.3.0 2 : Kabayaki for Windows 1.0.3 version HTTP Server Kabayaki for Windows 1.0.3 version Kabayaki for Windows HTTP Server Kabayaki for Windows 3 4 Internet Information Service

More information

etrust Access Control etrust Access Control UNIX(Linux, Windows) 2

etrust Access Control   etrust Access Control UNIX(Linux, Windows) 2 etrust Access Control etrust Access Control UNIX(Linux, Windows) 2 etrust Access Control etrust Access Control 3 ID 10 ID SU ID root 4 OS OS 2 aaa 3 5 TCP/IP outgoing incoming DMZ 6 OS setuid/setgid) OS

More information

FUJITSU Network Si-R Si-R Gシリーズ Si-R G200 ご利用にあたって

FUJITSU Network Si-R Si-R Gシリーズ Si-R G200 ご利用にあたって P3NK-4312-06Z0 FUJITSU Network Si-R FUJITSU Network Si-R Si-R G Si-R brin Si-R G200 LAN 2011 3 2012 3 2 2012 8 3 2013 1 4 2013 3 5 2014 11 6 Microsoft Corporation Copyright FUJITSU LIMITED 2011-2014 2

More information

SR-X324T2/316T2 サーバ収容スイッチ ご利用にあたって

SR-X324T2/316T2 サーバ収容スイッチ ご利用にあたって SR-X324T2/316T2 P3NK-4612-01Z0 324T2/316T2 V01 2012 11 Microsoft Corporation Copyright FUJITSU LIMITED 2012 2 ...2...5...5...5...5...6...7...8...8...11...11...11...11...11...12...12...12...12...12...13...13...13

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS 2 Single Sign On 1,3, 2,3, 2, 2,3 1 2 3 May 31, 2007 ITRC p. 1/29 Plan of Talk Brief survey of Single Sign On using CAS Brief survey of Authorization Environment using CAS 2 Summary May 31, 2007 ITRC

More information

Encryption Security

Encryption Security 200426 XML Consortium WG XML Signature XML Encryption XKMS2.0 X-KRSS:Register X-KISS:Locate X-KISS:Validate WS-Security XACML WG 2004/02/06 1 XML WG 2004/02/06 2 2001 2002 2003 XKMS XML SAML SSO SAML XML

More information

IPv6 トラブルシューティング ホームネットワーク/SOHO編

IPv6 トラブルシューティング ホームネットワーク/SOHO編 IPv6 SOHO NTT fujisaki@nttv6.com 2010 NTT Information Sharing Platform Laboratories IPv6 IPv6 IPv6 IPv4 IPv6 IPv4/IPv6 MTU IPv6 2 2010 NTT Information Sharing Platform Laboratories IPv6 SOHO (NTT /) SOHO

More information

スマートアヴェニュー ご利用マニュアル

スマートアヴェニュー ご利用マニュアル FTP HTML GIF/JPEG RealAudio Shockwave FLASH index.htm index.html HTML http:// / http:// / / smartave.ne.jp http://smartave.ne.jp/ abc http://smartave.ne.jp/abc/ ~ HTML URL /home /home/[userdir] [userdir]

More information