JP2003006086A - Service providing system - Google Patents

Service providing system

Info

Publication number
JP2003006086A
JP2003006086A JP2001187839A JP2001187839A JP2003006086A JP 2003006086 A JP2003006086 A JP 2003006086A JP 2001187839 A JP2001187839 A JP 2001187839A JP 2001187839 A JP2001187839 A JP 2001187839A JP 2003006086 A JP2003006086 A JP 2003006086A
Authority
JP
Japan
Prior art keywords
web server
server machine
service
machine
service providing
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2001187839A
Other languages
Japanese (ja)
Inventor
Kiichi Kameda
喜一 亀田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric Corp
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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2001187839A priority Critical patent/JP2003006086A/en
Publication of JP2003006086A publication Critical patent/JP2003006086A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To realize a service providing system capable of keeping security and improving management/maintenance. SOLUTION: The service providing system for providing service by performing communication between objects by using an HTTP is provided with a service providing Web server machine in which a function for performing communication between a client and a machine is incorporated and an external disclosure Web server machine for transferring information that is disclosed to the Internet and received from the client machine to the Web server machine on the basis of a routing table.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、HTTP(HyperT
ext Transfer Protocol:WWWサーバからWWWクラ
イアントに対してHTML(HyperText Markup Languag
e)で記述されたドキュメントを送受信するための通信
プロトコル。以下、単にHTTPと呼ぶ。)を用いてオ
ブジェクト間で通信を行いサービスの提供を行うサービ
ス提供システムに関し、特にセキュリティを確保し管理
・保守性を向上させることが可能なサービス提供システ
ムに関する。
TECHNICAL FIELD The present invention relates to HTTP (HyperT
ext Transfer Protocol: HTML (HyperText Markup Languag) from WWW server to WWW client
A communication protocol for sending and receiving the documents described in e). Hereinafter, it is simply referred to as HTTP. ) Is used to communicate between objects to provide a service, and more particularly to a service providing system capable of ensuring security and improving manageability / maintenance.

【0002】[0002]

【従来の技術】従来サービスを提供するために2つのマ
シンで個々に動作するオブジェクト間でデータ交換や処
理の実行を行う場合にはオブジェクト間で当該データフ
ァイルを転送したり、一方のオブジェクトから他方のオ
ブジェクトに処理の実行指示を出していた。
2. Description of the Related Art Conventionally, when exchanging data or executing processing between objects that individually operate on two machines to provide a service, the data file is transferred between the objects, or one object is transferred to the other. The execution instruction of the process was issued to the object.

【0003】但し、2つのマシン間にファイヤウォール
が存在する場合にはセキュリティ確保のためにHTTP
やSMTP(Simple Mail Transfer Protocol)等の必
要最小限度のプロトコル以外を通さない場合が多い。
However, when a firewall exists between two machines, HTTP is used to ensure security.
In many cases, a protocol other than the minimum required protocol, such as or SMTP (Simple Mail Transfer Protocol), is not passed.

【0004】このため、Webサーバを利用してXML
(eXtensible Markup Language:拡張マークアップ言
語。以下、単にXMLと呼ぶ。)で記述された情報をH
TTPを用いてオブジェクト間でやり取りすることによ
り、データ交換や処理の実行等のサービスを実現する場
合がある。
Therefore, a Web server is used to make XML.
Information described in (eXtensible Markup Language: Extensible Markup Language; hereinafter simply referred to as XML) is called H
Services such as data exchange and execution of processing may be realized by exchanging objects using TTP.

【0005】図7はデータ交換を行う従来のサービス提
供システムの一例を示す構成ブロック図である。図7に
おいて1はクライアントマシン、2はWebサーバの機
能を有するWebサーバマシン、100はインターネッ
トである。
FIG. 7 is a block diagram showing an example of a conventional service providing system for exchanging data. In FIG. 7, 1 is a client machine, 2 is a Web server machine having a Web server function, and 100 is the Internet.

【0006】クライアントマシン1及びWebサーバマ
シン2はインターネット100によって相互に接続され
る。
The client machine 1 and the Web server machine 2 are interconnected by the Internet 100.

【0007】ここで、図7に示す従来例の動作を説明す
る。例えば、クライアントマシン1を所有する企業から
送信されてくる発注伝票をWebサーバマシン2で受領
するサービスを提供する場合を想定する。
The operation of the conventional example shown in FIG. 7 will be described. For example, it is assumed that the Web server machine 2 provides a service for receiving an order slip sent from a company that owns the client machine 1.

【0008】クライアントマシン1は当該発注伝票をX
MLで記述した図7中”OS01”に示すファイルをS
OAP(Simple Object Access Protocol:ネットワー
ク経由でオブジェクト間の通信を行う軽量のプロトコ
ル。)メッセージの形態で転送用プロトコルとしてHT
TPを用いて図7中”OS02”に示すようにWebサ
ーバマシン2に送信する。
The client machine 1 sends the order slip X
The file shown in "OS01" in FIG. 7 described in ML is S
HT as a transfer protocol in the form of OAP (Simple Object Access Protocol: a lightweight protocol for communicating objects via a network) message.
It is transmitted to the Web server machine 2 by using TP as indicated by "OS02" in FIG.

