KR20030095504A - Method of analyzing log information on the internet - Google Patents

Method of analyzing log information on the internet Download PDF

Info

Publication number
KR20030095504A
KR20030095504A KR1020020032739A KR20020032739A KR20030095504A KR 20030095504 A KR20030095504 A KR 20030095504A KR 1020020032739 A KR1020020032739 A KR 1020020032739A KR 20020032739 A KR20020032739 A KR 20020032739A KR 20030095504 A KR20030095504 A KR 20030095504A
Authority
KR
South Korea
Prior art keywords
log
web server
log information
internet
analyzing
Prior art date
Application number
KR1020020032739A
Other languages
Korean (ko)
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 KR1020020032739A priority Critical patent/KR20030095504A/en
Publication of KR20030095504A publication Critical patent/KR20030095504A/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/50Network services
    • H04L67/535Tracking the activity of the user

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE: A method for analyzing log information on the Internet is provided to install a log database on a web server, thereby preventing log information from being flowed out, and analyze the log information at a low cost. CONSTITUTION: If a client(10) connects to a web server(20), log information of the client(10) is automatically left in the web server(20). The log information is collected by a log agent program(29) of the web server(20) to be periodically transmitted to a log database(24). A web server manager(30) connects to an ASP(Application Service Provider) server(40) for requesting download of a log analyzing program(49) to analyze the log information of the web server(20). The ASP server(40) judges whether the web server manager(30) has a right authority. If so, the log analyzing program is downloaded to a computer of the web server manager(30). The web server manager(30) analyzes the log information stored in the log database(24) by using the downloaded log analyzing program(49).

Description

인터넷 상에서의 로그정보 분석 방법{Method of analyzing log information on the internet}Method of analyzing log information on the internet}

본 발명은 인터넷 상에서의 로그정보 분석방법에 관한 것이다. 보다 구체적으로는, 인터넷 상에서의 로그분석 시스템에 있어서 로그정보가 저장되는 로그DB를 독자적으로 갖추고 로그정보를 분석하는 분석툴은 필요시마다 ASP업체(Application Service Provider)로부터 대여하여 로그정보를 분석함으로써 경제성과 보안성을 제고시킬 수 있는 로그정보 분석방법에 관한 것이다.The present invention relates to a method of analyzing log information on the Internet. More specifically, in the log analysis system on the Internet, an analysis tool that independently analyzes log information having a log DB where log information is stored is loaned from an ASP service provider (Application Service Provider) to analyze log information whenever necessary. The present invention relates to a method of analyzing log information that can improve security.

인터넷 상의 웹사이트에 인터넷 사용자가 방문하면 해당 웹서버에는 방문자의 IP나 접속횟수 등의 정보가 자동으로 저장되게 되는데 이를 로그정보라 한다. 웹사이트 운영자는 이러한 로그정보를 분석하여 자신의 웹사이트의 방문자의 수, 방문자의 관심사로부터 방문자가 웹서버에서 보이는 행태 등을 파악하여 자신의 웹사이트를 효율적으로 관리하기 위한 중요한 자료로 이용하고 있다.When an Internet user visits a website on the Internet, the web server automatically stores information such as the visitor's IP and the number of times of connection. This is called log information. Website administrators analyze this log information to understand the number of visitors to their website, their interests, and the behavior they see on the web server, and use them as important data for efficiently managing their website. .

이러한 로그정보를 분석하기 위한 시스템으로서 종래에 이용되고 있는 것은 두 가지로 대별될 수 있다. 첫째는, 도1에 도시된 바와 같이, 운영자가 웹서버(w)에 로그정보가 저장되는 로그DB(1)와 로그정보 분석툴(2)을 설치하여 로그정보를 분석하는 것이다. 이러한 시스템에 있어서는 방문자의 접속 및 사용현황을 실시간으로 분석하고 서버 및 서비스의 상태를 파악할 수 있는 장점이 있는 반면에, 로그DB(1) 및 로그정보 분석툴(2)의 설치 비용이 고가이기 때문에 소규모의 웹사이트에서 이용하기에는 과도한 부담이 따르는 문제점이 있다.What is conventionally used as a system for analyzing such log information can be roughly divided into two types. First, as shown in FIG. 1, the operator analyzes log information by installing a log DB 1 and a log information analysis tool 2 in which log information is stored in a web server w. In such a system, the access and use status of visitors can be analyzed in real time, and the status of servers and services can be grasped, while the log DB 1 and log information analysis tools 2 are expensive to install. There is a problem that is excessively burdensome to use on the website.

