Hello,
Having trouble starting handle server. Any help is really appreciated. 
It is on windows server.


C:\Dspace\bin>dsrun net.handle.server.Main \dspace\handle-server
Using DSpace installation in: C:\Dspace
"2011/01/28 10:09:07 CST" 25 Rotating log files
UDP handle Request Listener:
    address: /153.91.64.20
       port: 2641
HTTP handle Request Listener:
Starting UDP request handlers: TCP handle Request Listener:
.   address: /153.91.64.20
    address: /153.91.64.20
       port: 8000
       port: 2641
Starting HTTP request handlers: Starting TCP request handlers: ..
C:\Dspace\bin>


Here is my config file.

{
"hdl_http_config" = {
"bind_address" = "153.91.64.20"
"num_threads" = "15"
"bind_port" = "8000"
"backlog" = "5"
"log_accesses" = "yes"
}

"server_type" = "server"
"hdl_udp_config" = {
"bind_address" = "153.91.64.20"
"num_threads" = "15"
"bind_port" = "2641"
"log_accesses" = "yes"
}

"hdl_tcp_config" = {
"bind_address" = "153.91.64.20"
"num_threads" = "15"
"bind_port" = "2641"
"backlog" = "5"
"log_accesses" = "yes"
}

"log_save_config" = {
"log_save_interval" = "Monthly"
}

"no_udp_resolution" = "y"
"interfaces" = (
"hdl_udp"
"hdl_tcp"
"hdl_http"
)

"server_config" = {
"storage_type" = "CUSTOM"
"storage_class" = "org.dspace.handle.HandlePlugin"
"server_admins" = (
"300:0.NA/10768"
)

"replication_admins" = (
"300:0.NA/10768"
)

"max_session_time" = "86400000"
"this_server_id" = "1"
"max_auth_time" = "60000"
"backup_admins" = (
"300:0.NA/10768"
)

"case_sensitive" = "no"

}


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to