【0009】そして、Webサーバマシン2は受信した
発注伝票に対して必要な受領処理を行う。
Then, the Web server machine 2 performs a necessary receipt process for the received order slip.

【0010】この結果、通信プロトコルがHTTPであ
るため、クライアントマシン1とWebサーバマシン2
との間にファイヤウォールが存在する場合であっても、
発注伝票はファイヤウォールを通過してWebサーバマ
シン2で発注伝票を受領するサービスを提供できる。
As a result, since the communication protocol is HTTP, the client machine 1 and the Web server machine 2
Even if there is a firewall between
The order slip can provide a service of passing the firewall and receiving the order slip at the Web server machine 2.

【0011】また、図8は処理の実行を行う従来のサー
ビス提供システムの一例を示す構成ブロック図である。
図8において3はクライアントマシン、4はWebサー
バの機能を有するWebサーバマシン、100aはイン
ターネットである。
FIG. 8 is a block diagram showing an example of a conventional service providing system for executing processing.
In FIG. 8, 3 is a client machine, 4 is a Web server machine having a Web server function, and 100a is the Internet.

【0012】クライアントマシン3及びWebサーバマ
シン4はインターネット100aによって相互に接続さ
れる。
The client machine 3 and the Web server machine 4 are mutually connected by the Internet 100a.

【0013】ここで、図8に示す従来例の動作を説明す
る。例えば、クライアントマシン3を所有する設備診断
企業から顧客である企業のWebサーバマシン4をリモ
ートで設備診断を行うサービスを提供する場合を想定す
る。
The operation of the conventional example shown in FIG. 8 will be described. For example, assume a case where a facility diagnosis company that owns the client machine 3 provides a service for remotely performing a facility diagnosis of a Web server machine 4 of a client company.

【0014】クライアントマシン3は診断条件をXML
で記述した図8中”CM11”に示すファイルをSOA
Pメッセージの形態で転送用プロトコルとしてHTTP
を用いて図8中”CM12”に示すようにWebサーバ
マシン4に送信する。
The client machine 3 sets the diagnostic condition in XML.
The file shown in "CM11" in FIG.
HTTP as a transfer protocol in the form of P message
Is transmitted to the Web server machine 4 as indicated by "CM12" in FIG.

【0015】図8中”CM12”に示す診断条件を受信
したWebサーバマシン4はXMLで記述されたファイ
ルから診断条件を抽出して図8中”DF11”に示す診
断処理機能に渡して診断処理を行わせる。
The Web server machine 4 that has received the diagnostic condition indicated by "CM12" in FIG. 8 extracts the diagnostic condition from the file described in XML and passes it to the diagnostic processing function indicated by "DF11" in FIG. To perform.

【0016】図8中”DF11”に示す診断処理機能か
ら診断結果を受け取ったWebサーバマシン4は当該診
断結果をXMLで記述した図8中”RS11”に示すフ
ァイル作成し、SOAPメッセージの形態で転送用プロ
トコルとしてHTTPを用いて図8中”RS12”に示
すようにクライアントマシン3に送信する。
The Web server machine 4 which has received the diagnosis result from the diagnosis processing function indicated by "DF11" in FIG. 8 creates a file indicated by "RS11" in FIG. 8 in which the diagnosis result is described in XML, in the form of a SOAP message. HTTP is used as the transfer protocol, and is transmitted to the client machine 3 as indicated by "RS12" in FIG.

【0017】図8中”RS12”に示す診断結果を受信
したクライアントマシン3はXMLで記述されたファイ
ルから診断結果を抽出してクライアントマシン3の表示
手段に適宜表示等させる。
The client machine 3 that has received the diagnosis result indicated by "RS12" in FIG. 8 extracts the diagnosis result from the file described in XML and causes the display means of the client machine 3 to display it appropriately.

【0018】この結果、通信プロトコルがHTTPであ
るため、クライアントマシン3とWebサーバマシン4
との間にファイヤウォールが存在する場合であっても、
診断条件や診断結果のやり取りが可能になり、リモート
で設備診断のサービスを提供することが可能になる。
As a result, since the communication protocol is HTTP, the client machine 3 and the Web server machine 4
Even if there is a firewall between
It becomes possible to exchange diagnostic conditions and diagnostic results, and to provide equipment diagnostic services remotely.

【0019】[0019]

【発明が解決しようとする課題】しかし、図7及び図8
に示す従来例ではWebサーバマシンは通常のWebサ
ーバの機能の他に、受信したXMLで記述されたファイ
ルからの情報を抽出する機能、処理結果をXMLで記述
する機能や処理の実行を行う機能等と言ったサービス機
能が別途必要になる。
However, FIG. 7 and FIG.
In the conventional example shown in, the Web server machine has a function of extracting information from a received file described in XML, a function of describing a processing result in XML, and a function of executing processing in addition to a function of a normal Web server. Service functions such as "etc." are required separately.