두 번째 방법은 도2에 도시되어 있는데, 첫 번째 방법에 있어서의 경제적인 부담을 줄일 수 있는 방법으로서, 웹서버(w) 운영자가 직접 로그분석 시스템을 설치하고 운영하는 것이 아니라, 로그분석 시스템을 설치하여 로그분석을 전문으로 하는 ASP 사업자(application service provider, 9)와 연계하여 로그정보를 ASP 사업자가 분석하여 제공하고, 그에 대한 소정의 대가를 지불하는 시스템이다. 이를 도2를 참조하여 더욱 상세하게 설명하면, 클라이언트(c)가 인터넷을 통하여 웹서버(w)에 접속하면 웹서버(w)에는 로그정보가 남고 이 로그정보는 로그 에이전트 프로그램(3)을 통하여 일정한 스케쥴에 따라 ASP 서버(9)로 전송되어 로그DB(4)에 저장되고, ASP 서버(9)의 로그 분석 프로그램(5)에 의해 분석되어 웹서버(w)에 제공되는 것이다.The second method is shown in Fig. 2, which can reduce the economic burden of the first method, and the web server (w) operator does not directly install and operate the log analysis system. It is a system that ASP installs and analyzes log information in connection with an ASP service (application service provider 9) that specializes in log analysis, and pays a predetermined price for it. Referring to this in more detail with reference to Figure 2, when the client (c) is connected to the web server (w) via the Internet, the log information is left in the web server (w) and the log information through the log agent program (3) It is transmitted to the ASP server 9 according to a predetermined schedule, stored in the log DB 4, analyzed by the log analysis program 5 of the ASP server 9, and provided to the web server w.

이러한 시스템에 있어서는 로그분석에 있어서의 고비용 지출의 문제점은 어느 정도 해결할 수 있는 반면에, 로그DB(4)가 웹서버(w) 내에 있지 않고, 웹서버(w)가 통제할 수 없는 ASP서버(a)에 존재하기 때문에 로그정보가 외부로 유출될 수 있는 위험성이 따른다.In such a system, the problem of high cost in log analysis can be solved to some extent, whereas the log DB 4 is not in the web server w, and the ASP server cannot be controlled by the web server w. Since it exists in a), there is a risk that log information can be leaked to the outside.

본 발명은 종래에 이용되고 있는 로그분석 시스템에 있어서의 상기한 바와 같은 문제점을 해결하고자 안출된 것으로서, 본 발명의 목적은 저렴한 비용으로 로그정보를 분석할 수 있으면서도 외부로의 로그정보의 유출의 염려가 없는, 다시 말해 경제성과 보안성을 겸비한 인터넷 상에서의 로그정보 분석 방법을 제공하는 것이다.The present invention has been made to solve the above problems in the log analysis system used in the prior art, the object of the present invention is to analyze the log information at a low cost while fear of leakage of the log information to the outside In other words, it provides a method of analyzing log information on the Internet that combines economy and security.

도1은 본 발명에 따른 일 종래기술의 시스템 구성도1 is a system configuration of one prior art according to the present invention

도2는 본 발명에 따른 다른 종래기술의 시스템 구성도Figure 2 is a system configuration of another prior art according to the present invention

도3은 본 발명의 바람직한 실시예의 시스템 구성도3 is a system configuration diagram of a preferred embodiment of the present invention.

도4는 본 발명의 바람직한 실시예의 절차 흐름도4 is a process flow diagram of a preferred embodiment of the present invention.

<도면 주요부호의 설명><Description of Major Reference Drawings>

10 클라이언트, 15 인터넷, 20 웹서버, 30 웹서버 관리자, 40 ASP 서버10 clients, 15 internet, 20 web server, 30 web server manager, 40 ASP server

발명의 개요Summary of the Invention

