########################################## # Portlet Configuration # ########################################## #Defines the standard set of properties for Jetspeed #specify the default set of portlets to use for the Home page portlet.default.url=file:///projects/jetspeed/src/content/xml/defaultPortlets.xml #specify the default set of portlets the user can choose from portlet.allportlets.url=file:///projects/jetspeed/src/content/xml/portlets.xml #specify the default portlet control that should be instantiated portletcontrol.defaultinstance=org.apache.jetspeed.portal.DefaultPortletControl #specify what default portlet controller should be instantiated portletcontroller.defaultinstance=org.apache.jetspeed.portal.DefaultPortletController #portletcontroller.defaultinstance=org.apache.jetspeed.portal.XMLPortletController ########################################## # Jetspeed content publication # ########################################## #Jetspeed ships with some content that it needs to function. This content must #be available in order for Jetspeed to function correctly. You should specify #the content.root here. This should be a portion of a URL that is prefixed to all #requests. # Example: /content -> /content/xml/mydocument.xml # Example: http://myserver/mycontent -> http://myserver/mycontent/xml/mydocument.xml content.root = /content ########################################## # Remote Object Storage System # ########################################## #Specify the directory that Jetspeed should #cache XML documents to. #for Win32 systems specify your directory as: cache.directory=/d:/temp/JetspeedDocumentCache cache.directory=/tmp/JetspeedDocumentCache ########################################## # Public Remote Object Storage System # ########################################## #Specify where Jetspeed should cache remote documents but that should also be public. #An example of this would be an image that was loaded through a XML page from a remote #server but is stored in this cache so that it can be loaded quicker #The cache directory public.cache.directory=/usr/home/httpd/wwwroot/jetspeed-cache #the directory that you want your HTTPD to serve files from. This should be #the public URL for the above document. Make sure your HTTP daemon has the #correct permission. public.cache.url=http://relativity.yi.org/jetspeed-cache ########################################## # Portlet Configuration Options # ########################################## #Providing classes other then these will allow you to run your own controller or control impls defaultportletcontrol.instance = "org.apache.jetspeed.portal.DefaultPortletControl" defaultportletcontroller.instance = "org.apache.jetspeed.portal.DefaultPortletController" #if you run the default controls and controller that comes with Jetspeed... they take some params defaultportletcontrol.width = 340 defaultportletcontroller.numcolumns = 3 defaultportletcontroller.width = 100% ########################################## # Ability to have Jetspeed portlets # # posted to third party devices # # note this url expects "title" and "url"# ########################################## thirdparty.portletrenderer = http://avantgo.com/mydevice/autoadd.html?max=300&depth=5&images=0&links=0&refresh=always&hours=2&dflags=127&hour=0&quarter=00&s=00 thirdparty.portletrenderer.caption = Add to Avantgo ######################################### # XML PortletController configuration # ######################################### xmlportletcontroller.width=700 #xmlportletcontroller.stylesheet=d:/tmp/defaultstyle.xsl xmlportletcontroller.stylesheet=/projects/jetspeed/src/content/xml/defaultstyle.xsl ######################################### # Cocoon config # ######################################### #Jetspeed attempts to initialize it's own Cocoon Engine. cocoon.properties=/projects/jetspeed/src/config/cocoon.properties ######################################### # Document refresh settings # ######################################### #how many seconds to cache portlets by default. Portlets that allows themselves #to be refreshed will usually pay attention to this interval refresh.portlet.default = 3600 #specify (in seconds) the offset interval that the PersistentDocumentDaemon #uses to refresh your disk cache. refresh.persistentdocument.default = 3600 ######################################### # Portlet Markup # ######################################### #specify the default set of portlets to use for the Home page portletmarkup.default=/content/xml/defaultPortlets.xml #specify the default set of portlets the user can choose from portletmarkup.all=/content/xml/allPortlets.xml ######################################### # ContentFeeds # ######################################### #specify where Jetspeed should get it's content feed contentfeeds.default=file:///projects/jetspeed/src/content/xml/feeds/feeds.xml #The stylesheet used to transform OCS into PortletMarkup contentfeeds.stylesheet=file:///projects/jetspeed/src/content/xml/ocs/ocs.xsl #Jetspeed has the option to continually fetch all of its channels and keep them #in cache. The upside is that your clients will be able to see content #right away. The downside is that this results in more bandwidth used. contentfeeds.fetchall=false #The total number of threads to use in order to populate the document cache contentfeeds.maxthreads=5 #the total number of portets to browse at once within Jetspeed contentfeeds.portletbrowser.maxportlets=15