【0020】このようなサービス機能が組み込まれたW
ebサーバマシンをサービスを提供する部門に配置する
と、システムの管理等をサービス提供部門で行えるので
管理・保守性は向上するものの、このようなWebサー
バマシンをインターネットに対して直接公開することに
なるのでセキュリティ上の問題が発生する可能性がある
と言った問題点があった。
W incorporating such a service function
If the eb server machine is placed in the service providing department, the service providing department can manage the system and the like, so that the manageability and maintainability are improved, but such a web server machine is directly exposed to the Internet. There was a problem because I said that security problems might occur.

【0021】一方、インターネットに公開されている通
常のWebサーバマシンに前述のサービス機能を組み込
んだ場合には、セキュリティ上の問題は発生しにくいも
のの、サービス提供部門でのシステムの管理及び保守が
不便であると共に当該Webサーバマシンの負荷が増大
してしまうと言った問題点があった。従って本発明が解
決しようとする課題は、セキュリティを確保し管理・保
守性を向上させることが可能なサービス提供システムを
実現することにある。
On the other hand, when the above-mentioned service function is incorporated in a normal Web server machine open to the Internet, security problems are less likely to occur, but system management and maintenance in the service providing department is inconvenient. In addition, there is a problem that the load on the Web server machine increases. Therefore, the problem to be solved by the present invention is to realize a service providing system capable of ensuring security and improving manageability / maintenance.

【0022】[0022]

【課題を解決するための手段】このような課題を達成す
るために、本発明のうち請求項1記載の発明は、HTT
Pを用いてオブジェクト間で通信を行いサービスの提供
を行うサービス提供システムにおいて、クライアントマ
シンとの間で通信を行いサービスを提供する機能が組み
込まれたサービス提供用のWebサーバマシンと、イン
ターネット上に公開され前記クライアントマシンから受
信した情報をルーティングテーブルに基づきサービス提
供用の前記Webサーバマシンに転送する外部公開用の
Webサーバマシンとを備えたことにより、セキュリテ
ィを確保し管理・保守性を向上させることが可能にな
る。
In order to achieve such a subject, the invention according to claim 1 of the present invention is an HTT.
In a service providing system in which objects are communicated using P to provide a service, a service providing Web server machine having a function of communicating with a client machine and providing a service is provided on the Internet. Security is provided and management / maintenance is improved by including an externally-published Web server machine that transfers information that has been published and received from the client machine to the Web server machine for service provision based on a routing table. It will be possible.

【0023】請求項2記載の発明は、請求項1記載の発
明であるサービス提供システムにおいて、外部公開用の
前記Webサーバマシンに設けられた仮想ディレクトリ
に前記クライアントマシンがアクセスした場合に前記受
信した情報の転送を行うことにより、セキュリティを確
保し管理・保守性を向上させることが可能になる。
The invention according to claim 2 is, in the service providing system according to claim 1, received when the client machine accesses a virtual directory provided in the Web server machine for external publication. By transferring information, it becomes possible to secure security and improve manageability and maintainability.

【0024】請求項3記載の発明は、HTTPを用いて
オブジェクト間で通信を行いサービスの提供を行うサー
ビス提供システムにおいて、クライアントマシンとの間
で通信を行いサービスを提供する機能が組み込まれたサ
ービス提供用のWebサーバマシンと、インターネット
上に公開されサービス提供用の前記Webサーバマシン
から返送されてきた情報を前記クライアントマシンに送
信する外部公開用のWebサーバマシンとを備えたこと
により、セキュリティを確保し管理・保守性を向上させ
ることが可能になる。
According to a third aspect of the present invention, in a service providing system for providing a service by communicating between objects using HTTP, a service having a function of communicating with a client machine and providing a service. Security is provided by the provision of a web server machine for providing and a web server machine for external publication that transmits information returned from the web server machine for providing services that is published on the Internet to the client machine. It becomes possible to secure and improve the manageability and maintainability.

【0025】請求項4記載の発明は、請求項1乃至請求
項3の何れかに記載の発明であるサービス提供システム
において、サービス提供用及び外部公開用の前記Web
サーバマシンの間で前記情報の中継を行う中継用のWe
bサーバマシンを備えたことにより、Webサーバマシ
ンの負荷の低減やイントラネットの負荷の分散が可能に
なる。
According to a fourth aspect of the present invention, in the service providing system according to any one of the first to third aspects, the Web for providing the service and for external disclosure
We for relay that relays the information between server machines
By providing the b server machine, the load on the Web server machine can be reduced and the load on the intranet can be distributed.

【0026】請求項5記載の発明は、請求項4記載の発
明であるサービス提供システムにおいて、複数台の中継
用の前記Webサーバマシンを備えたことにより、We
bサーバマシンの負荷の低減やイントラネットの負荷の
分散が可能になる。
According to a fifth aspect of the present invention, in the service providing system according to the fourth aspect, a plurality of the Web server machines for relaying are provided, and
b It becomes possible to reduce the load on the server machine and distribute the load on the intranet.