본 발명은 인터넷 상의 웹서버에서 접속자들의 로그정보를 분석하는 방법으로서, 접속자가 웹사이트에 접속한 경우에 로그정보가 상기 웹서버에 남는 단계; 웹서버의 에이전트 프로그램에 의해 상기 로그정보가 로그DB에 저장되는 단계; 웹서버 관리자가 인터넷을 통하여 ASP서버에 로그분석 프로그램의 다운로드를 신청하는 단계; 인증을 거친 후에 ASP서버가 로그분석 프로그램을 웹서버 관리자 컴퓨터로 다운로드하는 단계; 웹서버 관리자가 로그분석 프로그램을 이용하여 로그DB에저장되어 있는 로그정보를 분석하여 저장하는 단계를 포함하여 구성된다.The present invention provides a method for analyzing log information of visitors in a web server on the Internet, the method comprising: leaving log information in the web server when the visitor accesses a website; Storing the log information in a log DB by an agent program of a web server; Requesting a web server administrator to download a log analysis program to an ASP server through the Internet; Downloading, by the ASP server, the log analysis program to the web server administrator computer after authentication; The web server administrator includes a step of analyzing and storing log information stored in a log DB using a log analysis program.

상기 웹서버 관리자가 다운로드받은 로그분석 프로그램은 ASP서버의 인증을 거친 후에만 사용가능하게 하는 것이 바람직하다.The log analysis program downloaded by the web server administrator may be used only after authentication of the ASP server.

상기 로그정보 분석단계에서는 웹사이트의 방문자수 및 페이지뷰의 수를 계산하거나, 로그인 사용자와 웹사이트 페이지와의 매핑을 통하여 사용자의 행태분석을 할 수 있다.In the log information analysis step, the behavior of the user may be analyzed by calculating the number of visitors and page views of the website or mapping the login user and the website page.

실시예Example

이하에서는 본 발명에 따른 인터넷 상에서의 로그정보 분석 방법의 바람직한 실시예를 첨부된 도면을 참조하여 설명한다. 도3은 본 실시예의 시스템 구성도이며, 도4는 절차 흐름도이다.Hereinafter, a preferred embodiment of a method for analyzing log information on the Internet according to the present invention will be described with reference to the accompanying drawings. 3 is a system configuration diagram of the present embodiment, and FIG. 4 is a procedure flowchart.

도3에 도시된 바와 같이, 다수의 인터넷 사용자(client, 10)와 웹서버(20) 및 ASP 서버(40)가 인터넷(15) 상에서 연결되어 본 실시예를 구성한다. 웹서버(20)는 인터넷 상에서 클라이언트의 요구에 따라 각종 정보나 서비스를 제공하는 대형 컴퓨터 시스템으로서 통신 인터페이스(21), CPU(23), OS(5), 웹 프로그램(27), 로그 에이전트 프로그램(29), 로그DB(24), 웹페이지(26)를 포함하며, 이외에도 주기억장치(RAM), 보조기억장치 등이 기본적으로 포함된다. 웹서버(20)에서는 클라이언트(10)의 요청에 의해 다양한 정보 및 서비스를 제공하게 되는데, CPU(23)의 제어에 의해 웹 프로그램(27)이 웹페이지(26)를 클라이언트(10)의 웹브라우저를 통해 디스플레이시킴으로써 이루어진다.As shown in Fig. 3, a plurality of Internet users (client, 10), web server 20 and ASP server 40 are connected on the Internet 15 to constitute this embodiment. The web server 20 is a large computer system that provides various information or services according to a client's request on the Internet. The web server 20 is a communication interface 21, a CPU 23, an OS 5, a web program 27, and a log agent program ( 29), a log DB 24, and a web page 26. In addition, a main memory (RAM), an auxiliary memory device, and the like are basically included. The web server 20 provides various information and services at the request of the client 10, and under the control of the CPU 23, the web program 27 displays the web page 26 with the web browser of the client 10. This is done by displaying through.

