Show gb-portlet.properties syntax highlighted
## Working directory for jobs, can be either relative or absolute
main.work.dir = jobs/
# Comma separated list of directories with plug-ins
main.plugin.dirs = ./plugins
# enable java.awt.headless mode, might be needed if there is no Xwindow server
main.headless = true
data.service.urls = http://opengrid.cern.ch:8080/gb-agent
##########################################################
# Network
##########################################################
## Interval for status updates in milliseconds
network.refresh.rate = 1000
# Comma separated list of available discovery servers.
# To disable discovery, comment the line out or remove all hosts.
#network.discovery.urls = http://opengrid.cern.ch:8080/gb-agent
# interval in seconds
network.discovery.rate = 30
# Tomcat's port number is used for discovering this host
network.discovery.port = 8080
# (optional) If this server is running behind firewall and accessed through some other server
# For example http://proxy.host.name:8080/gb-agent
network.discovery.proxy =
######################################################################
# Security related configurations
######################################################################
# location of CA certificates by default
security.cert.dir=/etc/grid-security/certificates/*.0
## Authentication handler to be used
security.axis.socketfactory=org.glite.security.trustmanager.axis.LocalAXISSocketFactory
# Hostname of the myproxy-server to use
security.myproxy.server=pcppe01.cern.ch
# Port of myproxy server
security.myproxy.port=7512
# Lifetime of proxy in minutes (default 6h)
security.myproxy.local.time=360
# (optional) The Myproxy server Distinguished Name (DN)
# Normally needed only if the Myproxy certificate is not a host certificate
# For example /O=Grid/O=NorduGrid/CN=host/pcppe01.cern.ch
security.myproxy.server.dn=
See more files for this project here
GridBlocks builds a grid application framework via easy-to-use building blocks in distributed environment. The framework offers components for Grid security, distributed storage, computing, and Portlet web interfaces.
Project homepage:
http://sourceforge.net/projects/gridblocks
Programming language(s): Java,JSP,XML
License: other
gb-disk.conf
gb-portlet.properties