【0027】請求項6記載の発明は、請求項4若しくは
請求項5記載の発明であるサービス提供システムにおい
て、中継用の前記Webサーバマシンに設けられた仮想
ディレクトリに外部公開用の前記Webサーバマシン若
しくは中継用の前記Webサーバマシンがアクセスした
場合に前記受信した情報の中継を行うことにより、We
bサーバマシンの負荷の低減やイントラネットの負荷の
分散が可能になる。
According to a sixth aspect of the invention, in the service providing system according to the fourth or fifth aspect of the invention, the web server machine for external publication is provided in a virtual directory provided in the web server machine for relaying. Alternatively, when the Web server machine for relay makes an access, by relaying the received information, the We
b It becomes possible to reduce the load on the server machine and distribute the load on the intranet.

【0028】請求項7記載の発明は、請求項1乃至請求
項3の何れかに記載の発明であるサービス提供システム
において、複数台のサービス提供用の前記Webサーバ
マシンを備えたことにより、サービス機能を分散できる
のでサービス機能が組み込まれたWebサーバマシンの
負荷を低減やイントラネットの負荷の分散が可能にな
る。
According to a seventh aspect of the present invention, in the service providing system according to any one of the first to third aspects, a plurality of the Web server machines for providing the service are provided, so that the service is provided. Since the functions can be distributed, it is possible to reduce the load on the Web server machine incorporating the service function and distribute the load on the intranet.

【0029】[0029]

【発明の実施の形態】以下本発明を図面を用いて詳細に
説明する。図1は本発明に係るサービス提供システムの
一実施例を示す構成ブロック図である。図1において5
はクライアントマシン、6はインターネットに公開され
るWebサーバの機能を有する外部公開用のWebサー
バマシン、7は中継用のWebサーバマシン、8はサー
ビス機能が組み込まれたサービス提供用のWebサーバ
マシン、100bはインターネットである。
BEST MODE FOR CARRYING OUT THE INVENTION The present invention will be described in detail below with reference to the drawings. FIG. 1 is a configuration block diagram showing an embodiment of a service providing system according to the present invention. 5 in FIG.
Is a client machine, 6 is a web server machine for external publication having a function of a web server published on the Internet, 7 is a relay web server machine, 8 is a web server machine for providing a service in which a service function is incorporated, 100b is the Internet.

【0030】クライアントマシン5及び外部公開用のW
ebサーバマシン6はインターネット100bによって
相互に接続される。また、外部公開用のWebサーバマ
シン6,中継用のWebサーバマシン7及びサービス提
供用のWebサーバマシン8は図1中”IC21”に示
すファイヤウォールで保護されている企業内に設置され
イントラネットによって相互に接続される。
Client machine 5 and W for external publication
The eb server machine 6 is mutually connected by the internet 100b. Further, the Web server machine 6 for external publication, the Web server machine 7 for relaying, and the Web server machine 8 for providing services are installed in a company protected by a firewall indicated by "IC21" in FIG. Connected to each other.

【0031】また、外部公開用のWebサーバマシン6
及び中継用のWebサーバマシン7には図1中”RT2
1”及び”RT22”に示すような情報の中継先等のル
ーティング情報が記載されたルーティングテーブルを備
え、サービス提供用のWebサーバマシン8には図1
中”SP21”に示すようなサービス機能が備えられて
いる。
The Web server machine 6 for external publication
And "RT2" in FIG. 1 for the web server machine 7 for relay.
1 ”and“ RT22 ”is provided with a routing table in which routing information such as a relay destination of information is described, and the Web server machine 8 for service provision has the configuration shown in FIG.
The service function as shown in the middle "SP21" is provided.

【0032】ここで、図1に示す実施例の動作を図2、
図3、図4、図5及び図6を用いて説明する。図2、図
5及び図6は情報の流れを説明する構成ブロック図、図
3は外部公開用のWebサーバマシン6及び中継用のW
ebサーバマシン7の動作を説明するフロー図、図4は
ルーティングテーブルの内容の具体例を示す説明図であ
る。
The operation of the embodiment shown in FIG. 1 will now be described with reference to FIG.
This will be described with reference to FIGS. 3, 4, 5, and 6. 2, 5, and 6 are block diagrams illustrating the flow of information, and FIG. 3 is a Web server machine 6 for external publication and a W for relaying.
FIG. 4 is a flowchart for explaining the operation of the eb server machine 7, and FIG. 4 is an explanatory diagram showing a specific example of the contents of the routing table.

【0033】例えば、クライアントマシン5から送信さ
れる情報である発注伝票を受領して処理する等のサービ
ス機能が組み込まれたサービス提供用のWebサーバマ
シン8に発注伝票を送付する場合を想定する。
For example, it is assumed that the order slip is sent to the Web server machine 8 for service provision, which has a service function such as receiving and processing the order slip, which is the information transmitted from the client machine 5.

【0034】サービス提供用のWebサーバマシン8は
インターネット100b上に直接公開されていないの
で、クライアントマシン5はインターネット100bを
介してWebサーバマシン6にアクセスして発注伝票を
送信する。
Since the Web server machine 8 for service provision is not directly published on the Internet 100b, the client machine 5 accesses the Web server machine 6 via the Internet 100b and sends the order slip.

