# Copyright 2004 The Apache Software Foundation # # Licensed 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 - Properties # # $Id$ # # ------------------------------------------------------------------------ #------------------------------------------------------------------------- # override for jetspeed.properties. This include needs to be come before # any other prop definitions. #------------------------------------------------------------------------- include=override.properties portal.name = Jetspeed portal.version = 2.0 # By setting this to true, the Engine will create its own # JNDI context. Not needed in deployment. We use Tomcat's JNDI # instead. portal.use.internal.jndi=false #---------------------------------------------------------------------------------- # Portal URL NavigationalState Parameter Name (default: _ns) #---------------------------------------------------------------------------------- portalurl.navigationalstate.parameter.name=_ns # ------------------------------------------------------------------- # Portlet Mode Support # ------------------------------------------------------------------- # standard supported.portletmode = view supported.portletmode = edit supported.portletmode = help # extended supported.portletmode = secure # ------------------------------------------------------------------- # Window State Support # ------------------------------------------------------------------- # standard supported.windowstate = normal supported.windowstate = maximized supported.windowstate = minimized # ------------------------------------------------------------------- # Security Information # ------------------------------------------------------------------- # if no user has been setup, default.user.principal will be # automatically added via HttpRequestContext.setUserPrincpal() default.user.principal=guest # ------------------------------------------------------------------- # L O G 4 J - L O G G I N G # ------------------------------------------------------------------- log4j.file = /WEB-INF/conf/Log4j.properties # ------------------------------------------------------------------- # C O N T A I N E R # ------------------------------------------------------------------- container.impl = org.apache.pluto.PortletContainerImpl container.wrapper = org.apache.jetspeed.container.JetspeedPortletContainerWrapper # ------------------------------------------------------------------- # P I P E L I N E # ------------------------------------------------------------------- pipeline.default = jetspeed-pipeline # ------------------------------------------------------------------- # F A C T O R Y # ------------------------------------------------------------------- factory.container.response = org.apache.jetspeed.container.ContainerResponse factory.container.request = org.apache.jetspeed.container.ContainerRequest # Servlet Invoker factory.invoker.servlet = org.apache.jetspeed.container.invoker.ServletPortletInvoker factory.invoker.servlet.pool.size = 50 factory.invoker.servlet.mapping.name = /container # Local Invoker factory.invoker.local = org.apache.jetspeed.container.invoker.LocalPortletInvoker factory.invoker.local.pool.size = 50 #-------------------------------------------------------------------- # P O R T L E T D E P L O Y M E N T D E S C R I P T O R #-------------------------------------------------------------------- deployment.descriptor.mapping.xml=/WEB-INF/conf/portletdefinitionmapping.xml #------------------------------------------------------------------------- # C A P A B I L I T Y, C O N T E N T E N C O D I N G #------------------------------------------------------------------------- content.defaultencoding=iso-8859-1 #--------------------------------------------------------------------------------- # Run Auto-Deployment set up #----'----------------------------------------------------------------------------- # THE NEXT PROPERTY DEFINITION MAY NOT BE MODIFIED (NOT EVEN BE PADDED WITH WHITESPACE) # BECAUSE ITS FILTERED BY ANT DURING DEPLOYMENT. # ITS CONCREET VALUE WILL BE SET FROM BUILD PROPERTY org.apache.jetspeed.catalina.version.major autodeployment.catalina.version.major=5 autodeployment.catalina.base=${applicationRoot}/../../ autodeployment.catalina.engine=Catalina autodeployment.server=@AUTODEPLOYMENT_SERVER@ autodeployment.port=8080 autodeployment.user=@AUTODEPLOYMENT_USER@ autodeployment.password=@AUTODEPLOYMENT_PASSWORD@ autodeployment.staging.dir=${applicationRoot}/WEB-INF/deploy autodeployment.target.dir=${applicationRoot}/../ autodeployment.delay=10000 autodeployment.earlyInit = true #------------------------------------------------------------------------- # A S S E M B L Y (note may move this to class path) #------------------------------------------------------------------------- assembly.dir=/WEB-INF/assembly assembly.extension=.xml