로그 에이전트 프로그램(29)은 클라이언트(10)가 웹서버(20)에 접속하여 남긴 로그정보를 수집하여 스케쥴에 따라 로그DB(24)에 저장하는 프로그램이다. 로그DB(24)는 웹서버(20) 내에 설치될 수도 있지만, 별도의 로그서버로 구성되는 것도 가능하다. 웹페이지(26)는 클라이언트(10)와의 인터페이스를 담당한다. 웹서버 관리자(30)는 웹서버(20)를 관리하는 자로서, 본 발명에 있어서는 주로 웹서버(20)의 로그정보를 분석하는 자이다.The log agent program 29 collects log information left by the client 10 by accessing the web server 20 and stores the log information in the log DB 24 according to a schedule. The log DB 24 may be installed in the web server 20, but may be configured as a separate log server. The web page 26 is responsible for the interface with the client 10. The web server manager 30 manages the web server 20. In the present invention, the web server manager 30 mainly analyzes log information of the web server 20.

ASP 서버(40)는 인터넷 상에서 각종 응용 프로그램의 판매 또는 대여 등의 서비스를 제공하는 서버로서, 본 발명에 있어서는 로그분석 프로그램을 대여하는 서버를 의미한다. ASP 서버(40)는 통신 인터페이스(41), CPU(43), OS(45), 웹 프로그램(47), 로그분석 프로그램 모듈(49), 인증 모듈(42), 웹 페이지(46)등을 포함하고 그외에도 주메모리 및 보조 메모리를 포함하여 구성된다.The ASP server 40 is a server that provides services such as the sale or rental of various application programs on the Internet, and means a server that rents a log analysis program in the present invention. The ASP server 40 includes a communication interface 41, a CPU 43, an OS 45, a web program 47, a log analysis program module 49, an authentication module 42, a web page 46, and the like. In addition, it is configured to include a main memory and an auxiliary memory.

도4는 본 발명에 따른 인터넷 상에서의 로그정보 분석방법의 절차 흐름도를 도시한 것이다. 각 단계별로 상세히 설명하면 다음과 같다.4 is a flowchart illustrating a method of analyzing log information on the Internet according to the present invention. Each step will be described in detail as follows.

인터넷 사용자(클라이언트, 10)가 웹서버(20)에 접속하면[S1], 웹서버(20)에는 자동적으로 클라이언트(10)의 로그정보가 남는다[S2]. 로그정보는 파일의 형태로 남게 되는데, 그 유형은 서버의 종류별로 다르다. 로그파일의 종류로는, 일반적인 액세스에 대한 정보를 담고 있는 Access/Transfer 로그파일과, 웹서버에서 발생하는 모든 에러와 접속실패에 관한 정보를 담고 있는 에러 로그파일, 클라이언트가 사용한 웹브라우저와 OS에 대한 정보를 담고 있는 에이전트 로그파일 등이 있다.When the Internet user (client) 10 accesses the web server 20 [S1], the log information of the client 10 is automatically left in the web server 20 [S2]. The log information remains in the form of a file, the type of which varies by server type. Types of log files include Access / Transfer log files containing general access information, error log files containing information about all errors and connection failures occurring on the web server, and the web browser and OS used by the client. There are agent log files that contain information about them.

웹서버(20)에 남은 로그정보는 웹서버(20)의 로그 에이전트 프로그램(29)에의해 수집되어 일정한 주기로 로그DB(24)로 전송되어 저장된다[S3]. 그 주기는 로그정보의 양에 따라 달라질 수 있다.The log information remaining in the web server 20 is collected by the log agent program 29 of the web server 20 and transmitted to the log DB 24 at regular intervals and stored [S3]. The period may vary depending on the amount of log information.

웹서버 관리자(30)는 웹서버(20)의 로그정보를 분석하기 위하여 ASP 서버(40)에 접속하여 로그분석 프로그램(49)의 다운로드를 신청한다[S4]. ASP서버(40)는 로그분석 프로그램(49)의 다운로드를 신청한 웹서버 관리자(30)가 정당한 권한이 있는지를 인증절차[S5]를 통해 판단한다. 인증절차는 인증모듈(42)에 의하여 이루어지는데 비밀번호 또는 지문인증 같은 통상적인 인증방법을 이용할 수 있을 것이다.Web server manager 30 is connected to the ASP server 40 in order to analyze the log information of the web server 20 and requests the download of the log analysis program 49 [S4]. The ASP server 40 determines whether the web server administrator 30 who has applied for the download of the log analysis program 49 has the right authority through the authentication procedure [S5]. The authentication procedure is performed by the authentication module 42 and may use a conventional authentication method such as password or fingerprint authentication.