【0035】例えば、クライアントマシン5は当該発注
伝票をXMLで記述したファイルをSOAPメッセージ
の形態で転送用プロトコルとしてHTTPを用いて図2
中”AC31”に示すように外部公開用のWebサーバ
マシン6に送信する。
For example, the client machine 5 uses a file in which the order slip is described in XML in the form of a SOAP message using HTTP as a transfer protocol.
The data is transmitted to the Web server machine 6 for external publication as shown in the middle "AC31".

【0036】一方、図3中”S001”においてインタ
ーネット100b上に公開されている外部公開用のWe
bサーバマシン6は通常のWebサーバとしての処理を
行う。
On the other hand, in the "S001" shown in FIG. 3, the external publication We published on the Internet 100b.
The b-server machine 6 performs processing as a normal Web server.

【0037】そして、図3中”S002”において外部
公開用のWebサーバマシン6は外部からのアクセスが
仮想ディレクトリに対してである場合には図3中”S0
03”においてルーティングテーブルから中継先のWe
bサーバマシンのアドレス等を情報を取得し、図3中”
S004”において取得したアドレスのWebサーバマ
シンに受信した発注伝票を転送する。
Then, in "S002" in FIG. 3, the Web server machine 6 for external publication has "S0" in FIG. 3 when the external access is to the virtual directory.
03 ”from the routing table to the relay destination We
b) Obtain information such as the address of the server machine,
The received order slip is transferred to the Web server machine having the address acquired in S004 ".

【0038】例えば、ルーティングテーブルには図4
中”VD41”、”RA41”及び”RD41”に示す
ように”仮想ディレクトリ”、”中継先アドレス”及
び”中継先ディレクトリ”の情報が図4中”DT41”
及び”DT42”に示すようにそれぞれ格納されてい
る。
For example, the routing table shown in FIG.
As shown in medium "VD41", "RA41", and "RD41", information on "virtual directory", "relay destination address", and "relay destination directory" is "DT41" in FIG.
And "DT42", respectively.

【0039】そして、外部からのアクセスが仮想ディレ
クトリ”Dir001”であった場合には、中継先アド
レス”xxx.xxx.xxx.xxx”のWebサー
バマシンの中継先ディレクトリ”DirAAA”に情報
を転送する。
When the access from the outside is the virtual directory "Dir001", the information is transferred to the relay destination directory "DirAAA" of the Web server machine at the relay destination address "xxx.xxx.xxx.xxx". .

【0040】ここでは、図1中”RT21”に示すルー
ティングテーブルには中継用のWebサーバマシン7の
アドレス情報が記載され、図1中”RT22”に示すル
ーティングテーブルにはサービス提供用のWebサーバ
マシン8のアドレス情報が記載されているものとする。
Here, the address information of the relay Web server machine 7 is described in the routing table shown by "RT21" in FIG. 1, and the service providing Web server is shown in the routing table shown by "RT22" in FIG. It is assumed that the address information of the machine 8 is described.

【0041】すなわち、外部公開用のWebサーバマシ
ン6は図5中”RT21”に示すルーティングテーブル
から中継先である中継用のWebサーバマシン7のアド
レスを取得して図5中”RL51”に示すように発注伝
票を転送する。
That is, the external publication Web server machine 6 acquires the address of the relay Web server machine 7 which is the relay destination from the routing table indicated by "RT21" in FIG. 5 and indicates it by "RL51" in FIG. To transfer the order slip.

【0042】また、図3中”S005”において外部公
開用のWebサーバマシン6は中継先のWebサーバマ
シンから情報を受信した場合には、図3中”S006”
において受信内容をクライアントマシン5に返送する。
Further, in "S005" in FIG. 3, when the Web server machine 6 for external publication receives information from the relay destination Web server machine, "S006" in FIG.
In step 2, the received contents are returned to the client machine 5.

【0043】例えば、クライアントマシン5を所有する
設備診断企業から顧客である企業のサービス提供用のW
ebサーバマシン8をリモートで設備診断を行う場合を
想定すると、診断結果等の情報が中継先のWebサーバ
マシンから返送されてくるので返送内容をクライアント
マシン5に返送する。
For example, a facility diagnostic company that owns the client machine 5 provides W for service provision of a client company.
Assuming a case where the eb server machine 8 is remotely diagnosed, information such as a diagnosis result is returned from the relay destination Web server machine, and therefore the returned content is returned to the client machine 5.

【0044】一方、外部公開用のWebサーバマシン6
から発注伝票を受信した中継用のWebサーバマシン7
は基本的に図3に示すフロー図に従って動作し、前述と
同様にアクセスが仮想ディレクトリに対してである場合
には、図6中”RT22”に示すルーティングテーブル
から中継先であるサービス提供用のWebサーバマシン
8のアドレスを取得して図6中”RL61”に示すよう
に発注伝票を転送する。
On the other hand, the Web server machine 6 for external publication
Web server machine for relay 7 that received the order slip from
Basically operates according to the flow chart shown in FIG. 3, and when the access is to the virtual directory as described above, the routing table shown in “RT22” in FIG. The address of the Web server machine 8 is acquired and the order slip is transferred as indicated by "RL61" in FIG.

