Technical data

How WebLogic Server Resolves HTTP Requests
Configuring and Managing WebLogic Server 7-11
The table below provides some sample URLs and the file that is served by WebLogic
Server. The Index Directories Checked column refers to the Index Directories attribute
that controls whether or not a directory listing is served if no file is specifically
requested. You set Index Directories using the Administration Console, on the Web
Applications node, under the Configuration
Files tab.
Table 7-1 Examples of How WebLogic Server Resolves URLs
URL Index
Directories
Checked?
This file is served in
response
http://host:port/apples
No Welcome file* defined in
the
apples Web
Application.
http://host:port/apples
Yes Directory listing of the top
level directory of the
apples Web Application.
http://host:port/oranges/naval
Does not
matter
Servlet mapped with
<url-pattern> of
/naval in the oranges
Web Application.
There are additional
considerations for servlet
mappings. For more
information, see
Configuring Servlets at
http://e-docs.bea.c
om/wls/docs81b/weba
pp/
components.html
#configuring-
servlets
.