Hi helix84,

Thank you very much for your help.

I have two more question.

1)
 Should 1 Handle-Server be able to 2 site handle service?
Or , each site need to use each the Handle-Server service?

2)
 I know , Default port number 8000 and 2641.
 How to setup for config.dct?  I want to use 8001 and 2642.

I would appreciate your prompt reply.

**Example**

{
"hdl_http_config" = {
"bind_address" = "http://dspace1.aaa.ac.jp"; (URL )
"num_threads" = "15"
"bind_port" = "8000"
"backlog" = "5"
"log_accesses" = "yes"
}

"server_type" = "server"
"hdl_udp_config" = {
"bind_address" = "http://dspace1.aaa.ac.jp";
"num_threads" = "15"
"bind_port" = "2641"
"log_accesses" = "yes"
}

"hdl_tcp_config" = {
"bind_address" = "http://dspace1.aaa.ac.jp";
"num_threads" = "15"
"bind_port" = "2641"
"backlog" = "5"
"log_accesses" = "yes"
}

{
"hdl_http_config" = {
"bind_address" = "http://dspace2.aaa.ac.jp";
"num_threads" = "15"
"bind_port" = "8001"
"backlog" = "5"
"log_accesses" = "yes"
}

"server_type" = "server"
"hdl_udp_config" = {
"bind_address" = "http://dspace2.aaa.ac.jp";
"num_threads" = "15"
"bind_port" = "2641"
"log_accesses" = "yes"
}

"hdl_tcp_config" = {
"bind_address" = "http://dspace2.aaa.ac.jp";
"num_threads" = "15"
"bind_port" = "2641"
"backlog" = "5"
"log_accesses" = "yes"
}


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of helix84
Sent: Thursday, March 29, 2012 5:48 PM
To: Nakamura, Takaya/中村 貴也
Cc: [email protected]
Subject: Re: [Dspace-tech] Let me know how use 2 handle at 1 server

Hi Takaya,

I've never tried what you described you need, so I can give you my ideas but 
keep in mind that they might not be 100% correct.

It should be possible to run two handle servers one one machine, but you need 
to configure them to listen on different ports. This is the "bind_port" 
property in config.dct.
Since the IP of one of your handle servers will change, you will also need to 
send the new sitebndl.zip and the handle prefix of that server to 
[email protected]

On the DSpace side, there can be only one handle prefix configured, which means 
that all new items created by DSpace will have to use only one of the prefixes.

I hope that helps.

Regards,
~~helix84
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to