【0045】そして、最終的に発注伝票を受信したサー
ビス提供用のWebサーバマシン8は図6中”AC6
1”に示すように発注伝票を図6中”SP21”に示す
サービス機能に渡して必要なサービス処理をさせる。
Then, the Web server machine 8 for service provision which finally received the order slip is "AC6" in FIG.
As shown in 1 ", the ordering slip is passed to the service function shown in" SP21 "in FIG. 6 to perform necessary service processing.

【0046】このため、クライアントマシン5側では何
ら意識することなくインターネット100b上に公開さ
れている外部公開用のWebサーバマシン6の仮想ディ
レクトリにアクセスすることにより、サービス機能が組
み込まれたWebサーバマシン8に情報が中継されてサ
ービスの提供を受けることが可能になる。
Therefore, by accessing the virtual directory of the Web server machine 6 for external publication, which is open to the public on the Internet 100b, without any awareness of the client machine 5 side, the Web server machine incorporating the service function can be accessed. It becomes possible to receive the service by relaying the information to 8.

【0047】また、インターネット100bとの直接の
窓口は外部公開用のWebサーバマシン6となるのでセ
キュリティ上の問題は発生しにくくなり、外部公開用の
Webサーバマシン6にはサービス機能は組み込まれな
いので負荷の増大も防止できる。
Further, since the direct contact point with the Internet 100b is the Web server machine 6 for external publication, security problems are less likely to occur, and no service function is incorporated in the Web server machine 6 for external publication. Therefore, an increase in load can be prevented.

【0048】さらに、サービス機能が組み込まれたサー
ビス提供用のWebサーバマシン8をサービスを提供す
る部門に配置可能になるので管理・保守性は向上し、サ
ービス提供用のWebサーバマシン8をインターネット
に対して直接公開しなくなるのでセキュリティ上の問題
が発生しにくくなる。
Furthermore, since the Web server machine 8 for providing a service having the service function incorporated therein can be arranged in the department providing the service, the manageability / maintenance is improved, and the Web server machine 8 for providing the service is connected to the Internet. On the other hand, since it will not be published directly, security problems are less likely to occur.

【0049】この結果、インターネット100b上に公
開されている外部公開用のWebサーバマシン6からサ
ービス機能が組み込まれたサービス提供用のWebサー
バマシン8に情報を中継することにより、セキュリティ
を確保し管理・保守性を向上させることが可能なサービ
ス提供システムを実現する。
As a result, security is ensured and managed by relaying information from the Web server machine 6 for external publication, which is open to the public on the Internet 100b, to the Web server machine 8 for providing a service, which has a built-in service function.・ Realize a service providing system that can improve maintainability.

【0050】なお、図1に示す実施例では外部公開用の
Webサーバマシン6とサービス提供用のWebサーバ
マシン8との間に中継用のWebサーバマシン7を設け
ているが必須の構成要素ではない。但し、中継用のWe
bサーバマシン7を設けることにより、外部公開用のW
ebサーバマシン6とサービス提供用のWebサーバマ
シン8とを直接ルーティングする場合と比較してWeb
サーバマシンの負荷の低減やイントラネットの負荷の分
散が可能になる。
In the embodiment shown in FIG. 1, the relay Web server machine 7 is provided between the Web server machine 6 for external publication and the Web server machine 8 for service provision, but it is an essential component. Absent. However, We for relay
b By providing the server machine 7, W for external publication
Compared to the case of directly routing the eb server machine 6 and the service providing Web server machine 8, the Web
The load on the server machine can be reduced and the load on the intranet can be distributed.

【0051】また、中継用のWebサーバマシンは1つ
に限定されるものではなく複数台の中継用のWebサー
バマシンを設けても構わない。
Further, the number of relay Web server machines is not limited to one, and a plurality of relay Web server machines may be provided.

【0052】また、図1に示す実施例ではインターネッ
ト100b上に公開されている外部公開用のWebサー
バマシン6からサービス機能が組み込まれた1つのWe
bサーバマシン8に情報を中継しているが、外部公開用
のWebサーバマシン6に仮想ディレクトリを複数個設
けて当該仮想ディレクトリに一対一で対応するサービス
機能が組み込まれたWebサーバマシンを複数台設けて
それぞれに情報を中継しても構わない。
Further, in the embodiment shown in FIG. 1, one We in which a service function is incorporated from the Web server machine 6 for external publication, which is published on the Internet 100b.
b Information is relayed to the server machine 8, but a plurality of virtual server directories are provided in the web server machine 6 for external publication, and a plurality of web server machines are installed with service functions corresponding to the virtual directories on a one-to-one basis. You may provide and relay information to each.

【0053】この場合には、サービス機能を分散できる
のでサービス機能が組み込まれたWebサーバマシンの
負荷を低減やイントラネットの負荷の分散が可能にな
る。
In this case, since the service function can be distributed, it is possible to reduce the load on the Web server machine incorporating the service function and distribute the load on the intranet.