인증절차[S5]에 의하여 웹서버 관리자(30)에게 정당한 권한이 있다고 판단되면, 로그분석 프로그램{S6]이 웹서버 관리자(30)의 컴퓨터로 다운로드된다[S6]. 웹서버 관리자(30)는 다운로드된 로그분석 프로그램(S6)을 이용하여 로그DB(24)에 저장되어 있는 로그정보를 분석하여 저장하면[S7] 절차가 종류된다. 웹서버 관리자(30)가 다운로드받은 로그분석 프로그램을 웹서버 관리자(30)가 재사용 하고자 하는 경우에는 ASP서버(40)의 인증을 거친 후에만 사용가능하도록 기술적 처리를 하는 것이 바람직하다.If it is determined by the authentication procedure [S5] that the web server administrator 30 has the legitimate authority, the log analysis program {S6] is downloaded to the computer of the web server administrator 30 [S6]. When the web server manager 30 analyzes and stores log information stored in the log DB 24 using the downloaded log analysis program S6 [S7], the procedure is sorted. When the web server manager 30 wishes to reuse the log analysis program downloaded by the web server manager 30, it is preferable to perform technical processing so that the web server manager 30 can use the log analysis program only after authentication of the ASP server 40.

로그정보 분석단계에서는 웹사이트의 방문자수 및 페이지뷰의 수를 계산하거나, 로그인 사용자와 웹사이트 페이지와의 매핑을 통하여 사용자의 행태분석을 할 수 있다.In the log information analysis step, the behavior of the user may be analyzed by calculating the number of visitors and page views of the website or by mapping the login user with the website page.

이상에서는 본 발명에 따른 인터넷 상에서의 로그정보 분석 방법의 일 실시예를 중심으로 설명하였으나, 본 발명의 효력범위가 기술된 실시예에 한정되어 해석되어서는 아니될 것이다. 본 발명의 기술적 범위는 특허청구범위의 합리적 해석에 의하여 결정되어야 한다.In the above described with reference to an embodiment of the log information analysis method on the Internet according to the present invention, the scope of the present invention is not limited to the described embodiment should not be interpreted. The technical scope of the invention should be determined by reasonable interpretation of the claims.

본 발명에 따르면 로그DB를 웹서버 상에 설치함으로써 로그정보가 외부로 유출될 우려가 없고, 로그분석의 필요시마다 로그분석 프로그램을 대여하는 방식에 의해 저렴한 비용으로 분석할 수 있어 기존의 로그분석 시스템보다 경제성과 보안성을 갖춘 인터넷 상에서의 로그정보 분석방법을 제공할 수 있는 효과가 있다. 나아가 로그분석을 위하여 용량이 매우 큰 로그파일을 네트워크를 통하여 전송할 필요가 없기 때문에 네트워크의 부하를 줄일 수 있고, 로그분석 속도를 빠르게 할 수 있는 효과도 있다.According to the present invention, there is no risk of leaking log information to the outside by installing a log DB on a web server, and a log analysis program can be analyzed at a low cost by renting a log analysis program whenever a log analysis is required. There is an effect that can provide a log information analysis method on the Internet with more economical and secure. Furthermore, there is no need to transmit very large log files over the network for log analysis, which can reduce the load on the network and speed up log analysis.

Claims (4)

