########################################## # 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 ########################################## # Messaging Subsystem Config # ########################################## #JetSpeed counts the number of clients accessing your web interface. #this can be turned up if necessary org.apache.jetspeed.maxconnections=10 #should your JavaMail providers be placed in debug mode? org.apache.jetspeed.javamail.debug=false #don't forget to change your jetspeed admin page password. admin.password=hackme #in the Linux JDK pre-v2 the POST action for forms cause an HTTP transfer error #setting this to "get" is the workaround but your password may be stored on your URL. org.apache.jetspeed.form-action=post ########################################## # Object Storage Systems # ########################################## # Indicate the minimum amount of memory (in bytes) that should be always # available to the jvm. If your JVM contains less than 300Kb free when it # starts you may either: # - lower this limit, following the indication of the throw exception. # - add your JVM startup heap size (suggested). # To the latter either: # - (java 1.1) add -ms as command line argument # - (java 1.2) add -Xms as command line argument #note. JetSpeed currently uses the Cocoon MemoryStore as it's cache. The #documentation says to define store.memory however it fetches memory. Both #are specified here in case future versions of Cocoon change this behavior store.memory = 100000 memory = 100000 ########################################## # 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 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 = 350 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