【0054】[0054]

【発明の効果】以上説明したことから明らかなように、
本発明によれば次のような効果がある。請求項1,2及
び請求項3の発明によれば、インターネット上に公開さ
れている外部公開用のWebサーバマシンからサービス
機能が組み込まれたサービス提供用のWebサーバマシ
ンに情報を中継することにより、セキュリティを確保し
管理・保守性を向上させることが可能になる。
As is apparent from the above description,
The present invention has the following effects. According to the inventions of claims 1, 2 and 3, by relaying information from a web server machine for external publication, which is published on the Internet, to a web server machine for providing a service in which a service function is incorporated. It is possible to secure security and improve manageability and maintainability.

【0055】また、請求項4,5及び請求項6の発明に
よれば、中継用のWebサーバマシンを介して情報を中
継することにより、Webサーバマシンの負荷の低減や
イントラネットの負荷の分散が可能になる。
Further, according to the inventions of claims 4, 5 and 6, by relaying the information through the relay web server machine, the load on the web server machine can be reduced and the load on the intranet can be distributed. It will be possible.

【0056】また、請求項7の発明によれば、サービス
機能を組み込まれたサービス提供のWebサーバマシン
を複数台設けることにより、サービス機能を分散できる
のでサービス機能が組み込まれたWebサーバマシンの
負荷を低減やイントラネットの負荷の分散が可能にな
る。
According to the invention of claim 7, the service function can be distributed by providing a plurality of service-providing Web server machines having the service function incorporated therein. Therefore, the load on the Web server machine having the service function incorporated therein. Can be reduced and the load of the intranet can be distributed.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明に係るサービス提供システムの一実施例
を示す構成ブロック図である。
FIG. 1 is a configuration block diagram showing an embodiment of a service providing system according to the present invention.

【図2】情報の流れを説明する構成ブロック図である。FIG. 2 is a configuration block diagram illustrating a flow of information.

【図3】Webサーバマシンの動作を説明するフロー図
である。
FIG. 3 is a flowchart illustrating the operation of the Web server machine.

【図4】ルーティングテーブルの内容の具体例を示す説
明図である。
FIG. 4 is an explanatory diagram showing a specific example of contents of a routing table.

【図5】情報の流れを説明する構成ブロック図である。FIG. 5 is a configuration block diagram illustrating a flow of information.

【図6】情報の流れを説明する構成ブロック図である。FIG. 6 is a block diagram illustrating a flow of information.

【図7】従来のサービス提供システムの一例を示す構成
ブロック図である。
FIG. 7 is a configuration block diagram showing an example of a conventional service providing system.

【図8】従来のサービス提供システムの一例を示す構成
ブロック図である。
FIG. 8 is a configuration block diagram showing an example of a conventional service providing system.

【符号の説明】[Explanation of symbols]

1,3,5 クライアントマシン 2,4,6,7,8 Webサーバマシン 100,100a,100b インターネット 1,3,5 client machine 2, 4, 6, 7, 8 Web server machine 100,100a, 100b Internet

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】HTTPを用いてオブジェクト間で通信を
行いサービスの提供を行うサービス提供システムにおい
て、 クライアントマシンとの間で通信を行いサービスを提供
する機能が組み込まれたサービス提供用のWebサーバ
マシンと、 インターネット上に公開され前記クライアントマシンか
ら受信した情報をルーティングテーブルに基づきサービ
ス提供用の前記Webサーバマシンに転送する外部公開
用のWebサーバマシンとを備えたことを特徴とするサ
ービス提供システム。
1. A service providing system that communicates between objects using HTTP to provide a service, and a service providing Web server machine having a function of communicating with a client machine and providing a service. And a Web server machine for external publication, which transfers information received from the client machine and published on the Internet to the Web server machine for service provision based on a routing table.
【請求項2】外部公開用の前記Webサーバマシンに設
けられた仮想ディレクトリに前記クライアントマシンが
アクセスした場合に前記受信した情報の転送を行うこと
を特徴とする請求項1記載のサービス提供システム。
2. The service providing system according to claim 1, wherein the received information is transferred when the client machine accesses a virtual directory provided in the Web server machine for external publication.
【請求項3】HTTPを用いてオブジェクト間で通信を
行いサービスの提供を行うサービス提供システムにおい
て、 クライアントマシンとの間で通信を行いサービスを提供
する機能が組み込まれたサービス提供用のWebサーバ
マシンと、 インターネット上に公開されサービス提供用の前記We
bサーバマシンから返送されてきた情報を前記クライア
ントマシンに送信する外部公開用のWebサーバマシン
とを備えたことを特徴とするサービス提供システム。
3. A service providing system for providing services by communicating between objects using HTTP, and a service providing Web server machine having a function of communicating with a client machine and providing a service. And the above-mentioned We that is published on the Internet
b. A service providing system, comprising: a web server machine for external publication, which transmits information returned from the server machine to the client machine.
【請求項4】サービス提供用及び外部公開用の前記We
bサーバマシンの間で前記情報の中継を行う中継用のW
ebサーバマシンを備えたことを特徴とする請求項1乃
至請求項3の何れかに記載のサービス提供システム。
4. The We for service provision and external disclosure
b W for relay that relays the information between server machines
An eb server machine is provided, The service provision system in any one of Claim 1 thru | or 3 characterized by the above-mentioned.
【請求項5】複数台の中継用の前記Webサーバマシン
を備えたことを特徴とする請求項4記載のサービス提供
システム。
5. The service providing system according to claim 4, further comprising a plurality of the web server machines for relaying.
【請求項6】中継用の前記Webサーバマシンに設けら
れた仮想ディレクトリに外部公開用の前記Webサーバ
マシン若しくは中継用の前記Webサーバマシンがアク
セスした場合に前記受信した情報の中継を行うことを特
徴とする請求項4若しくは請求項5記載のサービス提供
システム。
6. Relaying the received information when the external public Web server machine or the relay Web server machine accesses a virtual directory provided in the relay Web server machine. The service providing system according to claim 4 or claim 5, which is characterized.
【請求項7】複数台のサービス提供用の前記Webサー
バマシンを備えたことを特徴とする請求項1乃至請求項
3の何れかに記載のサービス提供システム。
7. The service providing system according to claim 1, further comprising a plurality of the Web server machines for providing the service.
JP2001187839A 2001-06-21 2001-06-21 Service providing system Pending JP2003006086A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001187839A JP2003006086A (en) 2001-06-21 2001-06-21 Service providing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001187839A JP2003006086A (en) 2001-06-21 2001-06-21 Service providing system

