home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
Software
/
Komercni
/
VAgeJava
/
ivj35
/
setup
/
JSP.Cab
/
F27672_bootstrap.properties
< prev
next >
Wrap
Text File
|
2000-08-01
|
5KB
|
130 lines
################################################################
# @(#)bootstrap.properties 1.0 98/08/21
#
# Configuration properties for JVM and plugin initialization
#
##################################################################
# ---------------------WARNING------------------------------------
# All properties in this file must start with the following prefixes:
# server.
# ose.
##################################################################
##################################################################
# System Properties #
#
# Installation Root Directory
# WARNING!!! server.root must contain forward slashes '/'
server.root=C:/WEBSPH~1/APPSER~1
##################################################################
#################################################################
# OSE library setup #
#################################################################
##
# Full path to the location of the OSE libraries.
ose.library.path=C:\WEBSPH~1\APPSER~1\bin
#####################################################
# Names of the OSE Libraries to use for the different supported jvm Types and
# engine operation modes.
# The property is specified as "ose.library.<mode>.<jvmtype>=<Library Name>"
# The library must be in the directory specified by ose.library.path.
##
# In-Process Support Libraries
ose.library.in.jni=asinj.dll
ose.library.in.msjvm=asinm.dll
##
# Out-of-Process Support Libraries
ose.library.out=asoutc.dll
##
# Single thread version
ose.library.outst=asoutc.dll
##
# Common services support library.
ose.commonserv.lib=ascommon.dll
##
# Single thread version
ose.commonservst.lib=ascommon.dll
########################################################################################
## Thread Usage Parameter
## The following parameter determines how the application server interacts with the
## underlying webserver. For Netscape and Domino Go Webservers, the response to an
## HTTP request must be made on the same thread as the request. The Application Server
## provides a mechanism that will ensure this behavior is satisfied. However, this insurance
## will negatively impact performance. Therefore, the following property allows you to
## enable or disable the insurance, depending on the types of servlets you are running in
## the application server. If you are running single threaded servlets, or your multithreaded
## servlets ALWAYS write to the response object on the original request thread, leave this
## property set to TRUE. If you are using chaing/filtering or you have multithreaded servlets
## that write to the response object on a thread other than the request thread, set this property
## to FALSE. If you are not running Netscape or Domino Go, set this property to TRUE in all
## cases. If you are running the application server in a separate process from the webserver
## (out-of-process mode), this property is ignored and always set to TRUE
ose.single.thread=true
##
# Temp ose directory.
# To optimize performance insure that ose.tmp.dir points to a local drive
#
ose.tmp.dir=C:/WEBSPH~1/APPSER~1/temp
##
# Logs ose directory
# Directory in which native logs are written
#
ose.logs.dir=C:/WEBSPH~1/APPSER~1/logs
##
# Refresh interval for ose properties
# in seconds.
# Larger values optimize performance in a production enviroment
ose.refresh.interval=20
##
# Set the common native web-server plugins log level
# values of ose.native.log.leve may be a combination of
# TRACE INFORM ERROR WARNING
ose.native.log.level=ERROR|WARNING
##
# Set the plugin specific native web-server plugins log level
# values of ose.native.log.leve may be a combination of
# TRACE INFORM ERROR WARNING
ose.plugin.log.level=ERROR|WARNING
##
# Set the specific native web-server plugins security setting
# values of ose.security.enabled may be a combination of
# true|false
ose.security.enabled=true
##
# Set HTTP Session affinity
# values of ose.session.affinity may be either
# true|false
ose.session.affinity=true
########################################################################################
# Admin Server Properties
#
ose.adminqueue=ibmappserve
ose.max.conncurrency=1
ose.srvgrp.ibmappserve.type=FASTLINK
ose.srvgrp.ibmappserve.clonescount=1
ose.srvgrp.ibmappserve.clone1.port=8081
ose.srvgrp.ibmappserve.clone1.type=local
ose.srvgrp.ibmappserve.clone1.host=localhost