# 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. # ------------------------------------------------------------------------ # # Jetspeed Portal Engine - Test Properties # overrides properties in ../jetspeed.properties for testing # # $Id$ # # we need internal JNDI for testing portal.use.internal.jndi=true # ------------------------------------------------------------------- # L O G 4 J - L O G G I N G # ------------------------------------------------------------------- log4j.file = /WEB-INF/conf/test/Log4j.properties # ------------------------------------------------------------------- # C A P A B I L I T Y # ------------------------------------------------------------------- # Use the persistence plugin that points to the test system # services.capability.persistence.plugin.name=jetspeed-test # ------------------------------------------------------------------- # P S M L # ------------------------------------------------------------------- services.PsmlManager.root=./test/testdata/psml #--------------------------------------------------------------------------------- # Run Auto-Deployment set up #--------------------------------------------------------------------------------- autodeployment.server=localhost autodeployment.port=8080 autodeployment.user=scott autodeployment.password=scott autodeployment.staging.dir=${applicationRoot}/WEB-INF/deploy autodeployment.target.dir=${applicationRoot}/../ autodeployment.delay=10000