Publications (1)

Publication Number Publication Date
JP2003006086A true JP2003006086A (en) 2003-01-10

Family

ID=19027069

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001187839A Pending JP2003006086A (en) 2001-06-21 2001-06-21 Service providing system

Country Status (1)

Country Link
JP (1) JP2003006086A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006340357A (en) * 2005-06-01 2006-12-14 Internatl Business Mach Corp <Ibm> Method, system and apparatus for debugging live talking

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0375949A (en) * 1989-08-18 1991-03-29 Fuji Xerox Co Ltd Network system
JPH06259311A (en) * 1993-03-05 1994-09-16 Dainippon Screen Mfg Co Ltd Image processing system
JPH1173391A (en) * 1997-08-29 1999-03-16 Fuji Photo Film Co Ltd Data communication system and its method
JP2000298612A (en) * 1999-04-13 2000-10-24 Dainippon Printing Co Ltd Online data transfer device
JP2001005762A (en) * 1999-06-18 2001-01-12 Fuji Xerox Co Ltd Image processor

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0375949A (en) * 1989-08-18 1991-03-29 Fuji Xerox Co Ltd Network system
JPH06259311A (en) * 1993-03-05 1994-09-16 Dainippon Screen Mfg Co Ltd Image processing system
JPH1173391A (en) * 1997-08-29 1999-03-16 Fuji Photo Film Co Ltd Data communication system and its method
JP2000298612A (en) * 1999-04-13 2000-10-24 Dainippon Printing Co Ltd Online data transfer device
JP2001005762A (en) * 1999-06-18 2001-01-12 Fuji Xerox Co Ltd Image processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006340357A (en) * 2005-06-01 2006-12-14 Internatl Business Mach Corp <Ibm> Method, system and apparatus for debugging live talking

Similar Documents

Publication Publication Date Title
US20080089349A1 (en) File server device
US20070233844A1 (en) Relay device and communication system
CN1890942B (en) Method of redirecting client requests to web services
JP4207078B2 (en) Relay server
TW201229779A (en) Providing virtual networks using multi-tenant relays
JP2007157085A (en) Sip server shared module, sip message relay system and program
JP2004265379A (en) Meta-service selector, meta-service selector protocol, method, client, service, distributed system, and computer software product for deploying service over a plurality of networks
KR20010093465A (en) Distributed objects oriented communication system and method for common service various protocolby used corba proxy module therefor
JP2007109222A (en) Utilization of presence service system and method for distributed web service derivery and arrangement
TWI523455B (en) Relay servers, relay communication systems and routing machines
US7934218B2 (en) Interprocess communication management using a socket layer
KR20060010723A (en) Access to web services
JP4187036B2 (en) Relay server
JP2003006086A (en) Service providing system
KR20060113952A (en) Internet listener/publisher
JP2003174483A (en) Security management system and route designation program
CN114615321A (en) Traffic processing method and device
Cisco Configuring LAT
Cisco Configuring LAT
Cisco Configuring LAT
JP5137201B2 (en) User authentication type reverse proxy device, data relay method thereof, and program thereof
US7519571B2 (en) System and method for transmitting data via data networks with data conversion by a COM automatic marshaller
CN102918811A (en) Bidirectional communication system and server apparatus used therein
JP4282207B2 (en) Server device, client device, client-server communication system, and server identification method used for them
JP3576000B2 (en) Computer system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070905

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20091224

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100315

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100513

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100603