Technical data
7 Configuring WebLogic Server Web Components
7-2 Configuring and Managing WebLogic Server
Overview
In addition to its ability to host dynamic Java-based distributed applications,
WebLogic Server is also a fully functional Web server that can handle high volume
Web sites, serving static files such as HTML files and image files as well as servlets
and JavaServer Pages (JSP). WebLogic Server supports the HTTP 1.1 standard.
HTTP Parameters
You can configure the HTTP operating parameters using the Administration Console
for each Server or Virtual Host.
Attribute Description Range of Values Default Value
Default Server Name When WebLogic Server
redirects a request, it sets
the host name returned in
theHTTPresponseheader
with the string specified
with Default Server
Name.
Useful when using
firewalls or load balancers
and you want the
redirected request from
the browser to reference
thesamehostnamethat
was sent in the original
request.
String Null
Enable Keepalives This attribute sets whether
or not HTTP keep-alive is
enabled
Boolean
True=enabled
False = not enabled
True