# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # we need JNDI when using the command line deployment tools # -------------------------------------------------------------------------- # JNDI Support Service #--------------------------------------------------------------------------- #services.JNDIService.classname=org.apache.jetspeed.cps.jndi.TyrexJNDIService #services.JNDIService.earlyInit = true # -------------------------------------------------------------------------- # HSQL Server (Only needed if you are using HSQL) #--------------------------------------------------------------------------- # we need a JNDI datasource when using the command line deployment tools # use the below lines to setup HSQL within a JNDI pooled Datasource # needed for deployment #services.HSQLDBServer.use.jndi.datasource=true #services.HSQLDBServer.jndi.datasource.name=jdbc/jetspeed #services.HSQLDBServer.jndi.datasource.maxActive=25 # When the pool is exhausted do 1 of the following # "grow" increases the pool size by 1 # "fail" a "noSuchElementException" is thrown # "block" waits for a datasource to become available #services.HSQLDBServer.jndi.datasource.when.exhausted=grow # The amount of time block while waiting for a released # object. Only used if "block" is specified # services.HSQLDBServer.jndi.datasource.max.block.wait=5000