r2 - 28 Mar 2005 - 01:40:13 - TWikiContributorYou are here: OSAF >  Documentation Web  > WebChanges

Results from Documentation web retrieved at 01:16 (Local)

Statistics for Documentation Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save ...
Cosmo SSL The server bundle does not accept SSL connections out of the box. To enable SSL, perform the following tasks. Create a Certificate Keystore Execute ...
Deploying Cosmo in Tomcat See CosmoServletContainerRequirements for the general set of expectations the Cosmo webapp has for a servlet container. This document describes ...
is a subscription service to be automatically notified by email when topics change in the OSAF.Documentation web. This is a convenient service, so you do not have ...
Cosmo Database Conversion If at some point you want to change the underlying database used by cosmo, this section is for you. It is not uncommon to get up and running ...
PostgreSQL PostgreSQL is a on open source SQL database under a BSD licence. It is available on all platforms. You may create a database by the name of 'cosmo', owned ...
Server Bundle Startup Configuration The server bundle provides a wrapper script for Tomcat's startup script that uses environment variables to configure some Cosmo ...
Cosmo Migration Information for Developers This page contains information about the migration code included with the server bundle that allows users to migrate existing ...
Cosmo Migration Information for Users This page contains information about the migration code included with the server bundle that allows users to migrate existing ...
Server Bundle Logging The components of the server bundle almost exclusively use Log4j to direct log output. The only exception is Derby, which does not use an external ...
Cosmo Server Administrator Documentation For more information on Cosmo, see CosmoHome. This manual assumes that you have some experience configuring and running ...
Deploying Cosmo in Glassfish See CosmoServletContainerRequirements for the general set of expectations the Cosmo webapp has for a servlet container. This document ...
Deploying Cosmo in JBoss See CosmoServletContainerRequirements for the general set of expectations the Cosmo webapp has for a servlet container. This document describes ...
Deploying Cosmo in Weblogic 10 See CosmoServletContainerRequirements for the general set of expectations the Cosmo webapp has for a servlet container. This document ...
Server Bundle Scaling Scaling definition The important part of "enterprise scale" or "Internet scale" server deployments is the ability to spread the transaction ...
Server options can be configured in cosmo.properties . In the default server bundle this file can be found at SNARF HOME/etc/cosmo.properties . A full list of server ...
Server Bundle Performance While Cosmo has not yet been tuned for performance, Tomcat and Derby/MySQL certainly have been. You will need to consult outside references ...
OSAF Server Bundle Administrator FAQ
Cosmo Startup Configuration Certain features of Cosmo are enabled, disabled or configured via system properties passed as command line options to the JVM. System ...
Cosmo Servlet Container Requirements This document describes the requirements that the Cosmo web application levies on the container in which it is deployed. Configuration ...
Cosmo Account Activation via Email Account activation via email is turned off by default. To turn it on: 1. Edit $OSAFSRV HOME/etc/cosmo.properties and change ...
Dogfood A term sometimes used in the software industry relating to product development. "Eating your own dogfood" means using products or tools on a daily basis to ...
Server Bundle Reverse Proxy Support These instructions describe how to configure the server bundle to operate behind a reverse proxy. ProxyName and ProxyPort In ...
Unicode Support By default the server supports the full set of Unicode characters, encoded using UTF 8 throughout the software stack. There exist two potential "gotchas ...
Windows Service Configuration This page explains how to configure the server bundle to run as a Windows service. /bin/service.bat is a script that allows the server ...
Glossary Index See also: Welcome to the Chandler Glossary! PieterHartsook 07 Sep 2007 BrianDouglasSkinner 25 Feb 2004 to 10 Mar 2004 DuckySherwood ...
This is a place for documentation: pages that we write for external use, by people that use or extend OSAF sponsored projects. If you're looking to contribute to ...
Cosmo End User Manual This manual describes Cosmo 0.3. The previous version of this document can be found at CosmoZeroTwoEndUser. This document does not address ...
Using Scooby With Cosmo Scooby is a tool for viewing on the web calendars that you have published to Cosmo with other programs. Creating Calendars The first time ...
Server Bundle Host Security When installing the server bundle, you will likely want to take steps to secure the installed directories and files so that unauthorized ...
Server Bundle Monitoring There is currently very little in the way of monitoring in the server bundle, although that will change over time. Tomcat Tomcat allows ...
Cosmo Monitoring Server Status Page Cosmo 0.2.4 introduced a rudimentary server status page in the admin console at /admin/status . This page shows memory usage ...
Cosmo End User Documentation Creating a Cosmo Account Follow these steps to create a Cosmo account: 1. Access your Cosmo server in a web browser. If you ...
!HttpLoggingFilter can be configured as a normal filter in web.xml. It takes an (optional) "format". "format" should be a string which controls the output of the ...
Cosmo Logging Cosmo uses commons logging to direct its log output, allowing the deployer to choose his logging provider of choice. The notable exception is the jcr ...
Installing Scooby Note: If you are installing Scooby into the Tomcat bundled Cosmo distribution, then visit ScoobyAndCosmo for updates to this procedure. Installing ...
Cosmo Administrator FAQ Question: How do I disable account creation for everybody? This is not currently possible in Cosmo or the server bundle. You could achieve ...
Scooby JS Libraries NOTE: The date.add and date.diff code in the date.js library have been contributed to the Dojo JavaScript Toolkit. The Cosmo Web UI (formerly known ...
setItem Class Method of Hash Library hash.js Syntax exampleHash.setItem(key, value); Parameters key A string indicating the key for the new item in the associative ...
reset Class Method of Hash Library hash.js Syntax exampleHash.reset(); Description Sets the position of the internal cursor to the first position. Examples var ...
replaceKey Class Method of Hash Library hash.js Syntax exampleHash.replaceKey(oldKey, newKey); Parameters oldKey A string of the key to be replaced. newKey A string ...
removeItem Class Method of Hash Library hash.js Syntax exampleHash.removeItem(key); Parameters key A string indicating the key for the item to remove from the ...
removeAtPos Class Method of Hash Library hash.js Syntax exampleHash.removeAtPos(pos); Parameters pos An integer indicating the position where you want to remove ...
pop Class Method of Hash Library hash.js Syntax exampleHash.pop(); Description Returns the value of the item in the last position of the Hash, and removes that ...
hasValue Class Method of Hash Library hash.js Syntax exampleHash.hasValue(val); Parameters val The value to look for in the associative array. Description Returns ...
hasKey Class Method of Hash Library hash.js Syntax exampleHash.hasKey(key); Parameters key A string indicating the key to look for in the associative array. Description ...
getPrevious Class Method of Hash Library hash.js Syntax exampleHash.getPrevious(); Description Decrements the internal cursor for the Hash, and then returns the ...
getNext Class Method of Hash Library hash.js Syntax exampleHash.getNext(); Description Increments the internal cursor for the Hash, and then returns the value ...
Number of topics: 50

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
Open Source Applications Foundation
Except where otherwise noted, this site and its content are licensed by OSAF under an Creative Commons License, Attribution Only 3.0.
See list of page contributors for attributions.