Glossary |
Print this page |
Bookmark |
http.properties
The http.properties file describes HTTP adapter properties.
This file should not be edited. Override property settings, if needed, using the customer_overrides.properties file.
Configuration Settings
The following table describes properties used to configure the http.properties file in Gentran Integration Suite:
Example
# HTTP Adapter properties. # PSHttpAdapterImpl - The classpath used for the compilation of JSPs. # No classes are actually loaded from these jars during execution # (they are only loaded by the java compiler to compile generated # Java sources). # The time in milliseconds for which the request will wait the # initiated BP to respond. This setting only applies to requests # reaching URLs that invoke BPs (not those delegate to # webapplications). This commented value is close to a year, much # longer than any HTTP connection will remain alive. # bp_response_timeout=31536000000 # This value however is 1 hour. bp_response_timeout=3600000 # PSHttpAdapterImpl - allow direct connections to the ConduitStream Listener (bypassing perimeter services) # Parsed during GIS startup only adapterdirectconnect=false # PSHttpAdapterImpl - the additive port modifier for direct connections (bypassing perimeter services), if enabled # Parsed during GIS startup only adapterdirectportmod=1000 # ConduitStreamListener - buffer size, in bytes # Parsed during GIS startup only conduitbuffersize=4096 # ConduitStreamListener - reserve buffer size, in bytes. # Note, this value must be less than the buffer size. It is the amount of space that Jetty's ByteBufferOutputStream # preallocates for the headers of the HTTP request. # Parsed during GIS startup only conduitreservebuffersize=1024 # ConduitStreamListener - delay for connections to finish, in ms # Parsed during GIS startup only conduitfinishsleep=1000 # PSHttpServletHandler - buffer for streaming in the input stream/request, in bytes # Parsed during GIS startup only servletinbuffersize=8192 # PSHttpServletHandler - buffer for streaming out the output stream/response, in bytes # Parsed during GIS startup only servletoutbuffersize=4096 # PSHttpUserRealm - Name for Http custom Jetty user realm # Parsed during GIS startup only httpuserrealm=HttpBasicAuthentication # PSHttpAdapterImpl - Properties for Http Jetty custom logSink. # The httplogsinkoptions specified what to show in the log: L - Show labels (method/file name, thread), T - Show tag # Parsed during Http Jetty server startup httplogsinkname=*.services.pshttp.jetty.PSHttpLogSink httplogsinkfile=http.log httplogsinkoptions=LT # PSHttpServletHandler, ActivityMonitorRequestStream, ActivityMonitorResponseStream - # Frequency with which to update Gentran Integration Suite with activity monitoring progress data. # Parsed during GIS startup only transferUpdateIntervalInMillis=30000 # PSHttpServletHandler, ActivityMonitorRequestStream, ActivityMonitorResponseStream - # Overriding switch to disable activity monitoring within the http adapter. This # is intended for use in debugging and performance testing only. # Parsed during GIS startup only enableActivityMonitoring=true # PSHttpAdapterImpl - specify Jetty to extract WAR files or not (applies to all # WAR files+URI contexts) # Parsed during GIS startup only extractWarFiles=true # PSHttpAdapterImpl - specify if GIS is to extract WAR files for Jetty or not # (applies to all WAR files+URI contexts). Overridden to false in the code if # extractWarFiles is set to false # Parsed during GIS startup only preextractWars=false # PSHttpAdapterImpl - specify a temporary directory to use other than the # system default. If left blank/unset or commented out, then the system # default is used. # NOTE: on win32 systems, the path must be in proper short DOS 8.3 format. # Additionally, if extractWarFiles is set to true on a win32 system, the # extractWarTempDir generally needs to be set so the default system temp # dir is not used. finally, if extractWarFiles is set to false, this # property is not used. # Parsed during GIS startup only extractWarTempDir=/sv_local/share/username/Gentran Integration SuiteinstallDir/tmp # The default number of minimum/maximum thread pool allowed for Perimeter Services to # accept Http request and pass to Http Server Adapter at once. # Parsed during Http Server adapter startup numOfminThread = 1 numOfmaxThread = 10 # NoAppServer - when this flag is true, the "Server" header in response message will be surpressed surpressServerHeader=false # PSHttpAdapterImpl - when this flag is true, the secure cookie is turned on when communicating through HTTPS/SSL useSecureCookie=false # Data Conduit read timeout value to clear idle connection - used by ConduitStreamListener conduit_read_timeout=600000