인터넷 상의 웹서버에서 접속자들의 로그정보를 분석하는 방법에 있어서,In the method of analyzing the log information of the visitor in a web server on the Internet, 접속자가 웹사이트에 접속한 경우에 로그정보가 상기 웹서버에 남는 단계,Leaving log information on the web server when the visitor accesses the website, 웹서버의 에이전트 프로그램에 의해 상기 로그정보가 로그DB에 저장되는 단계,Storing the log information in a log DB by an agent program of a web server; 웹서버 관리자가 인터넷을 통하여 ASP서버에 로그분석 프로그램의 다운로드를 신청하는 단계,The web server administrator applies for downloading the log analysis program to the ASP server through the Internet, 인증을 거친 후에 ASP서버가 로그분석 프로그램을 웹서버 관리자 컴퓨터로 다운로드하는 단계,After authentication, the ASP server downloads the log analysis program to the web server administrator computer. 웹서버 관리자가 로그분석 프로그램을 이용하여 로그DB에 저장되어 있는 로그정보를 분석하여 저장하는 단계를 포함하여 구성되는 인터넷 상에서의 로그정보 분석방법.A web server administrator comprising a step of analyzing and storing log information stored in the log DB using a log analysis program. 제1항에 있어서,The method of claim 1, 상기 웹서버 관리자가 다운로드받은 로그분석 프로그램은 ASP서버의 인증을 거친 후에만 사용가능한 것을 특징으로 하는 인터넷 상에서의 로그정보 분석방법.The log analysis program downloaded by the web server administrator can be used only after authentication of the ASP server. 제1항에 있어서,The method of claim 1, 상기 로그정보 분석단계에서는 웹사이트의 방문자수 및 페이지뷰의 수를 계산하는 것을 특징으로 하는 인터넷 상에서의 로그정보 분석방법.In the log information analysis step, the log information analysis method on the Internet, characterized in that to calculate the number of visitors and page views of the website. 제1항에 있어서,The method of claim 1, 상기 로그정보 분석단계에서는 로그인 사용자와 웹사이트 페이지와의 매핑을 통하여 사용자의 행태분석을 하는 것을 특징으로 하는 인터넷 상에서의 로그정보 분석방법.In the log information analysis step, the log information analysis method on the Internet, characterized in that for analyzing the behavior of the user through the mapping between the login user and the website page.
KR1020020032739A 2002-06-12 2002-06-12 Method of analyzing log information on the internet KR20030095504A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020032739A KR20030095504A (en) 2002-06-12 2002-06-12 Method of analyzing log information on the internet

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020032739A KR20030095504A (en) 2002-06-12 2002-06-12 Method of analyzing log information on the internet

Publications (1)

Publication Number Publication Date
KR20030095504A true KR20030095504A (en) 2003-12-24

Family

ID=32386722

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020032739A KR20030095504A (en) 2002-06-12 2002-06-12 Method of analyzing log information on the internet

Country Status (1)

Country Link
KR (1) KR20030095504A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100917280B1 (en) * 2008-04-18 2009-09-16 주식회사 릭스코 Display method of web document

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100917280B1 (en) * 2008-04-18 2009-09-16 주식회사 릭스코 Display method of web document

Similar Documents

Publication Publication Date Title
JP3992250B2 (en) Communication control method and apparatus
US6341352B1 (en) Method for changing a security policy during processing of a transaction request
US6708327B1 (en) System for accessing and testing evaluation modules via a global computer network
US6182227B1 (en) Lightweight authentication system and method for validating a server access request
US6701364B1 (en) Method and apparatus for remote computer management using web browser application to display system hardware and software configuration
US7062750B2 (en) Accessing remote stores of source and symbol data for use by computing tools
EP0981885B1 (en) Apparatus and method for identifying clients accessing network sites
US6134591A (en) Network security and integration method and system
CN1262940C (en) Equipment and method for providing global session persistence
US6049877A (en) Systems, methods and computer program products for authorizing common gateway interface application requests
US7430590B1 (en) Method and system to manage services for multiple managed computer systems
CN102929658B (en) Methods and systmes for selecting between a predetermined number of execution methods for an application program
KR20020003375A (en) System and method for licensing content
JP2009521027A (en) Method and data processing system for reconstructing web content
US8949462B1 (en) Removing personal identifiable information from client event information
US20030036897A1 (en) Method and apparatus for simulating application workloads on an e-business application server
US20050050319A1 (en) License control for web applications
KR100499000B1 (en) Method for Providing Software by Virtual CD-ROM Drive
US20050076325A1 (en) Automatic software update of nodes in a network data processing system
US20010016906A1 (en) Process for personalized access to the internet network
Raptis et al. The CORAS approach for model-based risk management applied to e-commerce domain
US20060259976A1 (en) Method of and software for monitoring digital information
JP3437680B2 (en) Dialogue management type information providing method and apparatus
KR20030095504A (en) Method of analyzing log information on the internet
JP3528065B2 (en) Inherited access control method on computer network

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application