KR100261861B1 - Method for unifying access to multi-servers using ya-http - Google Patents

Method for unifying access to multi-servers using ya-http Download PDF

Info

Publication number
KR100261861B1
KR100261861B1 KR1019980021183A KR19980021183A KR100261861B1 KR 100261861 B1 KR100261861 B1 KR 100261861B1 KR 1019980021183 A KR1019980021183 A KR 1019980021183A KR 19980021183 A KR19980021183 A KR 19980021183A KR 100261861 B1 KR100261861 B1 KR 100261861B1
Authority
KR
South Korea
Prior art keywords
web
web server
message
http
server
Prior art date
Application number
KR1019980021183A
Other languages
Korean (ko)
Other versions
KR20000001124A (en
Inventor
김영헌
연승호
이철민
Original Assignee
이계철
한국전기통신공사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 이계철, 한국전기통신공사 filed Critical 이계철
Priority to KR1019980021183A priority Critical patent/KR100261861B1/en
Publication of KR20000001124A publication Critical patent/KR20000001124A/en
Application granted granted Critical
Publication of KR100261861B1 publication Critical patent/KR100261861B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion

Abstract

1. 청구 범위에 기재된 발명이 속한 기술분야1. TECHNICAL FIELD OF THE INVENTION

본 발명은 멀티서버 접근 단일화 방법에 관한 것임.The present invention relates to a multi-server approach unification method.

2. 발명이 해결하려고 하는 기술적 과제2. The technical problem to be solved by the invention

본 발명은 다수의 웹 서버를 가지고 있는 인트라넷 등과 같은 환경에서 사용자 관리의 단일화와 함께 엑스트라넷 등과 같은 환경으로의 확장시에 보안 관리를 향상시키는 대체 하이퍼텍스트 전송 프로토콜을 이용한 멀티서버 접근 단일화 방법을 제공하고자 함.The present invention provides a method for unifying multi-server access using an alternative hypertext transfer protocol that improves security management when expanding to an environment such as an extranet and user management in an environment such as an intranet having a plurality of web servers. To do so.

3. 발명의 해결방법의 요지3. Summary of Solution to Invention

본 발명은, 웹 서버의 엔진이 웹 클라이언트로부터의 요청 메시지를 분석하는 제1단계; 요청 메시지가 대체 하이퍼텍스트 전송 프로토콜 메시지인지를 확인하여 웹 서버의 엔진이 하이퍼텍스트 전송 프로토콜 메시지로 변환하여 타 웹 서버로 변환된 메시지를 전송하는 제2단계; 타 웹 서버가 상기 요청 메시지에 응답하여 해당자원을 웹 서버로 전송하는 제3단계; 및 웹 서버가 해당 자원 및 응답 메시지를 웹 클라이언트로 전송하는 제4단계를 포함한다.The present invention includes a first step in which an engine of a web server analyzes a request message from a web client; A second step of checking whether the request message is an alternative hypertext transfer protocol message and converting the engine into a hypertext transfer protocol message and transmitting the converted message to another web server; Transmitting, by the other web server, the corresponding resource to the web server in response to the request message; And a fourth step of the web server transmitting the resource and response message to the web client.

4. 발명의 중요한 용도4. Important uses of the invention

본 발명은 웹 기반의 클라이언트-서버 환경 등에 이용됨.The present invention is used in a web-based client-server environment.

Description

대체 하이퍼텍스트 전송 프로토콜을 이용한 멀티서버 접근 단일화 방법Unification of Multiserver Access Using Alternative Hypertext Transfer Protocol

본 발명은 웹 기반 환경에서 단일 웹 서버를 통해 다른 웹 서버의 자원을 활용하는 대체 하이퍼텍스트 전송 프로토콜을 이용한 멀티서버 접근 단일화 방법에 관한 것이다.The present invention relates to a multi-server approach unification method using an alternative hypertext transfer protocol that utilizes resources of another web server through a single web server in a web-based environment.

제1도는 종래의 HTTP를 이용한 웹 클라이언트 및 웹 서버의 구성도이다.1 is a block diagram of a conventional web client and web server using HTTP.

도면에 도시된 바와 같이, 웹 클라이언트(101)가 하이퍼텍스트 전송 프로토콜(Hypertext Transfer Protocol)(이하, "HTTP"라 함) 메시지(예를 들어, GET http://www.kt.co.kr/intro.html HTTP/1.1)를 웹 서버(102)로 전송하면, 웹 서버(102)의 HTTP 엔진이 요청된 자원(즉, intro.html)을 가져와서 웹 클라이언트(101)로 전송한 후에 연결이 해제된다. 또한, 웹 클라이언트(101)에서 다른 웹 서버(103)에 대한 자원 요청을 원하면 웹 서버(103)와 웹 클라이언트(101)사이에 새로운 연결이 설정된다.As shown in the figure, the web client 101 sends a Hypertext Transfer Protocol (hereinafter referred to as "HTTP") message (for example, GET http://www.kt.co.kr/). intro.html HTTP / 1.1) to the web server 102, the connection is established after the HTTP engine of the web server 102 obtains the requested resource (i.e. intro.html) and sends it to the web client 101. Is released. Also, if the web client 101 wants a resource request for another web server 103, a new connection is established between the web server 103 and the web client 101.

또한, 웹의 프로토콜은 다음과 같이 요청/응답(request/response) 방식에 기초를 두고 있다. 즉, 웹 클라이언트(101)에 의해 웹 서버(102)로 연결이 선정되며, 보통 전송 제어 프로토콜/인터넷 프로토콜(Transfer Control Protocol/Internet Protocol : TCP/IP) 포트 80번이 사용된다. 웹 클라이언트(101)가 웹 서버(102)로 요청 메시지를 보내는 것으로 요청 종류, 유니폼 자원 판별자(Uniform Resource Locator)(이하, "URL"이라 함) 및 프로토콜 버전 정보와 함께 메시지 내용 등이 전달된다. 웹 클라이언트(101)의 요청에 대해 웹 서버(102)가 요청 처리의 성공 여부와 요청에 관련된 메시지 내용 등을 웹 클라이언트(101)로 응답하게 된다. 사용자의 요청, 타임 아웃, 프로그램 실패 등에 의해 연결이 해제된다.In addition, the protocol of the web is based on the request / response method as follows. That is, the connection is selected by the web client 101 to the web server 102, and a port 80 of the Transmission Control Protocol / Internet Protocol (TCP / IP) is usually used. When the web client 101 sends a request message to the web server 102, the message type is transmitted along with the request type, uniform resource locator (hereinafter referred to as "URL"), and protocol version information. . In response to the request of the web client 101, the web server 102 responds to the web client 101 whether the request processing is successful and the contents of the message related to the request. The connection is disconnected due to a user request, timeout, program failure, or the like.

전술한 바와 같은 동작은 HTTP라는 통신 규약에 의해 정의한다. 즉, 사용자가 웹 클라이언트(101)를 이용하여 URL을 지정하면 HTTP에 의해 웹 서버로 요청이 되며, 웹 서버(102)는 요청된 URL에 대한 문서의 내용을 하이퍼텍스트 마크업 언어(HyperText Markup Language)(이하, "HTML"이라 함)의 형태로 웹 클라이언트(101)로 전송한다.The operation as described above is defined by a communication protocol called HTTP. That is, when a user designates a URL using the web client 101, a request is made to the web server by HTTP, and the web server 102 displays the contents of the document with respect to the requested URL in a hypertext markup language. ) (Hereinafter referred to as "HTML") to the web client 101.

종래의 URL은 원하는 문서에 대한 접근 프로토콜, 웹 서버의 호스트 이름, 경로 정보 등으로 구성하며, 예를 들면 "URL=protocol://host.name/path/document"와 같은 형식을 취한다. 이러한 URL 요청은 HTTP 메시지로 웹 서버로 전달되며, 그 형식은 다음과 같다.The conventional URL is composed of an access protocol for a desired document, a host name of a web server, path information, and the like, and has a format such as "URL = protocol: //host.name/path/document". This URL request is sent to the web server as an HTTP message, which has the following format:

HTTP-message=Method Request-URL HTTP-VersionHTTP-message = Method Request-URL HTTP-Version

[Message-headers][Message-headers]

[Message-body][Message-body]

전술한 바와 같은 "Method"는 "Requst-URL"이 가리키는 자원에 대한 수행 방법을 표시하는 것으로 "GET", "POST" 등이 있다. 또한, 웹 클라이언트에서 웹 서버 "www.kt.co.kr"에 있는 "intro.html"이라는 문서를 요청할 때의 메시지를 나타내면 예를 들어, "GET http://www.kt.co.kr/intro.html HTTP/1.1"과 같다.As described above, "Method" indicates a method of performing a resource indicated by "Requst-URL", and includes "GET" and "POST". Also, when the web client requests a document called "intro.html" in the web server "www.kt.co.kr", for example, "GET http://www.kt.co.kr/ intro.html HTTP / 1.1 ".

따라서, 월드 와이드 웹(World Wide Web : WWW)기술의 발전으로 인터넷의 이용이 폭발적으로 증가하면서 많은 기업 및 대학 등에서 웹 기술을 내부 전산망에 적용한 인트라넷의 구축이 활발하게 이루어지고 있지만, 다수의 웹 서버가 각각 동작하는 멀티서버 환경에서 웹 서버를 모두 사용하기 위해서는 웹 클라이언트가 각 웹 서버에 대해 직접 접근이 가능하도록 해야 하므로 보안 및 관리가 용이하지 않는 문제점이 있었다.Therefore, as the use of the Internet has exploded due to the development of the World Wide Web (WWW) technology, many companies and universities have been actively building intranets that apply the web technology to the internal computer network. In order to use all of the web servers in the multi-server environment in which each server operates, the web client must directly access each web server, so there is a problem that security and management are not easy.

따라서, 상기와 같은 문제점을 해결하기 위하여 안출된 본 발명은, 다수의 웹 서버를 가지고 있는 인트라넷 등과 같은 환경에서 사용자 관리의 단일화와 함께 엑스트라넷 등과 같은 환경으로의 확장시에 보안 관리를 향상시키는 대체 하이퍼텍스트 전송 프로토콜을 이용한 멀티서버 접근 단일화 방법을 제공하는데 그 목적이 있다.Accordingly, the present invention devised to solve the above problems is an alternative to improve security management when extending to an environment such as an extranet with unification of user management in an environment such as an intranet having a plurality of web servers. The object of the present invention is to provide a method for unifying multiserver access using the hypertext transfer protocol.

제1도는 종래의 HTTP를 이용한 웹 클라이언트 및 웹 서버의 구성도.1 is a block diagram of a conventional web client and web server using HTTP.

제2도는 본 발명의 YA-HTTP를 이용한 웹 클라이언트 및 웹 서버의 구성예시도.2 is a configuration example of a web client and a web server using YA-HTTP of the present invention.

제3도는 본 발명에 따른 YA-HTTP를 이용한 멀티서버 접근 단일화 방법의 일시시예 흐름도.3 is a temporary flowchart of a multi-server access unification method using YA-HTTP according to the present invention.

* 도면의 주요부분에 대한 부호의 설명* Explanation of symbols for main parts of the drawings

101, 201 : 웹 클라이언트 102, 103, 202, 203 : 웹 서버101, 201: web client 102, 103, 202, 203: web server

상기의 목적을 달성하기 위한 본 발명의 방법은, 웹 기반의 클라이언트-서버 환경에 적용되는 멀티서버 접근 단일화 방법에 있어서, 웹 서버의 엔진이 웹 클라이언트로부터의 요청 메시지를 분석하는 제1단계; 상기 요청 메시지가 대체 하이퍼텍스트 전송 프로토콜 메시지인지를 확인하여 상기 웹 서버의 엔진이 하이퍼텍스트 전송 프로토콜 메시지로 변환하여 타 웹 서버로 변환된 메시지를 전송하는 제2단계; 상기 타 웹 서버가 상기 요청 메시지에 응답하여 해당 자원을 상기 웹 서버로 전송하는 제3단계; 및 상기 웹 서버가 해당 자원 및 응답 메시지를 상기 웹 클라이언트로 전송하는 제4단계를 포함한다.A method of the present invention for achieving the above object comprises: a multi-server access unification method applied to a web-based client-server environment, comprising: a first step of an engine of a web server analyzing a request message from a web client; A second step of checking whether the request message is an alternative hypertext transfer protocol message, converting the engine of the web server into a hypertext transfer protocol message, and transmitting the converted message to another web server; Transmitting, by the other web server, a corresponding resource to the web server in response to the request message; And a fourth step in which the web server transmits a corresponding resource and response message to the web client.

이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 일실시예를 상세히 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

제2도는 본 발명의 YA-HTTP를 이용한 웹 클라이언트 및 웹 서버의 구성예시도이다.2 is an exemplary configuration diagram of a web client and a web server using YA-HTTP according to the present invention.

도면에 도시된 바와 같이, 웹 클라이언트(201)에서 대체 하이퍼텍스트 전송 프로토콜(Yet Another-Hypertext Transfer Protocol)(이하, "YA-HTTP"라 함) 메시지를 YA-HTTP 엔진이 있는 웹 서버(202)로 전송하면, 웹 서버(202)의 YA-HTTP 엔진이 그 메시지를 해석하여 타 웹 서버(203)에 요청된 자원을 재요청하여 가져온 후에 웹 클라이언트(201)로 전달한다.As shown in the figure, a web server 202 with a YA-HTTP engine sends a Yet Another-Hypertext Transfer Protocol (hereinafter referred to as "YA-HTTP") message in the web client 201. In this case, the YA-HTTP engine of the web server 202 interprets the message, re-requests the requested resource from the other web server 203, and delivers the requested resource to the web client 201.

또한, 하나의 웹 서버를 통해 다른 웹 서버의 자원을 접속할 수 있게 하기 위해서 다음과 같이 YA-URL과 YA-HTTP 메시지 형식을 정의한다.Also, in order to be able to access the resources of another web server through one web server, the YA-URL and YA-HTTP message formats are defined as follows.

YA-URL=ya-protocol://ya-host.name\\host.name/path/documentYA-URL = ya-protocol: //ya-host.name\\host.name/path/document

YA-HTTP-message=YA-Method YA-URL YA-HTTP-VersionYA-HTTP-message = YA-Method YA-URL YA-HTTP-Version

[Message-headers][Message-headers]

[Message-body][Message-body]

"ya.http.com"을 YA-HTTP 서버의 호스트 이름이라고 할 때, "GET http://www.kt.co.kr/intro.html HTTP/1.1"에서 요청하는 문서를 YA-HTTP 서버를 통해 가져오는 YA-HTTP 메시지는 "YA-GET ya-http://ya.http.com\\www.kt.co.kr/intro.html YA HTTP/1.1"과 같다. YA-HTTP의 동작에 대한 이해를 돕기 위해 "YA-GET ya-http ://ya.http.com\\www.kt.co.kr/intro.html/YA-HTTP/1.1"에 대한 처리 과정을 순서적으로 나타내면 다음과 같다. 웹 서버(202)의 호스트 이름을 "ya.http.com"이라고 하고, 웹 서버(203)의 호스트 이름을 "www.kt.co.kr"이라고 하자.When "ya.http.com" is referred to as the host name of the YA-HTTP server, the document requested by "GET http://www.kt.co.kr/intro.html HTTP / 1.1" is displayed. The YA-HTTP message that is imported through is like "YA-GET ya-http: //ya.http.com" www.kt.co.kr/intro.html YA HTTP / 1.1. Process for "YA-GET ya-http: //ya.http.com" www.kt.co.kr/intro.html/YA-HTTP/1.1 "to help understand the working of YA-HTTP In order, they are as follows. Let the host name of the web server 202 be "ya.http.com" and the host name of the web server 203 be "www.kt.co.kr".

먼저, 웹 클라이언트(201)에서 웹 서버(202)로 YA-HTTP 메시지 즉, "YA-GET ya-http://ya.http.com\\www.kt.co.kr/intro.html YA HTTP/1.1"를 전송한다.First, the YA-HTTP message from the web client 201 to the web server 202, that is, "YA-GET ya-http: //ya.http.com" www.kt.com/intro.html YA HTTP /1.1 ".

이후, 웹 서버(202)는 이 메시지를 해석하여 웹 서버(203)로 "GET http://www.kt.co.kr/intro.html HTTP/1.1"과 같은 메시지로 요청한다.The web server 202 then interprets this message and requests the web server 203 as a message such as "GET http://www.kt.co.kr/intro.html HTTP / 1.1".

이후, 웹 서버(203)는 "intro.html" 문서를 실어서 웹 서버(202)로 응답 메시지를 보낸다.The web server 203 then loads the "intro.html" document and sends a response message to the web server 202.

이후, 웹 서버(202)은 "intro.html"에 YA-HTTP 관련 정보를 추가시켜 웹 클라이언트(201)로 전달함으로써 처음의 YA-HTTP 메시지에 대한 응답을 종료한다.Thereafter, the web server 202 adds YA-HTTP related information to " intro.html " and delivers it to the web client 201, thereby terminating the response to the first YA-HTTP message.

따라서, 다수의 웹 서버를 가지고 있는 인트라넷 환경에서 YA-HTTP 웹 서버를 사용하면 인트라넷 사용자의 관리를 YA-HTTP 웹 서버로 단일화시킬 수 있을 뿐만 아니라, 엑스트라넷으로 확장할 때 YA-HTTP 서버 하나만을 외부에 공개하여 보안 관리도 효율적으로 할 수 있다.Thus, in an intranet environment with multiple web servers, using a YA-HTTP web server not only unifies management of intranet users to a YA-HTTP web server, but only one YA-HTTP server when extended to an extranet. It can be disclosed to the outside world for efficient security management.

또한, 단순히 멀티 서버에 있는 자원을 클라이언트로 전달하는 것 외에 YA-HTTP 웹 서버에 있는 응용 프로그램을 다른 웹 서버에 있는 자원에 적용하여 웹 클라이언트로 보낼 수 있다. 즉, 단일 웹 서버에 있는 응용 프로그램을 멀티서버에 있는 모든 자원에 대해 똑같이 적용할 수 있는 것이다. 예를 들어, 웹 서버 4(6)에 있는 영한 번역 프로그램인 "eng2kor.cgi"를 웹 서버(203)에 있는 "intro.html"에 적용하기 위해 웹 클라이언트(201)는 예를 들어 "ya-http://ya.http.com/cgi-bin/eng2kor.cgi\\www.kt.co.kr/intro.html"(여기서, ya.http.com은 웹 서버(202)를 나타내고, www.kt.co.kr은 웹 서버(203)의 호스트 이름을 나타냄)과 같은 YA-URL을 요청할 수 있을 것이다.In addition to simply passing resources from multiple servers to clients, applications on YA-HTTP web servers can be applied to resources on other web servers and sent to web clients. In other words, an application on a single web server can be applied equally to all resources on multiple servers. For example, in order to apply the English translation program "eng2kor.cgi" in web server 4 (6) to "intro.html" in web server 203, the web client 201 may be, for example, "ya- http://ya.http.com/cgi-bin/eng2kor.cgi\\www.kt.co.kr/intro.html "(where ya.http.com represents a web server 202 and www. kt.co.kr may request a YA-URL such as a host name of the web server 203).

제3도는 본 발명에 따른 YA-HTTP를 이용한 멀티서버 접근 단일화 방법의 일실시예 흐름도이다.3 is a flow diagram of one embodiment of a multi-server access unification method using YA-HTTP according to the present invention.

도면에 도시된 바와 같이, 웹 서버가 웹 클라이언트의 요청 메시지를 대기하고(301), 웹 클라이언트가 요청 메시지를 웹 서버로 전송하면(302) 웹 서버의 YA-HTTP 엔진이 요청 메시지를 분석한다(303).As shown in the figure, the web server waits for a request message from the web client (301), and when the web client sends a request message to the web server (302), the YA-HTTP engine of the web server analyzes the request message ( 303).

이후, 요청 메시지가 YA-HTTP인지를 판단하여(304) YA-HTTP가 아니면 웹 서버가 HTTP 메시지를 처리하고(305), 웹 서버는 웹 클라이언트가 요청한 자원과 함께 응답 메시지를 전송한다(310).Thereafter, it is determined whether the request message is YA-HTTP (304), and if it is not YA-HTTP, the web server processes the HTTP message (305), and the web server transmits a response message together with the resource requested by the web client (310). .

한편, 요청 메시지가 YA-HTTP인지를 판단하여(304) YA-HTTP이면 YA-HTTP 엔진이 YA-HTTP 메시지를 일반 HTTP로 변환하고(306), 웹 서버가 변환된 일반 HTTP 요청 메시지를 타 웹 서버로 전송한다(307).On the other hand, it is determined whether the request message is YA-HTTP (304), and if YA-HTTP, the YA-HTTP engine converts the YA-HTTP message to plain HTTP (306), and the web server converts the converted general HTTP request message to the web. Send to the server (307).

이후, 웹 서버가 타 웹 서버의 처리 상태를 대기하고(308), 타 웹 서버가 자원 요청 메시지에 응답하여 해당 자원을 웹 서버로 전송하면(309) 웹 서버는 웹 클라이언트가 요청한 자원과 함께 응답 메시지를 전송한다(310).Thereafter, when the web server waits for the processing status of another web server (308), and the other web server transmits the corresponding resource to the web server in response to the resource request message (309), the web server responds with the resource requested by the web client. Send a message (310).

이상에서 설명한 본 발명은, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 있어 본 발명의 기술적 사상을 벗어나지 않는 범위내에서 여러 가지 치환, 변형 및 변경이 가능하므로 전술한 실시예 및 첨부된 도면에 한정되는 것이 아니다.The present invention described above is capable of various substitutions, modifications, and changes without departing from the spirit of the present invention for those skilled in the art to which the present invention pertains, and the above-described embodiments and accompanying It is not limited to the drawing.

그러므로, 전술한 바와 같은 본 발명은, 웹 기반 환경에서 종래의 프로토콜인 HTTP와 URL에 대한 규약을 위반하지 않고 다수의 웹 서버를 단일 웹 서버로 접근함으로써 다수의 웹 서버를 가지고 있는 인트라넷 등과 같은 환경에서 사용자 관리의 단일화와 함께 엑스트라넷 등과 같은 환경으로의 확장시에 보안 관리에 효율성을 유지할 수 있고, 단일 웹 서버의 응용 프로그램을 여러 웹 서버의 자원에 동일하게 적용하여 웹 서버의 기능 확장과 효율성을 향상시킬 수 있는 효과가 있다.Therefore, the present invention as described above, an environment such as an intranet having a plurality of web servers by accessing a plurality of web servers as a single web server without violating the protocol for HTTP and URL, which is a conventional protocol in a web-based environment It is possible to maintain efficiency in security management when expanding to an environment such as an extranet with unified management of users in a single network, and the application and application of a single web server to the resources of multiple web servers are equally extended and efficient. There is an effect to improve.

Claims (2)

웹 기반의 클라이언트-서버 환경에 적용되는 멀티서버 접근 단일화 방법에 있어서, 웹 서버의 엔진이 웹 클라이언트로부터의 요청 메시지를 분석하는 제1단계; 상기 요청 메시지가 대체 하이퍼텍스트 전송 프로토콜 메시지인지를 확인하여 상기 웹 서버의 엔진이 하이퍼텍스트 전송 프로토콜 메시지로 변환하여 타 웹 서버로 변환된 메시지를 전송하는 제2단계; 상기 타 웹 서버가 상기 요청 메시지에 응답하여 해당 자원을 상기 웹 서버로 전송하는 제3단계; 및 상기 웹 서버가 해당 자원 및 응답 메시지를 상기 웹 클라이언트로 전송하는 제4단계를 포함하는 대체 하이퍼텍스트 전송 프로토콜을 이용한 멀티서버 접근 단일화 방법.A multi-server approach unification method applied to a web-based client-server environment, comprising: a first step of an engine of a web server analyzing a request message from a web client; A second step of checking whether the request message is an alternative hypertext transfer protocol message, converting the engine of the web server into a hypertext transfer protocol message, and transmitting the converted message to another web server; Transmitting, by the other web server, a corresponding resource to the web server in response to the request message; And a fourth step in which the web server transmits a corresponding resource and response message to the web client. 제1항에 있어서, 상기 요청 메시지가 하이퍼텍스트 전송 프로토콜 메시지이면 상기 웹 서버가 상기 하이퍼텍스트 전송 프로토콜 메시지를 처리하여 해당 자원 및 응답 메시지를 상기 웹 클라이언트로 전송하는 제5단계를 더 포함하는 대체 하이퍼텍스트 전송 프로토콜을 이용한 멀티서버 접근 단일화 방법.The hyper hyper transfer method of claim 1, further comprising a fifth step of the web server processing the hypertext transfer protocol message and transmitting a corresponding resource and response message to the web client if the request message is a hypertext transfer protocol message. A method for unifying multiserver access using text transfer protocol.
KR1019980021183A 1998-06-09 1998-06-09 Method for unifying access to multi-servers using ya-http KR100261861B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019980021183A KR100261861B1 (en) 1998-06-09 1998-06-09 Method for unifying access to multi-servers using ya-http

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019980021183A KR100261861B1 (en) 1998-06-09 1998-06-09 Method for unifying access to multi-servers using ya-http

Publications (2)

Publication Number Publication Date
KR20000001124A KR20000001124A (en) 2000-01-15
KR100261861B1 true KR100261861B1 (en) 2000-07-15

Family

ID=19538679

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019980021183A KR100261861B1 (en) 1998-06-09 1998-06-09 Method for unifying access to multi-servers using ya-http

Country Status (1)

Country Link
KR (1) KR100261861B1 (en)

Also Published As

Publication number Publication date
KR20000001124A (en) 2000-01-15

Similar Documents

Publication Publication Date Title
US6115744A (en) Client object API and gateway to enable OLTP via the internet
KR100472202B1 (en) Web collaborative browsing system and method with using IRC protocol
US5996010A (en) Method of performing a network management transaction using a web-capable agent
US6393475B1 (en) Method of performing a network management transaction using a web-capable agent
US6718390B1 (en) Selectively forced redirection of network traffic
US7441036B2 (en) Method and system for a debugging utility based on a TCP tunnel
US7571208B2 (en) Creating proxies from service description metadata at runtime
US20050086344A1 (en) Method and system for unrestricted, symmetric remote scripting
GB2362241A (en) Exchanging supplemental information fields between a client and a server
KR20010050079A (en) System and method for incorporating semantic characteristics into the format-driven syntactic document transcoding framework
WO2002069543A2 (en) System for communicating with servers using message definitions
US9112829B2 (en) Dynamic display using pushed streamed data
US8250236B2 (en) Method and apparatus for translating a web services address
US20040003093A1 (en) Method for providing asynchronous communication over a connected channel without keep-alives
KR100261861B1 (en) Method for unifying access to multi-servers using ya-http
KR100422327B1 (en) Realtime Control System and Method of User Browser
Wolischlaeger et al. Web services for remote maintenance of fieldbus based automation systems
Özbek et al. Software technologies, architectures and interoperability in remote laboratories
Youn et al. Building problem solving environments with application Web service toolkits
Aoki Collaborative environment for supporting Web users
KR100309785B1 (en) Method of data transference between servers using cgi program
Aoki Building a collaborative Web environment for supporting end users
Arango et al. VGuide: Design and performance evaluation of a synchronous collaborative virtual reality application
Che et al. Server Program Analysis Based on HTTP Protocol
Pathan et al. An Internet framework to bring coherence between WAP and HTTP ensuring better mobile Internet security

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20110407

Year of fee payment: 12

LAPS Lapse due to unpaid annual fee