Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

name

description

default

file

value

java.tools.jar

By default we will locate the file using the java.home set by java (executable)

 

start.properties

 

java.tools.jar.required

By default we will locate the file using the java.home set by java (executable)

 

start.properties

 

ofbiz.home

By default we will use the current directory

 

start.properties

 

ofbiz.admin.host

Set these for shutting down when running as background process

 

start.properties

127.0.0.1

ofbiz.admin.port

Set these for shutting down when running as background process

 

start.properties

10523

ofbiz.admin.key

Set these for shutting down when running as background process

 

start.properties

so3du5kasd5dn

  1. — External Base configuration files (relative to ofbiz.home)
    #ofbiz.base.config=framework/base/config
  1. — External Base schema files (relative to ofbiz.home)
    #ofbiz.base.schema=framework/base/dtd
  1. — External Base libraries (relative to ofbiz.home)
    #ofbiz.base.lib=framework/base/lib
  1. — Base Jar ofbiz-base.jar (relative to ofbiz.home)
    #ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar
  1. — Default logs directory (relative to ofbiz.home)
    #ofbiz.log.dir=runtime/logs
  1. — Location (relative to ofbiz.home) for (normal) container configuration
    #ofbiz.container.config=framework/base/config/ofbiz-containers.xml
  1. — StartupLoader implementations to load (in order)
    ofbiz.start.loader1=org.ofbiz.base.container.ContainerLoader
  1. – Enable the shutdown hook
    #ofbiz.enable.hook=true
  1. – Auto-Shutdown after load
    #ofbiz.auto.shutdown=false
  1. — Default Derby system home directory
    #derby.system.home=runtime/data/derby
  1. — By default we will find base/config/debug.properties and point to there
    #log4j.configuration=log4j.xml
  1. — Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11)
    java.awt.headless=true
  1. – The default locale for this OFBiz instance.
    ofbiz.locale.default=en
  1. – The default time zone for this OFBiz instance.
    #ofbiz.timeZone.default=GMT
  • No labels